Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jython
Commits: 82abc55e by Antonio Rojas at 2024-12-15T22:37:28+01:00 upgpkg: 2.7.4-1: Update to 2.7.4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = jython pkgdesc = An implementation of the Python language written in Java - pkgver = 2.7.3 - pkgrel = 4 + pkgver = 2.7.4 + pkgrel = 1 url = https://www.jython.org/ install = jython.install arch = any @@ -11,16 +11,16 @@ pkgbase = jython depends = java-environment=8 depends = bash depends = python - noextract = jython_installer-2.7.3.jar + noextract = jython_installer-2.7.4.jar options = !emptydirs backup = opt/jython/registry - source = https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar - source = https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.3/jython-installer-2.7.3.jar.asc + source = https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar + source = https://search.maven.org/remotecontent?filepath=org/python/jython-installer/2.7.4/jython-installer-2.7.4.jar.asc source = README.ArchLinux source = jython.sh validpgpkeys = 1AC6FA76887C81B0A870FFA03979A71621665974 validpgpkeys = C8C4B9DC1E031F788B12882B875C3EF9DC4638E3 - sha512sums = 1e43cd81809115784fb989f5dcb3e5443d1b5e0703440e1a6df7d930650e09fc77c942fa0148e247f676d301313f3d2bd94c0d61c9afccd1e23d3c59aef65f21 + sha512sums = 8f6180bc3c09a8310318f3784f4954f69740ebd4c8b38dabae29f68203a6b0e52a026620e6640032122821bbb42c1ac27148fce35e25c74adaf3d3ea1193617a sha512sums = SKIP sha512sums = 0ab0237d456f859b2cbb0739264bb978ad98b2c52153e89fc131aa60edf7837f41617c0e53cbde05688dfc0d6fb08f1d02ebbd41da99b07af72e34a11a83f0b9 sha512sums = c1aaf79f1cfba165fd4a03be016ac8afcc5024972a9626060f57ced0bf4dad93ccdd9ac303bdc8a5ed6b9bcb3307d152dfff2682308c740b6d2db44c2cbaf1b4 ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Geoffroy Carrier <geoffroy.carr...@aur.archlinux.org> # Contributor: Richard Murri <ad...@richardmurri.com> pkgname=jython -pkgver=2.7.3 -pkgrel=4 +pkgver=2.7.4 +pkgrel=1 pkgdesc="An implementation of the Python language written in Java" arch=('any') url="https://www.jython.org/" @@ -23,7 +23,7 @@ validpgpkeys=( ) noextract=(${pkgname}_installer-$pkgver.jar) -sha512sums=('1e43cd81809115784fb989f5dcb3e5443d1b5e0703440e1a6df7d930650e09fc77c942fa0148e247f676d301313f3d2bd94c0d61c9afccd1e23d3c59aef65f21' +sha512sums=('8f6180bc3c09a8310318f3784f4954f69740ebd4c8b38dabae29f68203a6b0e52a026620e6640032122821bbb42c1ac27148fce35e25c74adaf3d3ea1193617a' 'SKIP' '0ab0237d456f859b2cbb0739264bb978ad98b2c52153e89fc131aa60edf7837f41617c0e53cbde05688dfc0d6fb08f1d02ebbd41da99b07af72e34a11a83f0b9' 'c1aaf79f1cfba165fd4a03be016ac8afcc5024972a9626060f57ced0bf4dad93ccdd9ac303bdc8a5ed6b9bcb3307d152dfff2682308c740b6d2db44c2cbaf1b4') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jython/-/commit/82abc55ebe71b18f4a1ff950d92b96547bbb927a -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jython/-/commit/82abc55ebe71b18f4a1ff950d92b96547bbb927a You're receiving this email because of your account on gitlab.archlinux.org.