Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages /
groovy
Commits:
1b6a7f1e by Alexander F. Rødseth at 2024-12-13T16:07:21+01:00
upgpkg: 4.0.24-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = groovy
pkgdesc = Programming language for the Java platform, inspired by
Python, Ruby and Smalltalk
- pkgver = 4.0.18
+ pkgver = 4.0.24
pkgrel = 1
url = https://groovy-lang.org/
arch = any
@@ -8,12 +8,12 @@ pkgbase = groovy
makedepends = gendesk
depends = java-environment
optdepends = groovy-docs: html and pdf documentation for Groovy
- source =
https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-4.0.18.zip
- source =
https://downloads.apache.org/groovy/4.0.18/distribution/apache-groovy-binary-4.0.18.zip.asc
+ source =
https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-groovy-binary-4.0.24.zip
+ source =
https://downloads.apache.org/groovy/4.0.24/distribution/apache-groovy-binary-4.0.24.zip.asc
validpgpkeys = 34441E504A937F43EB0DAEF96A65176A0FB1CD0B
- sha256sums =
4b03aa472ec7848d272893348a656be05d1b3502b30770ea57efa158e61154a6
+ sha256sums =
dbff36835568bec2271876f70bfcca6deb80e1b179453cca934a502ea301bb80
sha256sums = SKIP
- b2sums =
086f2fd9afa92f02b310dd7eebfb63e4ba534185e0e97c50289ff8871dd2e3d6e9a41ecc392fdec7c73c8107c094d90ef2a777b916dd680f6d185851e99faee9
+ b2sums =
185816da683ba6587ee8adb2746f94591dd38cb97d2af479486364fdd4339a7e536478e4560c62dcea337232b90936798e880592db43e966dcca6c35dd8ab14d
b2sums = SKIP
pkgname = groovy
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
# Contributor: YongMing Zhang
pkgname=groovy
-pkgver=4.0.18
+pkgver=4.0.24
pkgrel=1
pkgdesc='Programming language for the Java platform, inspired by Python, Ruby
and Smalltalk'
arch=(any)
@@ -18,9 +18,9 @@ optdepends=('groovy-docs: html and pdf documentation for
Groovy')
validpgpkeys=('34441E504A937F43EB0DAEF96A65176A0FB1CD0B') # Paul King
<[email protected]>
source=("https://groovy.jfrog.io/artifactory/dist-release-local/groovy-zips/apache-$pkgname-binary-$pkgver.zip"
"https://downloads.apache.org/groovy/$pkgver/distribution/apache-$pkgname-binary-$pkgver.zip.asc")
-sha256sums=('4b03aa472ec7848d272893348a656be05d1b3502b30770ea57efa158e61154a6'
+sha256sums=('dbff36835568bec2271876f70bfcca6deb80e1b179453cca934a502ea301bb80'
'SKIP')
-b2sums=('086f2fd9afa92f02b310dd7eebfb63e4ba534185e0e97c50289ff8871dd2e3d6e9a41ecc392fdec7c73c8107c094d90ef2a777b916dd680f6d185851e99faee9'
+b2sums=('185816da683ba6587ee8adb2746f94591dd38cb97d2af479486364fdd4339a7e536478e4560c62dcea337232b90936798e880592db43e966dcca6c35dd8ab14d'
'SKIP')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/groovy/-/commit/1b6a7f1eb30427cd66e497c6c41fc964d5c7a724
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/groovy/-/commit/1b6a7f1eb30427cd66e497c6c41fc964d5c7a724
You're receiving this email because of your account on gitlab.archlinux.org.