summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCarlos Aznarán2025-01-19 08:03:25 -0500
committerCarlos Aznarán2025-01-19 08:03:25 -0500
commite1286eec7e863a9dc63b1b8f85324e56ef66c821 (patch)
treee43f36e2f84d593084b14b8dddd118289bf70de1 /PKGBUILD
parent3e576ccedc2a1e20ee4b2648f842e49e1057ad81 (diff)
downloadaur-e1286eec7e863a9dc63b1b8f85324e56ef66c821.tar.gz
Bump version to 0.44.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86d8a5c38c75..15139d87d817 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.43.0
+pkgver=0.44.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=('9317ed868893c74a50d9f9adf237e73391b3b9fca7667f1e3f065b683b4d87f4967b4dd89862da6377675430b58762e14bdb8288e2e906648f85d5097058fbf8')
+sha512sums=('4cb02038bf6da79edab0bf249e199e6f7985e51e36097d7b9689e86490dc94a983a646b4e76da164a7a9482e880c496a831962492145e32f0c8d54e7a1b88ff1')
build() {
cmake \