[packages/hydra] - distfiles doesn't like '?' in URL
baggins
baggins at pld-linux.org
Tue Oct 23 00:23:47 CEST 2018
commit f8ae1b45d076bb97909d7a8ba279eb455aca8d16
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Tue Oct 23 00:23:22 2018 +0200
- distfiles doesn't like '?' in URL
hydra.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/hydra.spec b/hydra.spec
index 396e7f8..95d9cdb 100644
--- a/hydra.spec
+++ b/hydra.spec
@@ -8,7 +8,8 @@ Version: 8.6
Release: 2
License: GPL
Group: Networking
-Source0: https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/%{name}-%{version}.tar.gz?raw=true
+#Source0: https://github.com/vanhauser-thc/THC-Archive/blob/master/Tools/%{name}-%{version}.tar.gz?raw=true
+Source0: %{name}-%{version}.tar.gz
# Source0-md5: 5d909cfea627a1f2482b82dfbd64956c
Patch0: %{name}-nonsl.patch
URL: http://www.thc.org/thc-hydra/
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/hydra.git/commitdiff/f8ae1b45d076bb97909d7a8ba279eb455aca8d16
More information about the pld-cvs-commit
mailing list