Date: Friday, August 13, 2021 @ 08:44:17 Author: arojas Revision: 997945
Update to 3.0.8 Modified: groovy/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-08-13 08:24:08 UTC (rev 997944) +++ PKGBUILD 2021-08-13 08:44:17 UTC (rev 997945) @@ -5,7 +5,7 @@ # Contributor: Andreas W. Hauser <[email protected]> pkgname=groovy -pkgver=3.0.7 +pkgver=3.0.8 pkgrel=1 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' arch=('any') @@ -15,8 +15,8 @@ optdepends=('groovy-docs: html and pdf documentation for Groovy') makedepends=('gendesk') # .asc file is available for download, but there was no key available -source=("https://dl.bintray.com/groovy/maven/apache-$pkgname-binary-$pkgver.zip") -sha256sums=('b9e2041cb83a963922f6761a0b037c5784670616632142b8d7002b7c3a96b7f5') +source=("https://groovy.jfrog.io/ui/api/v1/download?repoKey=dist-release-local&path=groovy-zips%252Fapache-groovy-binary-$pkgver.zip") +sha256sums=('87cf2a61b77f6378ae1081cfda9d14bc651271b25ffac57fc936cd17662e3240') prepare() { # Generate desktop shortcut
