summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2022-12-24 09:41:31 +0100
committerspider-mario2022-12-24 09:41:31 +0100
commit81cd57b2f50d51db01d675db559cbb10336f7779 (patch)
treed527d1a5e26e78655822984447422e9aedc7618b
parent6e28820f5c0947eeaa7c6eecbaedeba5b69debb1 (diff)
downloadaur-81cd57b2f50d51db01d675db559cbb10336f7779.tar.gz
2022.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad1bad5c5a86..28da25afd361 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2022.07
+ pkgver = 2022.12
pkgrel = 1
url = https://github.com/Raku/nqp
arch = x86_64
license = PerlArtistic
makedepends = perl>=5.8
- depends = moarvm>=2022.07
+ depends = moarvm>=2022.12
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2022.07/nqp-2022.07.tar.gz
- b2sums = 97288d174b6fce6990f1c641cae5b3d9b64ad7bf71dfc00199cdcb76623f46eadaa74b940570f7bc56a98695e5bec542e8a3cc2f2015863e0960051a6c0be141
+ source = https://github.com/Raku/nqp/releases/download/2022.12/nqp-2022.12.tar.gz
+ b2sums = 0b465fbe6b740f511f40db4df4a67e61e3d205b6652ac557c1338be9cf15dfd52fbc14fe4d0524ab2d20f5d9eb0b555f6db7d6da59e3e45806c93e8a619bfb27
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index e605682f1fd8..1ae446eab53d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: spider-mario <spidermario@free.fr>
# Contributor: Marcin Karpezo <sirmacik at gmail dot com>
pkgname=nqp
-pkgver=2022.07
+pkgver=2022.12
pkgrel=1
pkgdesc="Lightweight Raku-like environment for virtual machines (MoarVM backend)"
arch=('x86_64')
@@ -14,7 +14,7 @@ replaces=('nqp-moarvm')
conflicts=('nqp-moarvm')
options=('!makeflags')
source=("https://github.com/Raku/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-b2sums=('97288d174b6fce6990f1c641cae5b3d9b64ad7bf71dfc00199cdcb76623f46eadaa74b940570f7bc56a98695e5bec542e8a3cc2f2015863e0960051a6c0be141')
+b2sums=('0b465fbe6b740f511f40db4df4a67e61e3d205b6652ac557c1338be9cf15dfd52fbc14fe4d0524ab2d20f5d9eb0b555f6db7d6da59e3e45806c93e8a619bfb27')
build() {
cd "$pkgname-$pkgver"