diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 02:03:21 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-02-05 02:41:31 +0100 |
commit | c7f44edb7c6a507341526d3d216da2b9a1a39654 (patch) | |
tree | 2129544f45c2be214a4b8ec51e0b82051e3b79f8 /community | |
parent | fa6e12e4d5a3c1892532978162efd2bc07aeb163 (diff) | |
download | aports-c7f44edb7c6a507341526d3d216da2b9a1a39654.tar.bz2 aports-c7f44edb7c6a507341526d3d216da2b9a1a39654.tar.xz |
community/perl-image-exiftool: upgrade to 11.86
Diffstat (limited to 'community')
-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 626f57bba6..bc8519ac18 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.85 +pkgver=11.86 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="36c3073c292ca68f62f1598ae0f30b806e7db86123cdb7f448dec14837fab543db846ee37c9b02da862d7a169759638eae700b8de5563d30e42e3330a2ce8b9e Image-ExifTool-11.85.tar.gz" +sha512sums="61725883f607bdb0e8d60b34596683fc42f4c653bbe5cbb974d181ad8544cb529558dc0eafb601bae126db31182a33adbbaf65b5a0d1d8163e38a76534694e3c Image-ExifTool-11.86.tar.gz" |