Bump up vod

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/563/head
Varun Patil 2023-04-10 17:03:51 -07:00
parent 5bf4c59b9c
commit b84bdc65a5
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ namespace OCA\Memories;
class BinExt
{
public const EXIFTOOL_VER = '12.58';
public const GOVOD_VER = '0.0.34';
public const GOVOD_VER = '0.1.0';
/** Test configured exiftool binary */
public static function testExiftool(): bool

View File

@ -20,7 +20,7 @@ mv "exiftool-$exifver" exiftool
rm -rf *.zip exiftool/t exiftool/html exiftool/windows_exiftool
chmod 755 exiftool/exiftool
govod="0.0.36"
govod="0.1.0"
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"