Date: Tuesday, November 1, 2016 @ 20:24:22 Author: thestinger Revision: 194243
ncrack: use HTTPS Modified: ncrack/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-11-01 20:22:53 UTC (rev 194242) +++ PKGBUILD 2016-11-01 20:24:22 UTC (rev 194243) @@ -7,10 +7,10 @@ pkgrel=1 pkgdesc='A high-speed network authentication cracking tool' arch=(i686 x86_64) -url='http://nmap.org/ncrack/' +url='https://nmap.org/ncrack/' license=(GPL) depends=(openssl) -source=("http://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz") +source=("https://nmap.org/ncrack/dist/ncrack-$pkgver.tar.gz") md5sums=('c264bced401db826852014aef22927cd') build() {
