diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-27 20:12:50 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-03-27 20:12:50 +0000 |
commit | 244e12940f1105af79f93427ed201acc9cf188d6 (patch) | |
tree | ba0ef7fca72cd30b2abed047514e6543cb715d52 /main/gexiv2 | |
parent | f14802a6f23471fbd8a364ef878b3e2ad17b4530 (diff) | |
download | aports-244e12940f1105af79f93427ed201acc9cf188d6.tar.bz2 aports-244e12940f1105af79f93427ed201acc9cf188d6.tar.xz |
main/gexiv2: upgrade to 0.10.0
Diffstat (limited to 'main/gexiv2')
-rw-r--r-- | main/gexiv2/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/gexiv2/APKBUILD b/main/gexiv2/APKBUILD index 3a3ad25eb2..5edf62486e 100644 --- a/main/gexiv2/APKBUILD +++ b/main/gexiv2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gexiv2 -pkgver=0.7.0 -pkgrel=1 +pkgver=0.10.0 +pkgrel=0 pkgdesc="a GObject-based wrapper around the Exiv2 library" url="http://trac.yorba.org/wiki/gexiv://wiki.gnome.org/gexiv2" arch="all" @@ -42,6 +42,6 @@ package() { rm "$pkgdir"/usr/lib/*.la || return 1 } -md5sums="de3619e5d2b621c19fdcf77b17d25d25 gexiv2-0.7.0.tar.xz" -sha256sums="b631fe02402014cb52f22647b384972776ada31cbd3c3f187014b6535461ee8a gexiv2-0.7.0.tar.xz" -sha512sums="7ce5a90494b421e18ea75e4be8c8f4ddaad053acb8a29ed8a04a0c15b77170d0c4807f9d49b1f80b40f5a25f54221cf785fe907a8a12bf9495e5ab4a00db804e gexiv2-0.7.0.tar.xz" +md5sums="d5e33e2e6d034df900879a167513325f gexiv2-0.10.0.tar.xz" +sha256sums="9c8c97b36a0d4ca6656488b88908e4c94efb0dfc1b0e3e0850e38b90a9a30031 gexiv2-0.10.0.tar.xz" +sha512sums="f83c86fff761b93cca0e5477dd62f3a64efdd4d38839dfccacb3e422eb59f16b349e443f5bcbea23f9907f7b0adde7b749287d67cf73f67cdafacdf68c91b904 gexiv2-0.10.0.tar.xz" |