parent
24890f0103
commit
418cfb7e5c
|
@ -9,7 +9,7 @@ use OCA\Memories\Util;
|
|||
class BinExt
|
||||
{
|
||||
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 */
|
||||
public static function getTempBin(string $path, string $name, bool $copy = true): string
|
||||
|
|
|
@ -20,7 +20,7 @@ mv "exiftool-$exifver" exiftool
|
|||
rm -rf *.zip exiftool/t exiftool/html exiftool/windows_exiftool
|
||||
chmod 755 exiftool/exiftool
|
||||
|
||||
govod="0.1.0"
|
||||
govod="0.1.1"
|
||||
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-aarch64"
|
||||
|
|
Loading…
Reference in New Issue