Skip to content

Commit

Permalink
Bump up go-vod
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
  • Loading branch information
pulsejet committed Apr 17, 2023
1 parent 24890f0 commit 418cfb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Service/BinExt.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
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
Expand Down
2 changes: 1 addition & 1 deletion scripts/get-exiftool.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 418cfb7

Please sign in to comment.