Date: Monday, January 7, 2019 @ 20:49:57 Author: anthraxx Revision: 420971
upgpkg: thc-ipv6 3.6-1 Modified: thc-ipv6/trunk/PKGBUILD ----------+ PKGBUILD | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-07 20:43:59 UTC (rev 420970) +++ PKGBUILD 2019-01-07 20:49:57 UTC (rev 420971) @@ -4,16 +4,15 @@ # Contributor: mortzu <[email protected]> pkgname=thc-ipv6 -pkgver=3.4 +pkgver=3.6 pkgrel=1 pkgdesc='Complete tool set to attack the inherent protocol weaknesses of IPv6 and ICMP6' -url='https://thc.org/thc-ipv6/' +url='https://github.com/vanhauser-thc/thc-ipv6' arch=('x86_64') license=('AGPL3') depends=('libpcap' 'openssl' 'libnetfilter_queue') -source=(${pkgname}-${pkgver}.tar.gz::https://www.thc.org/releases/${pkgname}-${pkgver}.tar.gz) -sha512sums=('26fd3b873f298b7601bbb49ccdb67ef5b8956c8f49bd725291c27415607558afc7e89b20993fe71959498616bad92fa49db72ad2bd59f2b323acb1b89febeea4') -DLAGENTS=("https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u --insecure") +source=(${pkgname}-${pkgver}.tar.gz::https://github.com/vanhauser-thc/thc-ipv6/archive/v${pkgver}.tar.gz) +sha512sums=('3ca25b85a6c31450490dc46ec999fff86303b7dfd28edefb8fd2319b794e43d36ed3c289d5ca775ba031055e83174e9927c25f74eed2b4dcfc63d8e04446d0ab') prepare() { cd ${pkgname}-${pkgver}
