diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 14:17:38 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-19 20:19:40 +0000 |
commit | 233139087dd9a143f15f089bb8df2497565a4a5e (patch) | |
tree | 8cbb5b5949452908a2cefb9aeb0cfcad9c30bce6 | |
parent | ceeca528ab4d972bc8630ac9db9a8e4b4dbab0d4 (diff) | |
download | aports-233139087dd9a143f15f089bb8df2497565a4a5e.tar.bz2 aports-233139087dd9a143f15f089bb8df2497565a4a5e.tar.xz |
community/perl-image-exiftool: upgrade to 11.92
-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 c62c696ec3..91d3529564 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.91 +pkgver=11.92 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="5d00ac834f44908346a8b8125064bbfeb1887d5024d04a346a9a679248a45ebaf76c067511a245b96553a3881d1d3b06845cc6a39fef7293b9ad13bc70ebd650 Image-ExifTool-11.91.tar.gz" +sha512sums="9a4a3575873620b2eddd6dc5e476c9c95d4c61bfd1b5311710501c3d45c091fe0d8a51e55faaab47a1e0378f009eefe6b960485821af6f6074661296817ab6ae Image-ExifTool-11.92.tar.gz" |