diff options
author | Lucas Werkmeister | 2022-07-26 22:07:19 +0200 |
---|---|---|
committer | Lucas Werkmeister | 2022-07-26 22:07:19 +0200 |
commit | e03f92a16803ff4d56c5a109a2d6996beb083bba (patch) | |
tree | 9fa3d5203679bbd84d36cfeffa29c70f2f52b211 | |
parent | 2d25cc79c6008a7d778f2c16e0e0757327271808 (diff) | |
download | aur-e03f92a16803ff4d56c5a109a2d6996beb083bba.tar.gz |
Update to 22.2.0
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = graalpython-jdk17-bin pkgdesc = GraalVM-based, high-performance implementation of the Python language (early development), Java 17 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-jdk17-bin depends = gcc-libs depends = libxcrypt-compat depends = zlib - source = https://github.com/graalvm/graalpython/releases/download/vm-22.1.0/python-installable-svm-java17-linux-amd64-22.1.0.jar - sha256sums = f1ecf5cb78dcf9ce528bf22f45a2d0b6c28cfe2fd4cd1b781993b897f0cc0a9e + source = https://github.com/graalvm/graalpython/releases/download/vm-22.2.0/python-installable-svm-java17-linux-amd64-22.2.0.jar + sha256sums = 35dc712e6f569152c8e206e016d382a28bbed359185f93f808782162c34ceed2 pkgname = graalpython-jdk17-bin @@ -3,8 +3,8 @@ java_=17 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=('f1ecf5cb78dcf9ce528bf22f45a2d0b6c28cfe2fd4cd1b781993b897f0cc0a9e') +sha256sums=('35dc712e6f569152c8e206e016d382a28bbed359185f93f808782162c34ceed2') package() { local file eq permissions mode name target |