Update currency for bc

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11640 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Bruce Dubbs 2019-07-15 15:34:06 +00:00
parent 12a27da730
commit 94801bff92

View File

@ -106,6 +106,7 @@ function get_packages( $package, $dirpath )
//if ( $package != "vim" ) return 0; // Debug //if ( $package != "vim" ) return 0; // Debug
if ( $package == "bc" ) $dirpath = "https://github.com/gavinhoward/bc/releases";
if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases"; if ( $package == "check" ) $dirpath = "https://github.com/libcheck/check/releases";
if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs"; if ( $package == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs";
if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files"; if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files";