File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
3
4
- PACKAGE_VERSION=5.1.0
4
+ PACKAGE_VERSION=5.1.1
5
5
6
6
7
7
if [ $( uname -m) = arm64 ]; then
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
- PACKAGE_VERSION=5.1.0
3
+ PACKAGE_VERSION=5.1.1
4
4
PACKAGE_SHA256=$( curl -fsSL https://raw.githubusercontent.com/filebot/website/master/get.filebot.net/filebot/FileBot_$PACKAGE_VERSION /FileBot_$PACKAGE_VERSION -portable-jdk8.tar.xz.sha256)
5
5
6
6
PACKAGE_FILE=FileBot_$PACKAGE_VERSION -portable-jdk8.tar.xz
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
- PACKAGE_VERSION=5.1.0
3
+ PACKAGE_VERSION=5.1.1
4
4
PACKAGE_SHA256=$( curl -fsSL https://raw.githubusercontent.com/filebot/website/master/get.filebot.net/filebot/FileBot_$PACKAGE_VERSION /FileBot_$PACKAGE_VERSION -portable.tar.xz.sha256)
5
5
6
6
PACKAGE_FILE=FileBot_$PACKAGE_VERSION -portable.tar.xz
You can’t perform that action at this time.
0 commit comments