From 719cd896f3f0e40da7f06c3394f7777defb038ab Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Mon, 3 Apr 2023 19:50:08 -0700 Subject: [PATCH] Bump up go-vod Signed-off-by: Varun Patil --- scripts/get-exiftool.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/get-exiftool.sh b/scripts/get-exiftool.sh index 7f4817a1..df17a6e7 100755 --- a/scripts/get-exiftool.sh +++ b/scripts/get-exiftool.sh @@ -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.35" +govod="0.0.36" 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"