diff options
author | Sascha Paunovic <azarus@posteo.net> | 2018-07-19 11:09:28 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2018-07-19 10:52:45 +0000 |
commit | d2f504f2bfda77fcd640a839679714923c4a8fa6 (patch) | |
tree | 96c1ac27bb7f4928856841b5297ac73727cc413b /community | |
parent | 01a7e3d9110e06e4f36c225dfd4e064dc9f4ed14 (diff) | |
download | aports-d2f504f2bfda77fcd640a839679714923c4a8fa6.tar.bz2 aports-d2f504f2bfda77fcd640a839679714923c4a8fa6.tar.xz |
community/gimp: upgrade to 2.10.4
Diffstat (limited to 'community')
-rw-r--r-- | community/gimp/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/gimp/APKBUILD b/community/gimp/APKBUILD index ace8dbe7e2..422c90b0fb 100644 --- a/community/gimp/APKBUILD +++ b/community/gimp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Valery Kartel <valery.kartel@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gimp -pkgver=2.10.2 +pkgver=2.10.4 pkgrel=0 pkgdesc="GNU Image Manipulation Program" url="https://www.gimp.org/" @@ -52,4 +52,4 @@ dev() { mv "$pkgdir"/usr/bin/gimptool* "$subpkgdir"/usr/bin } -sha512sums="6e351294e018a9f879993700355bdf5f10bccc6862604ae1950c4d235d32cdfcd6a0195b37377819adeef53ab3d24f32ed1de60cba6bafe58608ed0906a6fbcf gimp-2.10.2.tar.bz2" +sha512sums="9d0cc8d97b82423687b579907edaab6044f19a8207426edf4f7428de23fa82481112bb0a53b06bb7037b68d92336517b1eddef4600519707e7feedb64e5414f7 gimp-2.10.4.tar.bz2" |