From 3139f3a2cac1d2df09d11ed124178ef2ddcf5b5b Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Sat, 12 Nov 2022 04:35:33 -0800 Subject: [PATCH] Update go-vod --- 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 1b122659..2081f8eb 100755 --- a/scripts/get-exiftool.sh +++ b/scripts/get-exiftool.sh @@ -17,7 +17,7 @@ mv "exiftool-$exifver" exiftool rm -rf *.zip exiftool/t exiftool/html chmod 755 exiftool/exiftool -govod="0.0.5" +govod="0.0.6" 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" chmod 755 go-vod-*