summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2022-01-11 15:47:18 +0100
committerspider-mario2022-01-11 15:47:18 +0100
commit39edab5ae7fbb62c28dc68cdca8bc2f989c2119a (patch)
treeb97043fdd88dfbc6d9ff0d002510a21251f0d1ec
parent433d3d72f52cc213901c094c38bf13e5ab4e0a81 (diff)
downloadaur-39edab5ae7fbb62c28dc68cdca8bc2f989c2119a.tar.gz
2021.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e4baf7e2b45..2f315a8a9970 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = nqp
pkgdesc = Lightweight Raku-like environment for virtual machines (MoarVM backend)
- pkgver = 2021.10
+ pkgver = 2021.12
pkgrel = 1
url = https://github.com/Raku/nqp
arch = x86_64
license = PerlArtistic
makedepends = perl>=5.8
- depends = moarvm>=2021.10
+ depends = moarvm>=2021.12
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/Raku/nqp/releases/download/2021.10/nqp-2021.10.tar.gz
- b2sums = 85b6627bc843d211ef8c296e63a97b0f80e019f89080f7c94b1e55767e4fab430c426c77aea741d601e75f6fb354a1f8b6c6077c70ab5cbfd2edef1621137af3
+ source = https://github.com/Raku/nqp/releases/download/2021.12/nqp-2021.12.tar.gz
+ b2sums = 376e25fcbf42c57e09e770118f354068dd565082118ff30a7bfca2bae26c6d952c02dbb1bb9c2b7e890bdce6b677d6d848000b0b1dafb488f40f69fbfa3b6895
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index 92ab0000c62a..ef3197ba94c1 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=2021.10
+pkgver=2021.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=('85b6627bc843d211ef8c296e63a97b0f80e019f89080f7c94b1e55767e4fab430c426c77aea741d601e75f6fb354a1f8b6c6077c70ab5cbfd2edef1621137af3')
+b2sums=('376e25fcbf42c57e09e770118f354068dd565082118ff30a7bfca2bae26c6d952c02dbb1bb9c2b7e890bdce6b677d6d848000b0b1dafb488f40f69fbfa3b6895')
build() {
cd "$pkgname-$pkgver"