summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Alexander Seistrup2023-08-13 08:05:50 +0200
committerKlaus Alexander Seistrup2023-08-13 08:05:50 +0200
commitb6c8e990a60d5b44c4c3154bf4307a784cf91859 (patch)
treeb67eea1a16ba8edf1cd7c71c03f89523b85e5d07
parent4113e28d6f550a25605e292134ef8692745afa2f (diff)
downloadaur-b6c8e990a60d5b44c4c3154bf4307a784cf91859.tar.gz
New upstream release: v0.16.3
Release notes: * https://github.com/exaloop/codon/releases/tag/v0.16.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaacfb306fa0..2a102f16e4c9 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.2
+ pkgver = 0.16.3
pkgrel = 1
url = https://github.com/exaloop/codon
arch = x86_64
@@ -14,17 +14,17 @@ pkgbase = codon-bin
depends = sh
provides = codon
conflicts = codon
- noextract = codon-0.16.2.tar.gz
+ noextract = codon-0.16.3.tar.gz
source = codon.sh
- source = codon-0.16.2.tar.gz::https://github.com/exaloop/codon/releases/download/v0.16.2/codon-linux-x86_64.tar.gz
+ source = codon-0.16.3.tar.gz::https://github.com/exaloop/codon/releases/download/v0.16.3/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 = 220b4b89ebdcb6e52fdce1ce64ece28618593cc888e606c86a2d66c549d12e36
+ sha256sums = 9b93e83b2aeb0dfb00d673a4482e9e22500469b92233438a2bbf188e0d08aa37
sha256sums = SKIP
sha256sums = SKIP
b2sums = 718328c0651e383b892e7c1f00b795f88c6f4775b02e3a2ba217873d105e51824f380ba55b8602d1698da12ee3609641a753a6aa7660d5d4df52ea855eca5ca7
- b2sums = bd0385c5456336abcfc6f0109d02eb2fb0d3b3c0b84acafc5774e7eeab03aeb3ff901d08f2aa720acd295e6062aece2e63c752c6d361ad7df8219c1e14fe339c
+ b2sums = 44762c3fa129270b83e653377d422336c47ae9faf5ac85651ec3610a3771a26d762ba359db187baedcf5d5192df9aa769cae47ed55b3d25884241d0a2f08ec77
b2sums = SKIP
b2sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 92305c23ea74..db580ffaaad3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='codon-bin'
_pkgname="${pkgname%%-bin}"
-pkgver=0.16.2
+pkgver=0.16.3
pkgrel=1
pkgdesc='High-performance, zero-overhead, extensible Python compiler using LLVM'
arch=('x86_64')
@@ -43,13 +43,13 @@ package() {
sha256sums=(
'ac8fa16770f809daf61c3726194b71c0561791a83831a246fab4929ef6395d9f'
- '220b4b89ebdcb6e52fdce1ce64ece28618593cc888e606c86a2d66c549d12e36'
+ '9b93e83b2aeb0dfb00d673a4482e9e22500469b92233438a2bbf188e0d08aa37'
'SKIP' 'SKIP'
)
b2sums=(
'718328c0651e383b892e7c1f00b795f88c6f4775b02e3a2ba217873d105e51824f380ba55b8602d1698da12ee3609641a753a6aa7660d5d4df52ea855eca5ca7'
- 'bd0385c5456336abcfc6f0109d02eb2fb0d3b3c0b84acafc5774e7eeab03aeb3ff901d08f2aa720acd295e6062aece2e63c752c6d361ad7df8219c1e14fe339c'
+ '44762c3fa129270b83e653377d422336c47ae9faf5ac85651ec3610a3771a26d762ba359db187baedcf5d5192df9aa769cae47ed55b3d25884241d0a2f08ec77'
'SKIP' 'SKIP' # Skip to my Lou
)