diff --git a/installer/pkg.sh b/installer/pkg.sh index 50a14fe..814e1b3 100755 --- a/installer/pkg.sh +++ b/installer/pkg.sh @@ -1,7 +1,7 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.4 +PACKAGE_VERSION=5.1.5 if [ $(uname -m) = arm64 ]; then diff --git a/installer/tar-jdk8.sh b/installer/tar-jdk8.sh index 5e42a82..be4546e 100755 --- a/installer/tar-jdk8.sh +++ b/installer/tar-jdk8.sh @@ -1,6 +1,6 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.4 +PACKAGE_VERSION=5.1.5 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 0f1367c..33840e1 100755 --- a/installer/tar.sh +++ b/installer/tar.sh @@ -1,6 +1,6 @@ #!/bin/sh -xu -PACKAGE_VERSION=5.1.4 +PACKAGE_VERSION=5.1.5 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 fd8611e..5785eb1 100644 Binary files a/winget/make.ps1 and b/winget/make.ps1 differ