diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 09:45:18 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-01-10 09:50:29 +0100 |
commit | 60c4b80c1dee85d7af164b8cc6747f0823fb78bd (patch) | |
tree | 67084eb55dc0d015658e93d6ca0411a2e9cc5821 /community/perl-image-exiftool | |
parent | 6c42777ed42b80296eaba1706380ad6e10bf645e (diff) | |
download | aports-60c4b80c1dee85d7af164b8cc6747f0823fb78bd.tar.bz2 aports-60c4b80c1dee85d7af164b8cc6747f0823fb78bd.tar.xz |
community/perl-image-exiftool: upgrade to 11.83
Diffstat (limited to 'community/perl-image-exiftool')
-rw-r--r-- | community/perl-image-exiftool/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-image-exiftool/APKBUILD b/community/perl-image-exiftool/APKBUILD index 73999ecc82..ac4e519834 100644 --- a/community/perl-image-exiftool/APKBUILD +++ b/community/perl-image-exiftool/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=perl-image-exiftool -pkgver=11.82 +pkgver=11.83 pkgrel=0 pkgdesc="Perl module for editing exif metadata in files" url="https://www.sno.phy.queensu.ca/~phil/exiftool" @@ -36,4 +36,4 @@ exiftool() { mv "$pkgdir"/usr/bin "$subpkgdir"/usr/ } -sha512sums="4b16e54279840bf138f4b27c67bd9a48de1ef56a6a90854d7fdcda8826ed0d36117c3d9617a49af0d02f84a09a1b4c0665504c39f3c9fff62588491fe7968bd2 Image-ExifTool-11.82.tar.gz" +sha512sums="6d7885394fbae875924d1ebc08fd55404d1125ecfc5006f1b7f351d899833637afd23d81820a3620af5129db9ff2bf6b171225a4e659a8735c7bedcb6ced8059 Image-ExifTool-11.83.tar.gz" |