summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiguel Revilla2015-12-02 10:18:56 +0100
committerMiguel Revilla2015-12-02 10:18:56 +0100
commit29ef1abb8b54b5dceb6158142815218ea76e1702 (patch)
tree8862a5d4803d5969b3fa8cb6ca129f52f0ffe31f
parent07c8858b06ed55a25d7eacd688fc9514763d523a (diff)
downloadaur-libcutl.tar.gz
Update to 1.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6edce2f736f8..fce7e51bb00f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libcutl
pkgdesc = A C++ utility library
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = http://www.codesynthesis.com/projects/libcutl/
arch = i686
@@ -8,8 +8,8 @@ pkgbase = libcutl
license = MIT
depends = gcc-libs
options = !libtool
- source = http://www.codesynthesis.com/download/libcutl/1.9/libcutl-1.9.0.tar.bz2
- md5sums = 54cf1f421a520e79dd06c436a8b968d3
+ source = http://www.codesynthesis.com/download/libcutl/1.10/libcutl-1.10.0.tar.bz2
+ md5sums = 462930494a5e7094ea14b00f3767f6af
pkgname = libcutl
diff --git a/PKGBUILD b/PKGBUILD
index ba7355a8c00e..e13e27088490 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Miguel Revilla <yo@miguelrevilla.com>
pkgname=libcutl
-pkgver=1.9.0
+pkgver=1.10.0
pkgrel=1
pkgdesc="A C++ utility library"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ depends=('gcc-libs')
url="http://www.codesynthesis.com/projects/libcutl/"
options=('!libtool')
license=('MIT')
-source=("http://www.codesynthesis.com/download/libcutl/1.9/libcutl-${pkgver}.tar.bz2")
-md5sums=('54cf1f421a520e79dd06c436a8b968d3')
+source=("http://www.codesynthesis.com/download/libcutl/1.10/libcutl-${pkgver}.tar.bz2")
+md5sums=('462930494a5e7094ea14b00f3767f6af')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"