diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-17 16:13:29 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-17 19:23:39 +0000 |
commit | dd8abbdb84457fd1b3fcfc8c26b9a3394a08b890 (patch) | |
tree | f6d0fac848f4637086564b05280d70a40fe86c26 | |
parent | d798b791ad4f18af51c27cd7ee6f1a40b40a70f1 (diff) | |
download | aports-dd8abbdb84457fd1b3fcfc8c26b9a3394a08b890.tar.bz2 aports-dd8abbdb84457fd1b3fcfc8c26b9a3394a08b890.tar.xz |
community/perl-image-exiftool: upgrade to 11.94
-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 cee287c43b..b9ace5df12 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.93 +pkgver=11.94 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="e8d9dd34710e3346788e10a3b50e4d2a4ba1aeef1969efeec1ddcb7507378b313554e00587cda9c71a325f7d4d7238c91f743c67051d9cef8a012798551dcc59 Image-ExifTool-11.93.tar.gz" +sha512sums="a9164298299adf6e8d12e8d97f80533d3eafcf2f45b4bb6c74c1a5105cd34893e5f4e36ebaee911e750957e7a4c6e42670675559041ca94bdd014e5d752d2f5d Image-ExifTool-11.94.tar.gz" |