summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPythonShell2018-06-27 15:50:30 +0800
committerPythonShell2018-06-27 15:50:30 +0800
commit65afc593faafb735552aeba1f876427c1b31c461 (patch)
tree710edb9f9e6c2233554e4cb06135366dd89cb6a0
parent64c0f81ce25a19289a29c204902b70f3b00dfb55 (diff)
downloadaur-65afc593faafb735552aeba1f876427c1b31c461.tar.gz
version 5.9 pkgrel 1
Signed-off-by: PythonShell <pythonshell@yeah.net>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 844f7941638d..2478fa3a750a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = cbmc
pkgdesc = Bounded Model Checking for ANSI-C
- pkgver = 5.8
+ pkgver = 5.9
pkgrel = 1
url = http://www.cprover.org/cbmc/
arch = i686
@@ -15,8 +15,8 @@ pkgbase = cbmc
conflicts = cbmc
conflicts = cbmc-git
conflicts = cbmc-bin
- source = https://github.com/diffblue/cbmc/archive/cbmc-5.8.tar.gz
- sha256sums = 8d40a4c2f25315df769773eb01f939d94db1fdc1c39a7953d510289fec142fd6
+ source = https://github.com/diffblue/cbmc/archive/cbmc-5.9.tar.gz
+ sha256sums = e57b07036475267bc158694003fb546d128a54b556553e5e129e967972d81fd1
pkgname = cbmc
diff --git a/PKGBUILD b/PKGBUILD
index 8695fa7209f3..8c237e5f1b54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Python Shell <pythonshell@yeah.net>
pkgname=cbmc
-pkgver=5.8
+pkgver=5.9
pkgrel=1
pkgdesc="Bounded Model Checking for ANSI-C"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('custom')
makedepends=('flex' 'bison' 'make' 'patch' 'perl-libwww')
provides=('cbmc')
conflicts=('cbmc' 'cbmc-git' 'cbmc-bin')
-source=("https://github.com/diffblue/cbmc/archive/cbmc-5.8.tar.gz")
-sha256sums=('8d40a4c2f25315df769773eb01f939d94db1fdc1c39a7953d510289fec142fd6')
+source=("https://github.com/diffblue/cbmc/archive/cbmc-5.9.tar.gz")
+sha256sums=('e57b07036475267bc158694003fb546d128a54b556553e5e129e967972d81fd1')
_pkg_src_root="${pkgname}-${pkgname}-${pkgver}"