summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {