diff options
author | rahmanshaber <rahmanshaber@yahoo.com> | 2019-09-13 00:12:47 +0800 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-09-23 02:39:57 -0300 |
commit | 6d2127f08805c9bda78faa13d088034d51adc491 (patch) | |
tree | 79e4a79ce14947c7757b116c797721d407116342 /testing/coreshot/APKBUILD | |
parent | 0e153c9b2553ab4746a9cbf40e9383f0ff51fd54 (diff) | |
download | aports-6d2127f08805c9bda78faa13d088034d51adc491.tar.bz2 aports-6d2127f08805c9bda78faa13d088034d51adc491.tar.xz |
testing/coreshot: upgrade to 2.7.0
Diffstat (limited to 'testing/coreshot/APKBUILD')
-rw-r--r-- | testing/coreshot/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/coreshot/APKBUILD b/testing/coreshot/APKBUILD index 1152752a3a..f54c7139be 100644 --- a/testing/coreshot/APKBUILD +++ b/testing/coreshot/APKBUILD @@ -1,12 +1,12 @@ # Contributor: rahmanshaber <rahmanshaber@yahoo.com> # Maintainer: rahmanshaber <rahmanshaber@yahoo.com> pkgname=coreshot -pkgver=2.6.0 +pkgver=2.7.0 pkgrel=0 pkgdesc="A screen capture utility from the CoreApps family." arch="all" url="https://gitlab.com/cubocore" -license="GPL-2.0-only" +license="GPL-3.0-or-later" depends="qt5-qtsvg" makedepends="qt5-qtbase-dev libcprime-dev qt5-qtx11extras-dev" source="$pkgname-$pkgver.tar.gz::https://gitlab.com/cubocore/$pkgname/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz" @@ -21,4 +21,4 @@ build() { package() { INSTALL_ROOT="$pkgdir" make install } -sha512sums="cde3fa7a6387395b13d5fd68f4e5351843f56dd1c3ae6c7fbef75c451839bf4cdb06d4853f70ba4ae7cc27b83c179fb37ab61643983ae6514c6adb802128254f coreshot-2.6.0.tar.gz" +sha512sums="72127fc1c066078ac537f3d7f14518196ec4bba21729618377636e6648817dd28c9bc9b9734431f6a925d0e93d90b0091028ceaa969aeba80bfa1f8e3be77dde coreshot-2.7.0.tar.gz" |