]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/commitdiff
whois: Change download location
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 25 Mar 2023 19:09:15 +0000 (20:09 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 26 Mar 2023 13:41:03 +0000 (13:41 +0000)
Debian moved to a recent version of which and dropped
the source tarball from their server.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
whois/whois.nm

index a53114bb3109c3a6cff0ba2a8127b7d84d696029..21cdff9749a9a64cf026aab0005b9a877b299f56 100644 (file)
@@ -5,7 +5,7 @@
 
 name       = whois
 version    = 5.5.15
-release    = 1.1
+release    = 2
 
 groups     = Applications/Internet
 url        = https://github.com/rfc1036/whois
@@ -20,12 +20,10 @@ description
                whois.networksolutions.com
 end
 
-source_dl  = http://ftp.debian.org/debian/pool/main/w/whois/
-sources    = %{name}_%{version}.tar.xz
+source_dl  = https://github.com/rfc1036/whois/archive/refs/tags/v%{version}.tar.gz#/
+sources    = %{thisapp}.tar.gz
 
 build
-       DIR_APP = %{DIR_SRC}/%{name}
-
        requires
                libidn2-devel
                libxcrypt-devel