[arch-commits] Commit in cmocka/trunk (PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Tue May 5 17:27:31 UTC 2015


    Date: Tuesday, May 5, 2015 @ 19:27:30
  Author: anatolik
Revision: 132813

upgpkg: cmocka 1.0.1-1

Modified:
  cmocka/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-05 15:43:53 UTC (rev 132812)
+++ PKGBUILD	2015-05-05 17:27:30 UTC (rev 132813)
@@ -3,7 +3,7 @@
 
 pkgname=cmocka
 url='http://cmocka.org/'
-pkgver=1.0.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='an elegant unit testing framework for C with support for mock objects'
 arch=(i686 x86_64)
@@ -11,7 +11,7 @@
 depends=(glibc)
 makedepends=(cmake)
 source=(http://git.cryptomilk.org/projects/cmocka.git/snapshot/cmocka-$pkgver.zip)
-sha1sums=('e4bcc4358549ca83ad792ae0d911194c800ab627')
+sha1sums=('f30bb65d52282331acd55cdd7c63ae6dddb1d28c')
 
 build() {
   rm -rf build; mkdir build



More information about the arch-commits mailing list