Skip to content

Commit 3fa38d6

Browse files
committed
PACKAGE_VERSION=4.9.2
1 parent 8a51264 commit 3fa38d6

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

installer/pkg.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
VERSION=4.9.1
3+
VERSION=4.9.2
44
URL="https://get.filebot.net/filebot/FileBot_$VERSION/FileBot_$VERSION.pkg"
55
PKG="${TMPDIR}FileBot.pkg"
66
APP="/Applications/FileBot.app"

installer/tar-jdk8.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=4.9.1
3+
PACKAGE_VERSION=4.9.2
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh -xu
22

3-
PACKAGE_VERSION=4.9.1
3+
PACKAGE_VERSION=4.9.2
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

yum/universal-jdk8.repo

-8
This file was deleted.

0 commit comments

Comments
 (0)