summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2009-04-13 14:00:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2009-04-13 14:00:55 +0000
commit3c81761bd645b48e574733af55a30e34af411d6e (patch)
tree049f591bcd62435b879e68a7cdf937ce463f0713
parent95e9090b24c911d8a87ec615e4b7871456543991 (diff)
downloadaports-3c81761bd645b48e574733af55a30e34af411d6e.tar.bz2
aports-3c81761bd645b48e574733af55a30e34af411d6e.tar.xz
extra/libconfig: upgrade to 1.3.2
-rw-r--r--extra/libconfig/APKBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/extra/libconfig/APKBUILD b/extra/libconfig/APKBUILD
index cf1d05a9..465fe6d1 100644
--- a/extra/libconfig/APKBUILD
+++ b/extra/libconfig/APKBUILD
@@ -1,10 +1,12 @@
+# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libconfig
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=0
pkgdesc="a simple library for manipulating structured configuration files"
url="http://www.hyperrealm.com/libconfig/"
license='LGPL'
depends="uclibc"
+makedepends="g++"
source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz"
subpackages="$pkgname-doc $pkgname-dev"
@@ -18,5 +20,4 @@ build() {
make DESTDIR="$pkgdir/" install
}
-md5sums="" #generate with 'abuild checksum'
-md5sums="f02bfa27a21b3040089026975b9dc0b8 libconfig-1.3.1.tar.gz"
+md5sums="094a82afd382aa2305c6cc3c06025c2d libconfig-1.3.2.tar.gz"