summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Sun2020-11-13 18:19:14 -0500
committerAndrew Sun2020-11-13 18:19:14 -0500
commit7448f02c8b7378631bf6b2d8c89bf493ac6f8f87 (patch)
tree6bf82c8402499fc2318dbfed6422c58a54576623 /PKGBUILD
parent20728cb6f110a563473f2debb89ef25c84678317 (diff)
downloadaur-7448f02c8b7378631bf6b2d8c89bf493ac6f8f87.tar.gz
0.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5fe42aaca7fd..fe2ca9da742d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=lib32-isl
_pkgbasename=isl
-pkgver=0.22.1
+pkgver=0.23
pkgrel=1
pkgdesc="Library for manipulating sets and relations of integer points bounded by linear constraints"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('lib32-gmp' 'isl')
makedepends=('gcc-multilib')
license=('MIT')
source=("http://isl.gforge.inria.fr/${_pkgbasename}-${pkgver}.tar.xz")
-sha256sums=('28658ce0f0bdb95b51fd2eb15df24211c53284f6ca2ac5e897acc3169e55b60f')
+sha256sums=('5efc53efaef151301f4e7dde3856b66812d8153dede24fab17673f801c8698f2')
prepare() {