Skip to content

Commit 9019fb0

Browse files
committed
PACKAGE_VERSION=5.1.4
1 parent 19b878a commit 9019fb0

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

installer/pkg.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh -xu
22

33

4-
PACKAGE_VERSION=5.1.3
4+
PACKAGE_VERSION=5.1.4
55

66

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

installer/tar-jdk8.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=5.1.3
3+
PACKAGE_VERSION=5.1.4
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=5.1.3
3+
PACKAGE_VERSION=5.1.4
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

winget/make.ps1

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)