Date: Tuesday, October 12, 2021 @ 18:53:02 Author: arojas Revision: 1029926
Update to 3.0.9 Modified: groovy/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-12 18:48:08 UTC (rev 1029925) +++ PKGBUILD 2021-10-12 18:53:02 UTC (rev 1029926) @@ -5,7 +5,7 @@ # Contributor: Andreas W. Hauser <[email protected]> pkgname=groovy -pkgver=3.0.8 +pkgver=3.0.9 pkgrel=1 pkgdesc='Programming language based on Java, inspired by Python, Ruby and Smalltalk' arch=('any') @@ -16,7 +16,7 @@ makedepends=('gendesk') # .asc file is available for download, but there was no key available source=("https://groovy.jfrog.io/ui/api/v1/download?repoKey=dist-release-local&path=groovy-zips%252Fapache-groovy-binary-$pkgver.zip") -sha256sums=('87cf2a61b77f6378ae1081cfda9d14bc651271b25ffac57fc936cd17662e3240') +sha256sums=('eb34f4ee229b1a424adb87df5b999f66d1b1285694e5332d0800896744c2e421') prepare() { # Generate desktop shortcut
