File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
- VERSION=4.9.2
3
+ VERSION=4.9.3
4
4
URL=" https://get.filebot.net/filebot/FileBot_$VERSION /FileBot_$VERSION .pkg"
5
5
PKG=" ${TMPDIR} FileBot.pkg"
6
6
APP=" /Applications/FileBot.app"
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
- PACKAGE_VERSION=4.9.2
3
+ PACKAGE_VERSION=4.9.3
4
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)
5
5
6
6
PACKAGE_FILE=FileBot_$PACKAGE_VERSION -portable-jdk8.tar.xz
Original file line number Diff line number Diff line change 1
1
#! /bin/sh -xu
2
2
3
- PACKAGE_VERSION=4.9.2
3
+ PACKAGE_VERSION=4.9.3
4
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)
5
5
6
6
PACKAGE_FILE=FileBot_$PACKAGE_VERSION -portable.tar.xz
You can’t perform that action at this time.
0 commit comments