diff options
Diffstat (limited to 'main/gimp')
-rw-r--r-- | main/gimp/APKBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/main/gimp/APKBUILD b/main/gimp/APKBUILD index 39f40bed6c..3a42196456 100644 --- a/main/gimp/APKBUILD +++ b/main/gimp/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gimp -pkgver=2.8.2 -pkgrel=3 +pkgver=2.8.4 +pkgrel=0 pkgdesc="GNU Image Manipulation Program" url="http://www.gimp.org/" arch="all" @@ -51,4 +51,6 @@ package() { find "$pkgdir" -name '*.la' -delete } -md5sums="b542138820ca3a41cbd63fc331907955 gimp-2.8.2.tar.bz2" +md5sums="392592e8755d046317878d226145900f gimp-2.8.4.tar.bz2" +sha256sums="e24a9f826e7c30edb83d96f4cf4787cf1a0ed98f28ea947d19736b4f49787ab5 gimp-2.8.4.tar.bz2" +sha512sums="7a879bfdcec769495d61332980edf577ea0d37dbc84ef889239620bce7c458f17238a22884b1a063eddb1d1126c4241bf14dae81ace0134dff4a9e602046443b gimp-2.8.4.tar.bz2" |