diff options
author | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 17:29:22 +0100 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2012-12-18 22:37:31 +0100 |
commit | 218ec8ead176b3a85ac77c126483a22b7398e045 (patch) | |
tree | 0895df1be3dd8109ddf61c7312e3944215e29c82 /main/talloc | |
parent | c692a1553861acf5834930ffc7be553d503b2a70 (diff) | |
download | aports-218ec8ead176b3a85ac77c126483a22b7398e045.tar.bz2 aports-218ec8ead176b3a85ac77c126483a22b7398e045.tar.xz |
main/talloc: upgrade to 2.0.8
Diffstat (limited to 'main/talloc')
-rw-r--r-- | main/talloc/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/talloc/APKBUILD b/main/talloc/APKBUILD index 70fc2bf0d6..979e234f6c 100644 --- a/main/talloc/APKBUILD +++ b/main/talloc/APKBUILD @@ -1,7 +1,7 @@ # Contributor: William Pitcock <nenolod@dereferenced.org> # Maintainer: William Pitcock <nenolod@dereferenced.org> pkgname=talloc -pkgver=2.0.7 +pkgver=2.0.8 pkgrel=0 pkgdesc="memory pool management library" url="http://talloc.samba.org/" @@ -40,5 +40,5 @@ package() { make DESTDIR="$pkgdir" install || return 1 } -md5sums="dbfb3146f4cc47054e13b8a2988299f9 talloc-2.0.7.tar.gz +md5sums="7857200b58a8617ca18fe2c91296cd93 talloc-2.0.8.tar.gz 10304afbc3b00346238bf5a969227c68 always-libs.patch" |