Bump up go-vod

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/579/head
Varun Patil 2023-04-17 00:39:02 -07:00
parent 24890f0103
commit 418cfb7e5c
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ use OCA\Memories\Util;
class BinExt class BinExt
{ {
public const EXIFTOOL_VER = '12.58'; public const EXIFTOOL_VER = '12.58';
public const GOVOD_VER = '0.1.0'; public const GOVOD_VER = '0.1.1';
/** Copy a binary to temp dir for execution */ /** Copy a binary to temp dir for execution */
public static function getTempBin(string $path, string $name, bool $copy = true): string public static function getTempBin(string $path, string $name, bool $copy = true): string

View File

@ -20,7 +20,7 @@ mv "exiftool-$exifver" exiftool
rm -rf *.zip exiftool/t exiftool/html exiftool/windows_exiftool rm -rf *.zip exiftool/t exiftool/html exiftool/windows_exiftool
chmod 755 exiftool/exiftool chmod 755 exiftool/exiftool
govod="0.1.0" govod="0.1.1"
echo "Getting go-vod $govod" echo "Getting go-vod $govod"
wget -q "https://github.com/pulsejet/go-vod/releases/download/$govod/go-vod-amd64" wget -q "https://github.com/pulsejet/go-vod/releases/download/$govod/go-vod-amd64"
wget -q "https://github.com/pulsejet/go-vod/releases/download/$govod/go-vod-aarch64" wget -q "https://github.com/pulsejet/go-vod/releases/download/$govod/go-vod-aarch64"