summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2024-07-26 10:27:40 -0500
committerCarlos Aznarán2024-07-26 10:27:40 -0500
commitf8959ed4123d686c51e4da2478b91cbe1a2e0873 (patch)
tree60f87c1a5fc28c8c7aa692096e5d699dad7b8120 /PKGBUILD
parentc2510d2dd8a43e02a07b5c08ad2f084abd3bf7a6 (diff)
downloadaur-f8959ed4123d686c51e4da2478b91cbe1a2e0873.tar.gz
Bump version to 0.38.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c2157acbe887..837afeebde4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Carlos Aznarán <caznaranl@uni.pe>
# Contributor: Ciappi <marco.scopesi@gmail.com>
pkgname=lfortran
-pkgver=0.37.0
+pkgver=0.38.0
pkgrel=1
pkgdesc="Modern interactive LLVM-based Fortran compiler"
arch=(x86_64)
@@ -12,7 +12,7 @@ makedepends=(llvm cmake cppzmq zstd-static)
checkdepends=()
optdepends=()
source=(https://${pkgname}.github.io/tarballs/release/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('12cb98f1c26ffa0397c3424a400d9b068d65d7f5553df970d8c2d045906aed1fe55e96d2e68b0158ed8a3865c7c664c1b153719df07e33621cf55f67a1a32d68')
+sha512sums=('bc7c9748ee6f2daf4fbb11af4ad5b94d85f429853218a3484b642f33a6cf174e7e7b5d609ec95304502c044eeafdcfef924f53a587d6fd7e57681e74fe7b0e6f')
build() {
cmake \