summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ea7fefa18a2..93bb82bd2cab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=janet
pkgname=janet-lang
-pkgver=1.21.1
+pkgver=1.22.0
pkgrel=1
pkgdesc="A dynamic Lisp dialect and bytecode vm"
arch=('arm' 'armv6h' 'armv7h' 'i686' 'x86_64' 'aarch64')
@@ -11,8 +11,8 @@ license=('MIT')
makedepends=('git')
provides=('janet' 'jpm')
conflicts=('janet-lang-git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/janet-lang/janet/archive/v${pkgver}.tar.gz" "git+https://github.com/janet-lang/jpm#commit=ce14c83" "default_config.janet")
-sha256sums=('8c6eeabbc0c00ac901b66763676fa4bfdac96e5b6a3def85025b45126227c4e0'
+source=("$pkgname-$pkgver.tar.gz::https://github.com/janet-lang/janet/archive/v${pkgver}.tar.gz" "git+https://github.com/janet-lang/jpm#commit=453649e" "default_config.janet")
+sha256sums=('7c6969f8e82badc7afa28aa1054555c1c91d2858f9f45c41a82557f5c5ce85bd'
'SKIP'
'7fb56585e6027ea800920a364acd73b49205298dcf887a4ee71fb65125c4539f')
options=('staticlibs')