We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33b541b commit b0bc84dCopy full SHA for b0bc84d
download_exiftool
@@ -27,7 +27,7 @@ main() {
27
28
var_info "Downloading exiftool"
29
30
- local EXIF_VERSION="12.39"
+ local EXIF_VERSION="12.52"
31
local EXIF_ARCHIVE_NAME="Image-ExifTool-${EXIF_VERSION}.tar.gz"
32
33
curl --disable --silent --show-error --location --max-time 600 --output "${EXIF_ARCHIVE_NAME}" "https://exiftool.org/${EXIF_ARCHIVE_NAME}"
0 commit comments