aboutsummaryrefslogtreecommitdiff
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)
downloadalpine_aports-3c81761bd645b48e574733af55a30e34af411d6e.tar.bz2
alpine_aports-3c81761bd645b48e574733af55a30e34af411d6e.tar.xz
alpine_aports-3c81761bd645b48e574733af55a30e34af411d6e.zip
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 cf1d05a9be..465fe6d1d8 100644
--- a/extra/libconfig/APKBUILD
+++ b/extra/libconfig/APKBUILD
@@ -1,10 +1,12 @@
1# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
1pkgname=libconfig 2pkgname=libconfig
2pkgver=1.3.1 3pkgver=1.3.2
3pkgrel=0 4pkgrel=0
4pkgdesc="a simple library for manipulating structured configuration files" 5pkgdesc="a simple library for manipulating structured configuration files"
5url="http://www.hyperrealm.com/libconfig/" 6url="http://www.hyperrealm.com/libconfig/"
6license='LGPL' 7license='LGPL'
7depends="uclibc" 8depends="uclibc"
9makedepends="g++"
8source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz" 10source="http://www.hyperrealm.com/$pkgname/$pkgname-$pkgver.tar.gz"
9subpackages="$pkgname-doc $pkgname-dev" 11subpackages="$pkgname-doc $pkgname-dev"
10 12
@@ -18,5 +20,4 @@ build() {
18 make DESTDIR="$pkgdir/" install 20 make DESTDIR="$pkgdir/" install
19} 21}
20 22
21md5sums="" #generate with 'abuild checksum' 23md5sums="094a82afd382aa2305c6cc3c06025c2d libconfig-1.3.2.tar.gz"
22md5sums="f02bfa27a21b3040089026975b9dc0b8 libconfig-1.3.1.tar.gz"