diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-24 06:57:17 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-08-24 06:57:17 +0000 |
commit | e1d15458905614243250471f7bf5bbf614306dcc (patch) | |
tree | f301868f72cbe8ae62a077b40a408b6a11ea238d /community/gegl | |
parent | 6a3df4a4fe34ee036a58fd31c6de11ad9559fbbf (diff) | |
download | aports-e1d15458905614243250471f7bf5bbf614306dcc.tar.bz2 aports-e1d15458905614243250471f7bf5bbf614306dcc.tar.xz |
community/gegl: upgrade to 0.4.8
Diffstat (limited to 'community/gegl')
-rw-r--r-- | community/gegl/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gegl/APKBUILD b/community/gegl/APKBUILD index 32d60e5b45..735d139bcf 100644 --- a/community/gegl/APKBUILD +++ b/community/gegl/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gegl -pkgver=0.4.4 +pkgver=0.4.8 pkgrel=0 pkgdesc="Graph based image processing framework" url="http://www.gegl.org/" @@ -28,4 +28,4 @@ package() { cd "$builddir" make DESTDIR="$pkgdir" install } -sha512sums="6953bf7df225914ce9c8166f5a0490615664c69d5a66cf8ca805f75cfbe272186c7745d273fcde29c685e22a66d4483dbdf45064ec9c0007fd6d0b8aa3ebb164 gegl-0.4.4.tar.bz2" +sha512sums="20d2700cc74bce02e3e1b477f5e4dbd6546bb74625de235baaaa31e24f506930927af53de3d0880c0b16f93a10cec993c58a12adba59dec7dda0e389261799aa gegl-0.4.8.tar.bz2" |