diff options
Diffstat (limited to 'community/coreshot')
-rw-r--r-- | community/coreshot/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/coreshot/APKBUILD b/community/coreshot/APKBUILD index 9af2b01ea1..7f90dc3f03 100644 --- a/community/coreshot/APKBUILD +++ b/community/coreshot/APKBUILD @@ -1,7 +1,7 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coreshot -pkgver=3.0.1 +pkgver=4.0.0 pkgrel=0 pkgdesc="A screen capture utility from the CoreApps family." arch="all" @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="fbac76ece1d42fd35c0b3174b40e3f27b8e17b901b7ef6565b889ba751c83a71794840fcf7686d66e90a849025c8945e3b218c26e477bc289129307e0e0b66c6 coreshot-3.0.1.tar.gz" +sha512sums="c8af3134ec35ef7355f67991fa8bbc96d8752296c199cca21b8193a21844ea4b445a5dcca6a37cb01ccc5054eb742534d2c9d59f7aebc2e95f17faff78c8653e coreshot-4.0.0.tar.gz" |