summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorghbrown2023-10-13 19:39:48 -0500
committerghbrown2023-10-13 19:39:48 -0500
commit5673443777542125d96ea6ac473dabb09004f2a9 (patch)
treef6dac3dff6e5ee9a4f73329108d5a40eddd379c5
parent038830821f2b444d670820d3d6015e4442528c02 (diff)
downloadaur-5673443777542125d96ea6ac473dabb09004f2a9.tar.gz
Version bump for 1.32
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2af8926290bf..90c050c49f45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = chapel
pkgdesc = Programming language designed for productive parallel computing at scale
- pkgver = 1.31.0
- pkgrel = 3
+ pkgver = 1.32.0
+ pkgrel = 1
url = https://chapel-lang.org/
arch = x86_64
arch = arm
@@ -13,7 +13,7 @@ pkgbase = chapel
depends = llvm15
depends = llvm15-libs
depends = clang15
- source = https://github.com/chapel-lang/chapel/releases/download/1.31.0/chapel-1.31.0.tar.gz
- sha256sums = 4b861c9a354f6fcf66081256f7ec703d6dd2cd68ea363b400d10ac00bf308679
+ source = https://github.com/chapel-lang/chapel/releases/download/1.32.0/chapel-1.32.0.tar.gz
+ sha256sums = 9fb139756ebb63ab722856273457673fc7368b26d9a9483333650510506c0a96
pkgname = chapel
diff --git a/PKGBUILD b/PKGBUILD
index aab93bfcc557..386f6e750b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
# Co-maintainer: Gabriel Brown <gabriel.h.brown@gmail.com>
pkgname=chapel
-pkgver=1.31.0
-pkgrel=3
+pkgver=1.32.0
+pkgrel=1
pkgdesc="Programming language designed for productive parallel computing at scale"
url="https://chapel-lang.org/"
arch=('x86_64' 'arm')
@@ -13,7 +13,7 @@ license=('Apache')
depends=('python' 'perl' 'llvm15' 'llvm15-libs' 'clang15') # if using old versions
makedepends=('git' 'cmake')
source=("https://github.com/chapel-lang/chapel/releases/download/${pkgver}/chapel-${pkgver}.tar.gz")
-sha256sums=('4b861c9a354f6fcf66081256f7ec703d6dd2cd68ea363b400d10ac00bf308679')
+sha256sums=('9fb139756ebb63ab722856273457673fc7368b26d9a9483333650510506c0a96')
build() {