summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjerry732042017-09-08 01:55:33 +0800
committerjerry732042017-09-08 01:55:33 +0800
commitcabfc88dc35397bdf460cb551d15f839c18a24a7 (patch)
tree4877b016c0e52becb987f68cedf4e4aa9d0d770b /PKGBUILD
parentff41e4681de7e8ec611a14a98d4b4240f271ee4a (diff)
downloadaur-cabfc88dc35397bdf460cb551d15f839c18a24a7.tar.gz
Updated to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc1cf6d9dc1d..e1db1dce53e0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: jerry73204 <jerry73204@gmail.com>
# Previous maintainer: spider-mario <spidermario@free.fr>
pkgname=csmith
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=2
pkgdesc='Tool for stress-testing compilers, static analyzers, and other tools that process C code'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='http://embed.cs.utah.edu/csmith/'
license=('custom:BSD')
depends=('perl')
source=("https://embed.cs.utah.edu/csmith/${pkgname}-${pkgver}.tar.gz")
-md5sums=('05682b96f6607b00426d42718b9c2fd6')
+sha256sums=('f247cc0aede5f8a0746271b40a5092b5b5a2d034e5e8f7a836c879dde3fb65d5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"