summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Werkmeister2022-07-26 21:31:53 +0200
committerLucas Werkmeister2022-07-26 21:31:53 +0200
commit2463db9c6d9046f2445e985c10349658812d45e1 (patch)
treed4a025af41bdfafe117241a820738df1af556442
parent507c3807592cd953a347d29e654f8fe37db151f5 (diff)
downloadaur-2463db9c6d9046f2445e985c10349658812d45e1.tar.gz
Update to 22.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe0b23104f92..5ece35dc8a85 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = graalpython-jdk11-bin
pkgdesc = GraalVM-based, high-performance implementation of the Python language (early development), Java 11 version
- pkgver = 22.1.0
- pkgrel = 2
+ pkgver = 22.2.0
+ pkgrel = 1
url = https://github.com/graalvm/graalpython
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = graalpython-jdk11-bin
depends = gcc-libs
depends = libxcrypt-compat
depends = zlib
- source = https://github.com/graalvm/graalpython/releases/download/vm-22.1.0/python-installable-svm-java11-linux-amd64-22.1.0.jar
- sha256sums = cec193b0647df8f8e95f86a34e296fbf1bab5c8a922cd009e2b7069d48022862
+ source = https://github.com/graalvm/graalpython/releases/download/vm-22.2.0/python-installable-svm-java11-linux-amd64-22.2.0.jar
+ sha256sums = b2f2712c6869d2f9ff1c737c7df4d4245f3d43c8d59161ab3bcd1cc0aa521564
pkgname = graalpython-jdk11-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5822285e2d66..daf5439c8c9e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
java_=11
pkgname_=graalpython
pkgname="${pkgname_}-jdk${java_}-bin"
-pkgver=22.1.0
-pkgrel=2
+pkgver=22.2.0
+pkgrel=1
pkgdesc="GraalVM-based, high-performance implementation of the Python language (early development), Java ${java_} version"
arch=('x86_64')
url='https://github.com/graalvm/graalpython'
@@ -16,7 +16,7 @@ depends=(
'zlib'
)
source=("https://github.com/graalvm/$pkgname_/releases/download/vm-${pkgver}/python-installable-svm-java${java_}-linux-amd64-${pkgver}.jar")
-sha256sums=('cec193b0647df8f8e95f86a34e296fbf1bab5c8a922cd009e2b7069d48022862')
+sha256sums=('b2f2712c6869d2f9ff1c737c7df4d4245f3d43c8d59161ab3bcd1cc0aa521564')
package() {
local file eq permissions mode name target