Skip to content

Commit de06fa8

Browse files
committed
PACKAGE_VERSION=5.1.1
1 parent d5c6961 commit de06fa8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

installer/pkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -xu
22

33

4-
PACKAGE_VERSION=5.1.0
4+
PACKAGE_VERSION=5.1.1
55

66

77
if [ $(uname -m) = arm64 ]; then

installer/tar-jdk8.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=5.1.0
3+
PACKAGE_VERSION=5.1.1
44
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)
55

66
PACKAGE_FILE=FileBot_$PACKAGE_VERSION-portable-jdk8.tar.xz

installer/tar.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=5.1.0
3+
PACKAGE_VERSION=5.1.1
44
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)
55

66
PACKAGE_FILE=FileBot_$PACKAGE_VERSION-portable.tar.xz

0 commit comments

Comments
 (0)