From 4fd33ea3ded8fcede024eede9f1007ef20f4a539 Mon Sep 17 00:00:00 2001 From: Anton Maisak Date: Mon, 14 Sep 2020 14:57:30 +0300 Subject: [PATCH] =?UTF-8?q?Revision:=2011640=20Author:=20bdubbs=20Date:=20?= =?UTF-8?q?15=20=D0=B8=D1=8E=D0=BB=D1=8F=202019=20=D0=B3.=2018:34:06=20Mes?= =?UTF-8?q?sage:=20Update=20currency=20for=20bc=20----=20Modified=20:=20/t?= =?UTF-8?q?runk/BOOK/lfs-latest.php?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lfs-latest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs-latest.php b/lfs-latest.php index 5878864fe..dcde33f90 100644 --- a/lfs-latest.php +++ b/lfs-latest.php @@ -106,6 +106,7 @@ function get_packages( $package, $dirpath ) //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 == "e2fsprogs" ) $dirpath = "http://sourceforge.net/projects/e2fsprogs/files/e2fsprogs"; if ( $package == "expat" ) $dirpath = "http://sourceforge.net/projects/expat/files";