summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSiavash Askari Nasr2022-12-07 08:17:11 +0330
committerSiavash Askari Nasr2022-12-07 08:17:11 +0330
commit556fe2ef3cb8920e6b49579d628a7c7a51af879d (patch)
tree75029e9084a02c32b7252060ae342e756d3a4d0c
parentc95652daca53b3ecc61851433fe8cdafed2048ff (diff)
downloadaur-556fe2ef3cb8920e6b49579d628a7c7a51af879d.tar.gz
Update to version 2022.12
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4046dc4e159a..9028b5286996 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rakudo-bin
pkgdesc = Raku compiler for MoarVM
- pkgver = 2022.07_01
+ pkgver = 2022.12_01
pkgrel = 1
url = https://rakudo.org/
install = rakudo-bin.install
@@ -18,10 +18,10 @@ pkgbase = rakudo-bin
conflicts = raku
conflicts = nqp
conflicts = moarvm
- source = https://rakudo.org/dl/rakudo/rakudo-moar-2022.07-01-linux-x86_64-gcc.tar.gz
- source = https://rakudo.org/dl/rakudo/rakudo-moar-2022.07-01-linux-x86_64-gcc.tar.gz.asc
+ source = https://rakudo.org/dl/rakudo/rakudo-moar-2022.12-01-linux-x86_64-gcc.tar.gz
+ source = https://rakudo.org/dl/rakudo/rakudo-moar-2022.12-01-linux-x86_64-gcc.tar.gz.asc
validpgpkeys = DB2BA39D1ED967B584D65D71C09FF113BB6410D0
- sha512sums = 7c8f8af2f101993623268576f87e5d6a88060ee239333ddd4d79b674298a317ded09721118313b03f2d09469bd4e9c4018f609fe16ea78d027e9123eac35ae50
+ sha512sums = 017315b0d0490bebe2e6c7729ee98d2b2e75117af5a129b3cdbfefb749611d8df1d81078db0bbdd1b70bde4db902d81e2a84062cdfaf6cb9db2962d4781c9622
sha512sums = SKIP
pkgname = rakudo-bin
diff --git a/PKGBUILD b/PKGBUILD
index e527a6fef600..3e10df833624 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Siavash Askari Nasr <ciavash@protonmail.com>
pkgname=rakudo-bin
-pkgver=2022.07_01
+pkgver=2022.12_01
pkgrel=1
pkgdesc="Raku compiler for MoarVM"
arch=('x86_64')
@@ -13,7 +13,7 @@ install="${pkgname}.install"
source=("https://rakudo.org/dl/${pkgname%-bin}/${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc.tar.gz"
"https://rakudo.org/dl/${pkgname%-bin}/${pkgname%-bin}-moar-${pkgver//_/-}-linux-x86_64-gcc.tar.gz.asc")
validpgpkeys=('DB2BA39D1ED967B584D65D71C09FF113BB6410D0')
-sha512sums=('7c8f8af2f101993623268576f87e5d6a88060ee239333ddd4d79b674298a317ded09721118313b03f2d09469bd4e9c4018f609fe16ea78d027e9123eac35ae50'
+sha512sums=('017315b0d0490bebe2e6c7729ee98d2b2e75117af5a129b3cdbfefb749611d8df1d81078db0bbdd1b70bde4db902d81e2a84062cdfaf6cb9db2962d4781c9622'
'SKIP')
package() {