diff options
author | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-12 14:28:12 +0000 |
---|---|---|
committer | Roberto Oliveira <robertoguimaraes8@gmail.com> | 2018-03-12 14:28:12 +0000 |
commit | 7f9c1fcaadff0bd135dc1e160cc7055ff917e8b2 (patch) | |
tree | 4fa4ff62553c1539ac4b7ecae5a3b06b05c6d332 /community/gexiv2 | |
parent | 7f0d54bad668ff5111969a5de34d29472bb4a4ec (diff) | |
download | aports-7f9c1fcaadff0bd135dc1e160cc7055ff917e8b2.tar.bz2 aports-7f9c1fcaadff0bd135dc1e160cc7055ff917e8b2.tar.xz |
community/gexiv2: upgrade to 0.10.8
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 4e8d74bf29..28ff1b4fc8 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.7 +pkgver=0.10.8 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="1586f2086c23b84f11279bb67bb8c41d5bf2334a106937e700c3e89cdf751e78dc4d748103ac382ff1994f53eea1aab397fa9ded578c77fe3d25ebe719bac8c5 gexiv2-0.10.7.tar.xz" +sha512sums="4c25cf6884495151947a70e62a096f3279223673bece4d4ff02720b2820aaad9e80c8715e02bf46c3f5598f582fdf07b4b3ddabd017d53001245e3381a4cc286 gexiv2-0.10.8.tar.xz" |