diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-29 21:39:54 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-08-29 21:39:54 +0000 |
commit | de3fb6c1b8976fc3e2312634df8efa14a93bbf11 (patch) | |
tree | 71d166082934804c98a99942f7b9b10408d4fecc | |
parent | eab5b72b28d8503d78644f0e1e14369d3c30872c (diff) |
Fix iana-etc currency
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12040 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | lfs-latest.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lfs-latest.php b/lfs-latest.php index 6fe2ea0ca..1cd061946 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -116,6 +116,7 @@ if ( $package == "expect" ) $dirpath = "http://sourceforge.net/projects/expe if ( $package == "file" ) $dirpath = "https://github.com/file/file/releases"; if ( $package == "flex" ) $dirpath = "https://github.com/westes/flex/releases"; if ( $package == "gcc" ) $dirpath = max_parent( $dirpath, "gcc-" ); +if ( $package == "iana-etc" ) $dirpath = "https://github.com/Mic92/iana-etc/releases"; if ( $package == "intltool" ) $dirpath = "https://launchpad.net/intltool/trunk"; if ( $package == "meson" ) $dirpath = "https://github.com/mesonbuild/meson/releases"; if ( $package == "mpc" ) $dirpath = "https://ftp.gnu.org/gnu/mpc"; |