diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-25 12:54:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-12-25 12:54:51 +0000 |
commit | 0cf2c9ee93835e99751691ca0eb616653c60f7e1 (patch) | |
tree | 9c9b44ba8a6497101e6c6387d489cfe04bc73cd9 /community/gexiv2 | |
parent | 7781011da81dbf4e7fbebb019cce4d4d23095548 (diff) | |
download | aports-0cf2c9ee93835e99751691ca0eb616653c60f7e1.tar.bz2 aports-0cf2c9ee93835e99751691ca0eb616653c60f7e1.tar.xz |
community/gexiv2: upgrade to 0.10.7
Diffstat (limited to 'community/gexiv2')
-rw-r--r-- | community/gexiv2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gexiv2/APKBUILD b/community/gexiv2/APKBUILD index 49c883d6f6..4e8d74bf29 100644 --- a/community/gexiv2/APKBUILD +++ b/community/gexiv2/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gexiv2 -pkgver=0.10.6 +pkgver=0.10.7 pkgrel=0 pkgdesc="a GObject-based wrapper around the Exiv2 library" url="https://wiki.gnome.org/Projects/gexiv2" @@ -35,4 +35,4 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -sha512sums="4b15b33af9266a69babd902d379edefe7afd3d2eef11aa3c144f9ddf9c645b697bae16b8d89f50e9b3da884f1ba32f505e118c5fef5204f5630e3a9c6fee7fca gexiv2-0.10.6.tar.xz" +sha512sums="1586f2086c23b84f11279bb67bb8c41d5bf2334a106937e700c3e89cdf751e78dc4d748103ac382ff1994f53eea1aab397fa9ded578c77fe3d25ebe719bac8c5 gexiv2-0.10.7.tar.xz" |