summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Aznarán2023-10-13 16:51:09 -0500
committerCarlos Aznarán2023-10-13 16:51:09 -0500
commit8a74280bdb8dbe4f2a4ec1b9a707ee77d89b61fe (patch)
treeec265c1d844e446abce33be39fa5a68433766a60
parent761adc6019ab8e379650435e8dfee826260d5367 (diff)
downloadaur-8a74280bdb8dbe4f2a4ec1b9a707ee77d89b61fe.tar.gz
Bump version to 0.22.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8914e83ffa7a..97265f21aaf8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lfortran
pkgdesc = Modern interactive LLVM-based Fortran compiler
- pkgver = 0.21.2
+ pkgver = 0.22.0
pkgrel = 1
url = https://lfortran.org
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = lfortran
depends = zlib
depends = ncurses
depends = xeus-zmq
- source = https://lfortran.github.io/tarballs/release/lfortran-0.21.2.tar.gz
- sha512sums = cdef1eb809c8225c76c477936f4ed9c6ec9f80626c13e50263888bc6db2f6fd07aad5dc84cd3ea85cd8996b81d59e52d2631765fc9ba3d5d733aeeb23a375b1e
+ source = https://lfortran.github.io/tarballs/release/lfortran-0.22.0.tar.gz
+ sha512sums = e881a12868fe8e77600f9d910743ff960c43bf87c098bd70951d7f97ed80b2eae872decfd9b96408f9971403485c6609c2112af2f4914b51fa7cd94c44c7e552
pkgname = lfortran
diff --git a/PKGBUILD b/PKGBUILD
index 6bbeec16276c..9a29cefdfd3d 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.21.2
+pkgver=0.22.0
pkgrel=1
pkgdesc="Modern interactive LLVM-based Fortran compiler"
arch=('x86_64')
@@ -12,7 +12,7 @@ makedepends=(llvm cmake cppzmq)
checkdepends=()
optdepends=()
source=(https://${pkgname}.github.io/tarballs/release/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('cdef1eb809c8225c76c477936f4ed9c6ec9f80626c13e50263888bc6db2f6fd07aad5dc84cd3ea85cd8996b81d59e52d2631765fc9ba3d5d733aeeb23a375b1e')
+sha512sums=('e881a12868fe8e77600f9d910743ff960c43bf87c098bd70951d7f97ed80b2eae872decfd9b96408f9971403485c6609c2112af2f4914b51fa7cd94c44c7e552')
build() {
cmake \