diff options
author | Justin Berthault <justin.berthault@zaclys.net> | 2020-09-28 18:16:38 +0200 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-10-19 06:44:00 -0300 |
commit | 9a0fb5821233c46c7413112ba3e945b0ebe9087a (patch) | |
tree | 0bca1fc469320f8e5b54a1809096596c6ac96ca0 | |
parent | b30f0bd0002dc600681ca9e489f427b80e643a28 (diff) | |
download | aports-9a0fb5821233c46c7413112ba3e945b0ebe9087a.tar.gz aports-9a0fb5821233c46c7413112ba3e945b0ebe9087a.tar.bz2 aports-9a0fb5821233c46c7413112ba3e945b0ebe9087a.tar.xz |
community/coreshot: upgrade to 4.0.0
-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" |