summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4de38643849a..940828bb177a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Wed Jan 20 18:09:24 UTC 2016
+# Thu Sep 7 17:55:14 UTC 2017
pkgbase = csmith
pkgdesc = Tool for stress-testing compilers, static analyzers, and other tools that process C code
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 2
url = http://embed.cs.utah.edu/csmith/
arch = i686
arch = x86_64
license = custom:BSD
depends = perl
- source = https://embed.cs.utah.edu/csmith/csmith-2.2.0.tar.gz
- md5sums = 05682b96f6607b00426d42718b9c2fd6
+ source = https://embed.cs.utah.edu/csmith/csmith-2.3.0.tar.gz
+ sha256sums = f247cc0aede5f8a0746271b40a5092b5b5a2d034e5e8f7a836c879dde3fb65d5
pkgname = csmith
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}"