diff options
author | Sébastien Szymanski <sebastien.szymanski@armadeus.com> | 2015-12-15 14:50:21 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-15 21:36:58 +0100 |
commit | a54cde49d51f25b135a3751965e6c59b79d2cddc (patch) | |
tree | 3442623583994a30c1541b389157bc745a84ce71 | |
parent | 860894e8d7bf8cf52c21a4603118696bb3976fdd (diff) |
popt: change POPT_SITE back to original url
The popt-1.16.tar.gz file is no more available at current URL and
rmp5.org is online.
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/popt/popt.hash | 2 | ||||
-rw-r--r-- | package/popt/popt.mk | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/package/popt/popt.hash b/package/popt/popt.hash index 4d93e47f9..875bbae7a 100644 --- a/package/popt/popt.hash +++ b/package/popt/popt.hash @@ -1,2 +1,2 @@ -# Locally calculated based on http://anduin.linuxfromscratch.org/sources/BLFS/svn/p/popt-1.16.tar.gz.md5sum +# Locally calculated: sha256 e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8 popt-1.16.tar.gz diff --git a/package/popt/popt.mk b/package/popt/popt.mk index 605649b87..863a47a65 100644 --- a/package/popt/popt.mk +++ b/package/popt/popt.mk @@ -5,8 +5,7 @@ ################################################################################ POPT_VERSION = 1.16 -# rpm5.org down -POPT_SITE = http://anduin.linuxfromscratch.org/sources/BLFS/svn/p +POPT_SITE = http://rpm5.org/files/popt POPT_INSTALL_STAGING = YES POPT_LICENSE = MIT POPT_LICENSE_FILES = COPYING |