summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-07-06 07:11:29 +0200
committerKlaus Alexander Seistrup2023-07-06 07:11:29 +0200
commit4113e28d6f550a25605e292134ef8692745afa2f (patch)
treea8a5a94a8d93f6da9b0c081ea80c8d221d9a65c7
parent3661f49c75d664038351f5414ea02c15be82706a (diff)
downloadaur-4113e28d6f550a25605e292134ef8692745afa2f.tar.gz
New upstream release: v0.16.2
Release notes: * https://github.com/exaloop/codon/releases/tag/v0.16.2
-rw-r--r--.SRCINFO16
-rw-r--r--PKGBUILD13
2 files changed, 15 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8085b9a3b7b..aaacfb306fa0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = codon-bin
pkgdesc = High-performance, zero-overhead, extensible Python compiler using LLVM
- pkgver = 0.16.1
+ pkgver = 0.16.2
pkgrel = 1
url = https://github.com/exaloop/codon
arch = x86_64
@@ -14,18 +14,18 @@ pkgbase = codon-bin
depends = sh
provides = codon
conflicts = codon
- noextract = codon-0.16.1.tar.gz
+ noextract = codon-0.16.2.tar.gz
source = codon.sh
- source = codon-0.16.1.tar.gz::https://github.com/exaloop/codon/releases/download/v0.16.1/codon-linux-x86_64.tar.gz
+ source = codon-0.16.2.tar.gz::https://github.com/exaloop/codon/releases/download/v0.16.2/codon-linux-x86_64.tar.gz
source = https://raw.githubusercontent.com/exaloop/codon/develop/LICENSE
source = https://raw.githubusercontent.com/exaloop/codon/develop/README.md
sha256sums = ac8fa16770f809daf61c3726194b71c0561791a83831a246fab4929ef6395d9f
- sha256sums = af48dbc6762f329b8ffc36934a1b995bb12ec4fc97d53a2d52d5ead1b9a9e452
+ sha256sums = 220b4b89ebdcb6e52fdce1ce64ece28618593cc888e606c86a2d66c549d12e36
sha256sums = SKIP
sha256sums = SKIP
- sha512sums = cc4b100f55a02a0f7a6920668f7ab58986c2c77e76eab20e94def42ac740f054c450bc6d6ec11535db31e16fc32fa934d697f01bae9dfe5796e3d2f1c807f446
- sha512sums = 4794a514833549f7858b1cd7aa3bf52a85f35ef1df315440b95754431011485ca04b7325e7b78d50f6f7d5f7140eca67098c12ff384fe3d8ad3fb40b7af8fb16
- sha512sums = SKIP
- sha512sums = SKIP
+ b2sums = 718328c0651e383b892e7c1f00b795f88c6f4775b02e3a2ba217873d105e51824f380ba55b8602d1698da12ee3609641a753a6aa7660d5d4df52ea855eca5ca7
+ b2sums = bd0385c5456336abcfc6f0109d02eb2fb0d3b3c0b84acafc5774e7eeab03aeb3ff901d08f2aa720acd295e6062aece2e63c752c6d361ad7df8219c1e14fe339c
+ b2sums = SKIP
+ b2sums = SKIP
pkgname = codon-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0967e3189486..92305c23ea74 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='codon-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=0.16.1
+pkgver=0.16.2
pkgrel=1
pkgdesc='High-performance, zero-overhead, extensible Python compiler using LLVM'
arch=('x86_64')
@@ -24,7 +24,7 @@ conflicts=('codon')
_tarball="codon-$pkgver.tar.gz"
source=(
'codon.sh'
- "$_tarball::$url/releases/download/v$pkgver/codon-linux-x86_64.tar.gz"
+ "$_tarball::$url/releases/download/v$pkgver/codon-linux-$CARCH.tar.gz"
"$_rawurl/LICENSE"
"$_rawurl/README.md"
)
@@ -43,12 +43,13 @@ package() {
sha256sums=(
'ac8fa16770f809daf61c3726194b71c0561791a83831a246fab4929ef6395d9f'
- 'af48dbc6762f329b8ffc36934a1b995bb12ec4fc97d53a2d52d5ead1b9a9e452'
+ '220b4b89ebdcb6e52fdce1ce64ece28618593cc888e606c86a2d66c549d12e36'
'SKIP' 'SKIP'
)
-sha512sums=(
- 'cc4b100f55a02a0f7a6920668f7ab58986c2c77e76eab20e94def42ac740f054c450bc6d6ec11535db31e16fc32fa934d697f01bae9dfe5796e3d2f1c807f446'
- '4794a514833549f7858b1cd7aa3bf52a85f35ef1df315440b95754431011485ca04b7325e7b78d50f6f7d5f7140eca67098c12ff384fe3d8ad3fb40b7af8fb16'
+
+b2sums=(
+ '718328c0651e383b892e7c1f00b795f88c6f4775b02e3a2ba217873d105e51824f380ba55b8602d1698da12ee3609641a753a6aa7660d5d4df52ea855eca5ca7'
+ 'bd0385c5456336abcfc6f0109d02eb2fb0d3b3c0b84acafc5774e7eeab03aeb3ff901d08f2aa720acd295e6062aece2e63c752c6d361ad7df8219c1e14fe339c'
'SKIP' 'SKIP' # Skip to my Lou
)