summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorrichard_vock2015-08-24 11:16:13 +0200
committerrichard_vock2015-08-24 11:16:13 +0200
commitbe4b6fc9f66529df1ecbc283b9f97a02c422ca0e (patch)
tree7a344240de5351538859f8cc2d1c18cc6114a3d0
parent61e3841317880fa77ffac4cc75bb0bb2d6f7243d (diff)
downloadaur-be4b6fc9f66529df1ecbc283b9f97a02c422ca0e.tar.gz
Update to version 9.2.0
-rw-r--r--.SRCINFO6
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1bfcb644c65..be1d7382add6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = libunittest
pkgdesc = A portable C++ library for unit testing
- pkgver = 9.0.0
+ pkgver = 9.2.0
pkgrel = 1
url = http://libunittest.sourceforge.net/
arch = x86_64
arch = i686
license = MIT
- source = http://downloads.sourceforge.net/project/libunittest/libunittest-9.0.0.tar.gz
- md5sums = d5ea3dc4ae2cbd39ef16a04da8ed197b
+ source = http://downloads.sourceforge.net/project/libunittest/libunittest-9.2.0.tar.gz
+ md5sums = 32807836531c239fc64effb15a7bd85c
pkgname = libunittest
diff --git a/PKGBUILD b/PKGBUILD
index e2d2b3922a62..d4943afb15a1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Richard Vock <vock at cs dot uni-bonn dot de>
pkgname=libunittest
-pkgver=9.0.0
+pkgver=9.2.0
pkgrel=1
pkgdesc="A portable C++ library for unit testing"
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('MIT')
depends=()
makedepends=()
source=("http://downloads.sourceforge.net/project/libunittest/libunittest-${pkgver}.tar.gz")
-md5sums=('d5ea3dc4ae2cbd39ef16a04da8ed197b')
+md5sums=('32807836531c239fc64effb15a7bd85c')
build() {
cd $srcdir/libunittest-$pkgver