summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Scopesi2022-10-25 21:40:39 +0200
committerMarco Scopesi2022-10-25 21:40:39 +0200
commitc8d05e185cf23c55938c44047656830081bee5d2 (patch)
tree00bcda23ae7b1164714c6266681b26db3c08288a
parent8fa35c6605e071e6f85c53739f9f30ac017d25d1 (diff)
downloadaur-c8d05e185cf23c55938c44047656830081bee5d2.tar.gz
v0.17.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12505b3b9245..8131ab88d366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lfortran
pkgdesc = Modern interactive LLVM-based Fortran compiler
- pkgver = 0.15.0
- pkgrel = 2
+ pkgver = 0.17.0
+ pkgrel = 1
url = https://lfortran.org
arch = x86_64
license = BSD
@@ -9,7 +9,7 @@ pkgbase = lfortran
makedepends = cmake
depends = zlib
depends = ncurses
- source = https://lfortran.github.io/tarballs/release/lfortran-0.15.0.tar.gz
- sha256sums = 8712c1b0c886f08937ff4c277ff3fa5c05e4dead1bafe55e3bd789be96470127
+ source = https://lfortran.github.io/tarballs/release/lfortran-0.17.0.tar.gz
+ sha256sums = 44030e27d1c1f85d6c367c0fa901e7ad753e8ca04bbb58cef16b8101085b6f53
pkgname = lfortran
diff --git a/PKGBUILD b/PKGBUILD
index 3a84b5834776..9bd47455bd2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ciappi <marco.scopesi@gmail.com>
pkgname=lfortran
-pkgver=0.15.0
-pkgrel=2
+pkgver=0.17.0
+pkgrel=1
pkgdesc="Modern interactive LLVM-based Fortran compiler"
arch=('x86_64')
url="https://lfortran.org"
@@ -19,7 +19,7 @@ options=()
install=
changelog=
source=("https://lfortran.github.io/tarballs/release/"$pkgname-$pkgver.tar.gz)
-sha256sums=('8712c1b0c886f08937ff4c277ff3fa5c05e4dead1bafe55e3bd789be96470127')
+sha256sums=('44030e27d1c1f85d6c367c0fa901e7ad753e8ca04bbb58cef16b8101085b6f53')
noextract=()
prepare() {