summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorspider-mario2020-03-01 10:58:42 +0100
committerspider-mario2020-03-01 10:58:42 +0100
commit36965e3a32e4bfcd11ce3bbbcb4928515bdb6aaf (patch)
tree5ef801b931861afe9ef7cb74e66cfe62fdd13441
parent79814a0cf79fc420bf92a8d4c56ebd49ab099d5d (diff)
downloadaur-36965e3a32e4bfcd11ce3bbbcb4928515bdb6aaf.tar.gz
2020.02
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f98cd33b579..c116f74bbe7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
pkgbase = nqp
pkgdesc = High-level environment to create compilers and libraries for virtual machines (MoarVM backend)
- pkgver = 2020.01
+ pkgver = 2020.02
pkgrel = 1
url = https://github.com/perl6/nqp#readme
arch = any
license = PerlArtistic
makedepends = perl>=5.8
depends = bash
- depends = moarvm>=2020.01
+ depends = moarvm>=2020.02
provides = nqp-moarvm
conflicts = nqp-moarvm
replaces = nqp-moarvm
options = !makeflags
- source = https://github.com/perl6/nqp/releases/download/2020.01/nqp-2020.01.tar.gz
- sha512sums = 68d869e9f1de03c9e1987d4e33a858da39fbc373621fd5d080fff66be262ec4f978e7e8768cedadd2a67a6f89e0b514fcdf35cf05516f8356a2fff6f63bfa317
+ source = https://github.com/perl6/nqp/releases/download/2020.02/nqp-2020.02.tar.gz
+ b2sums = 7ac0638718b83fdd782b60c9250b4ab6d82f7d70ef62064df82aa7341976fad95a98d48270e785cd0a9dccfa9dcc44c3d339317b4d40fd68c6a78414a9957e46
pkgname = nqp
diff --git a/PKGBUILD b/PKGBUILD
index 23657af4a5bb..28295c056d67 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=2020.01
+pkgver=2020.02
pkgrel=1
pkgdesc="High-level environment to create compilers and libraries for virtual machines (MoarVM backend)"
arch=('any')
@@ -14,7 +14,7 @@ replaces=('nqp-moarvm')
conflicts=('nqp-moarvm')
options=('!makeflags')
source=("https://github.com/perl6/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('68d869e9f1de03c9e1987d4e33a858da39fbc373621fd5d080fff66be262ec4f978e7e8768cedadd2a67a6f89e0b514fcdf35cf05516f8356a2fff6f63bfa317')
+b2sums=('7ac0638718b83fdd782b60c9250b4ab6d82f7d70ef62064df82aa7341976fad95a98d48270e785cd0a9dccfa9dcc44c3d339317b4d40fd68c6a78414a9957e46')
build() {
cd "$pkgname-$pkgver"