diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 04:36:46 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-13 06:13:02 +0100 |
commit | 70fdc7a79b87fe2c82cd1b260f0087c3f2f7eb16 (patch) | |
tree | 9c5be00d9be7cee6c8fafae83315a084f7fe87e7 /community/perl-image-exiftool/APKBUILD | |
parent | 655349fe6234c25f4e7715e5474a85f988712ae7 (diff) | |
download | aports-70fdc7a79b87fe2c82cd1b260f0087c3f2f7eb16.tar.bz2 aports-70fdc7a79b87fe2c82cd1b260f0087c3f2f7eb16.tar.xz |
community/perl-image-exiftool: upgrade to 11.79
Diffstat (limited to 'community/perl-image-exiftool/APKBUILD')
-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 c545880215..480bafd4a2 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.78 +pkgver=11.79 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="e5c386ac2b6e616371df9da02b6f00c47bd9ae36a7bae2d6f1fa76951db0a0ab90d2e84b08142603e6d97363412f9f5e89a2213c4c4dfcd11607a55ed0d58bd4 Image-ExifTool-11.78.tar.gz" +sha512sums="ed1e57f40e4287f7a8fd2d78c63f594c34b8cdc56fe3a46f79df96b956d9b513e7f642354b381ce9f128888973d02b84b79b7fe89c60e1b6fff09e6af18b6cae Image-ExifTool-11.79.tar.gz" |