diff --git a/installer/pkg.sh b/installer/pkg.sh index e7e4c12..50a14fe 100755 --- a/installer/pkg.sh +++ b/installer/pkg.sh @@ -1,7 +1,7 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.3 +PACKAGE_VERSION=5.1.4 if [ $(uname -m) = arm64 ]; then diff --git a/installer/tar-jdk8.sh b/installer/tar-jdk8.sh index 2b78495..5e42a82 100755 --- a/installer/tar-jdk8.sh +++ b/installer/tar-jdk8.sh @@ -1,6 +1,6 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.3 +PACKAGE_VERSION=5.1.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) PACKAGE_FILE=FileBot_$PACKAGE_VERSION-portable-jdk8.tar.xz diff --git a/installer/tar.sh b/installer/tar.sh index aaa9f10..0f1367c 100755 --- a/installer/tar.sh +++ b/installer/tar.sh @@ -1,6 +1,6 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.3 +PACKAGE_VERSION=5.1.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) PACKAGE_FILE=FileBot_$PACKAGE_VERSION-portable.tar.xz diff --git a/winget/make.ps1 b/winget/make.ps1 index ad0affc..fd8611e 100644 Binary files a/winget/make.ps1 and b/winget/make.ps1 differ