summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGI_Jack2018-07-27 21:11:50 -0400
committerGI_Jack2018-07-27 21:11:50 -0400
commitddcc911d192601d35c9d994a60958627617bb96e (patch)
treefb01348cfe9e5782756f813f5df81725f69a7b88
parent88adf36eb33ca6b43aa55fd217de9993a98f570c (diff)
downloadaur-ddcc911d192601d35c9d994a60958627617bb96e.tar.gz
fixed URL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c52376d79a1a..35b1b4b7e680 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Jul 26 14:45:22 UTC 2018
+# Sat Jul 28 01:11:42 UTC 2018
pkgbase = thc-ssl-dos
pkgdesc = THC-SSL-DOS is a tool to verify the performance of SSL by flooding connections
pkgver = 1.4
@@ -12,7 +12,7 @@ pkgbase = thc-ssl-dos
depends = openssl
depends = glibc
depends = zlib
- source = https://github.com/vanhauser-thc/THC-Archive/blob/master/Exploits/thc-ssl-dos-1.4.tar.gz
+ source = https://github.com/vanhauser-thc/THC-Archive/raw/master/Exploits/thc-ssl-dos-1.4.tar.gz
sha256sums = 3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04
pkgname = thc-ssl-dos
diff --git a/PKGBUILD b/PKGBUILD
index c25d023625ee..cabdfc6094ac 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,10 +13,9 @@ arch=('i686' 'x86_64')
install="${pkgname}.install"
license=('custom: unknown')
depends=('openssl' 'glibc' 'zlib')
-source=("https://github.com/vanhauser-thc/THC-Archive/blob/master/Exploits/thc-ssl-dos-1.4.tar.gz")
+source=("https://github.com/vanhauser-thc/THC-Archive/raw/master/Exploits/thc-ssl-dos-1.4.tar.gz")
sha256sums=('3e8dcaedf39a11ebaeac6e4d75175fcc724c6255904ef4e27bf72c9788119a04')
-
build() {
cd "${srcdir}/${pkgname}-${pkgver}" || return 1
./configure --prefix=/usr || return 1