diff options
author | Xi Ruoyao <xry111@xry111.site> | 2023-07-18 13:07:31 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2023-07-18 13:07:31 +0800 |
commit | 772fb71015249a22a88580f5ec3d9023bcff7002 (patch) | |
tree | 763870158d1d4604e8d7b288e7e64095faff175b | |
parent | b17741582476689fc91d83d2f55adbea688e15cd (diff) |
currency: Remove eudev
-rw-r--r-- | lfs-latest-git.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lfs-latest-git.php b/lfs-latest-git.php index 140ac6492..f9239e27b 100644 --- a/lfs-latest-git.php +++ b/lfs-latest-git.php @@ -124,7 +124,6 @@ if ( $package == "e2fsprogs" ) $dirpath = "https://sourceforge.net/projects/e2f if ( $package == "expat" ) $dirpath = "https://sourceforge.net/projects/expat/files"; if ( $package == "elfutils" ) $dirpath = "https://sourceware.org/ftp/elfutils"; if ( $package == "expect" ) $dirpath = "https://sourceforge.net/projects/expect/files"; -if ( $package == "eudev" ) $dirpath = github("eudev-project/eudev"); if ( $package == "file" ) $dirpath = "https://github.com/file/file/tags"; if ( $package == "flex" ) $dirpath = github("westes/flex"); if ( $package == "flit_core" ) $dirpath = "https://pypi.org/project/flit-core/"; |