diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-24 08:24:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-02-24 08:24:02 +0000 |
commit | e074496417e0e04b61877f699bd63fbe895a7f3c (patch) | |
tree | 502aadb728306a86c57c81cbef8d47c60efc76af /main/gegl | |
parent | 1d075a6c5b7639593119142880c3978d23e8380d (diff) | |
download | aports-e074496417e0e04b61877f699bd63fbe895a7f3c.tar.bz2 aports-e074496417e0e04b61877f699bd63fbe895a7f3c.tar.xz |
main/gegl: upgrade to 0.1.6
Diffstat (limited to 'main/gegl')
-rw-r--r-- | main/gegl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gegl/APKBUILD b/main/gegl/APKBUILD index 7a10787d48..d5683def44 100644 --- a/main/gegl/APKBUILD +++ b/main/gegl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl -pkgver=0.1.4 +pkgver=0.1.6 pkgrel=0 pkgdesc="Graph based image processing framework" url="http://www.gegl.org/" @@ -35,4 +35,4 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="c479e9caa8e26a54cb5eb1d9b3103092 gegl-0.1.4.tar.bz2" +md5sums="af5e5a7d3c7ddfaa2b3414de2a7e9113 gegl-0.1.6.tar.bz2" |