summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"