diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 17:56:42 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 22:37:32 +0100 |
commit | 9dc5fdfce371dc8281c3a9c12f7fd7deb8d3a3b8 (patch) | |
tree | 16ee2e8b09043ac1cc2f3fa9f71959141018189b | |
parent | 4408689f837f88279b92ddb8a0b0678624d3aacd (diff) | |
download | aports-9dc5fdfce371dc8281c3a9c12f7fd7deb8d3a3b8.tar.bz2 aports-9dc5fdfce371dc8281c3a9c12f7fd7deb8d3a3b8.tar.xz |
main/libunwind: upgrade to 1.1
-rw-r--r-- | main/libunwind/APKBUILD | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/main/libunwind/APKBUILD b/main/libunwind/APKBUILD index 7fff5b1e31..1aa48fc8b3 100644 --- a/main/libunwind/APKBUILD +++ b/main/libunwind/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=libunwind -pkgver=1.0.1 +pkgver=1.1 pkgrel=0 pkgdesc="portable and efficient API to determine the call-chain of a program" url="http://www.nongnu.org/libunwind/" @@ -12,8 +12,7 @@ depends_dev="" makedepends="$depends_dev autoconf automake libtool" install="" subpackages="$pkgname-dev $pkgname-doc" -source="http://download.savannah.gnu.org/releases/libunwind/libunwind-$pkgver.tar.gz - disable-setjmp.patch" +source="http://download.savannah.gnu.org/releases/libunwind/libunwind-$pkgver.tar.gz" _builddir="$srcdir"/libunwind-$pkgver prepare() { @@ -47,5 +46,4 @@ package() { rm -f "$pkgdir"/lib/*.la } -md5sums="993e47cca7315e22239c3e0d987e94e0 libunwind-1.0.1.tar.gz -43058a07e7648b0dcbb84890ccc8c760 disable-setjmp.patch" +md5sums="fb4ea2f6fbbe45bf032cd36e586883ce libunwind-1.1.tar.gz" |