mirror of
https://github.com/linuxboot/heads.git
synced 2025-02-20 01:06:18 +00:00
Switch popt mirror to Launchpad
Launchpad offers HTTPS downloads, whereas other more obvious mirrors (like the one used originally, as well as rpm5.org) do not. Note: it is unclear to whether Launchpad's tarballs will always match the checksum from upstream tarballs. However, at least for 1.16, this condition does indeed seem to hold true. Homebrew, FWIW, lists OpenBSD as a mirror: https://github.com/Homebrew/homebrew-core/blob/master/Formula/popt.rb
This commit is contained in:
parent
6303fbcacc
commit
8b28e49459
@ -3,7 +3,7 @@ modules-$(CONFIG_POPT) += popt
|
||||
popt_version := 1.16
|
||||
popt_dir := popt-$(popt_version)
|
||||
popt_tar := popt-$(popt_version).tar.gz
|
||||
popt_url := https://anduin.linuxfromscratch.org/BLFS/popt/$(popt_tar)
|
||||
popt_url := https://launchpad.net/popt/head/$(popt_version)/+download/$(popt_tar)
|
||||
popt_hash := e728ed296fe9f069a0e005003c3d6b2dde3d9cad453422a10d6558616d304cc8
|
||||
|
||||
popt_configure := ./configure \
|
||||
|
Loading…
x
Reference in New Issue
Block a user