parent
5bf4c59b9c
commit
b84bdc65a5
|
@ -5,7 +5,7 @@ namespace OCA\Memories;
|
||||||
class BinExt
|
class BinExt
|
||||||
{
|
{
|
||||||
public const EXIFTOOL_VER = '12.58';
|
public const EXIFTOOL_VER = '12.58';
|
||||||
public const GOVOD_VER = '0.0.34';
|
public const GOVOD_VER = '0.1.0';
|
||||||
|
|
||||||
/** Test configured exiftool binary */
|
/** Test configured exiftool binary */
|
||||||
public static function testExiftool(): bool
|
public static function testExiftool(): bool
|
||||||
|
|
|
@ -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.0.36"
|
govod="0.1.0"
|
||||||
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"
|
||||||
|
|
Loading…
Reference in New Issue