Skip to content

Commit

Permalink
PACKAGE_VERSION=5.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
rednoah committed Aug 20, 2024
1 parent 9019fb0 commit aba0939
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion installer/pkg.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -xu


PACKAGE_VERSION=5.1.4
PACKAGE_VERSION=5.1.5


if [ $(uname -m) = arm64 ]; then
Expand Down
2 changes: 1 addition & 1 deletion installer/tar-jdk8.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/tar.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Binary file modified winget/make.ps1
Binary file not shown.

0 comments on commit aba0939

Please sign in to comment.