diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-19 11:20:28 +0000 |
---|---|---|
committer | Fabian Affolter <fabian@affolter-engineering.ch> | 2012-05-20 16:57:45 +0000 |
commit | b558f3df3dcdc47924c1304917c7bcf83a63c018 (patch) | |
tree | 45669d3450547077e9f5e453c00a2e645c375c8f /testing/libupnp | |
parent | 714af606f0b2c063827a03670a65584ed77612c4 (diff) | |
download | aports-b558f3df3dcdc47924c1304917c7bcf83a63c018.tar.bz2 aports-b558f3df3dcdc47924c1304917c7bcf83a63c018.tar.xz |
testing/libupnp: upgrade to 1.6.17
Diffstat (limited to 'testing/libupnp')
-rw-r--r-- | testing/libupnp/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/testing/libupnp/APKBUILD b/testing/libupnp/APKBUILD index ce0ced74e3..2c65517666 100644 --- a/testing/libupnp/APKBUILD +++ b/testing/libupnp/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Francesco Colista <francesco.colista@gmail.com> # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=libupnp -pkgver=1.6.13 +pkgver=1.6.17 pkgrel=1 pkgdesc="Portable Open Source UPnP Development Kit" url="http://pupnp.sourceforge.net/" @@ -14,6 +14,7 @@ install="" subpackages="$pkgname-dev $pkgname-doc" source="http://downloads.sourceforge.net/sourceforge/pupnp/${pkgname}-${pkgver}.tar.bz2" _builddir="$srcdir"/$pkgname-$pkgver + build() { cd "$_builddir" ./configure --prefix=/usr @@ -27,4 +28,4 @@ package() { find "$pkgdir" -name *.la -print | xargs rm } -md5sums="71476b1781ad179bfc9bead640be5f54 libupnp-1.6.13.tar.bz2" +md5sums="efbf0d470ce7157bc0e6ca836e246de5 libupnp-1.6.17.tar.bz2" |