summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrent Carmer2016-02-15 11:09:18 -0500
committerBrent Carmer2016-02-15 11:09:18 -0500
commite8cf004ef63d8935184de9a5f448356fb6f73e88 (patch)
tree6d0f5ddba267b529afbfa0908bb04fe5f6c65b14
parent399acdf2dbf0f7fc38eca2295a853a7dd231060f (diff)
downloadaur-e8cf004ef63d8935184de9a5f448356fb6f73e88.tar.gz
Bump version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c86b0d7f9eff..b97f4c78ba9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Mon Feb 15 16:09:16 UTC 2016
pkgbase = yices-bin
pkgdesc = An automatic theorem prover - download release binary
- pkgver = 2.4.1
+ pkgver = 2.4.2
pkgrel = 1
url = http://yices.csl.sri.com/
arch = i686
@@ -8,8 +10,8 @@ pkgbase = yices-bin
license = custom
provides = yices
conflicts = yices
- source = http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-2.4.1--unknown-linux-gnu-static-gmp.tar.gz&accept=I+Agree
- sha512sums = 12f025632415363f51dea9d7515bda99cdd1c4834774af88deb7f79c7f068c9f8d29ab238f336ee1ca6f6411ccc2138e877711fce47f097ba606537fd9e61732
+ source = http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-2.4.2--unknown-linux-gnu-static-gmp.tar.gz&accept=I+Agree
+ sha512sums = d9bf0cc20091e165db59ac97923e93e5137e21e88414b006a7569ffd5c4351ed55cbebcc7670f6df509ef2eb1824ec5fd77ec0a7ba798aa31ffc1ea621242351
pkgname = yices-bin
diff --git a/PKGBUILD b/PKGBUILD
index 07af7634eb2d..c0d9513d833d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Maintainer: Brent Carmer
pkgname=yices-bin
-pkgver=2.4.1
+pkgver=2.4.2
pkgrel=1
provides=('yices')
conflicts=('yices')
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="http://yices.csl.sri.com/"
license=('custom')
source=("http://yices.csl.sri.com/cgi-bin/yices2-newnewdownload.cgi?file=yices-$pkgver-$CARCH-unknown-linux-gnu-static-gmp.tar.gz&accept=I+Agree")
-sha512sums=('12f025632415363f51dea9d7515bda99cdd1c4834774af88deb7f79c7f068c9f8d29ab238f336ee1ca6f6411ccc2138e877711fce47f097ba606537fd9e61732')
+sha512sums=('d9bf0cc20091e165db59ac97923e93e5137e21e88414b006a7569ffd5c4351ed55cbebcc7670f6df509ef2eb1824ec5fd77ec0a7ba798aa31ffc1ea621242351')
package() {
cd "$srcdir/yices-$pkgver/"