fixup! Do not build uuid on Windows.

This commit is contained in:
Matthieu Gautier 2024-05-29 16:23:41 +02:00
parent 5daa438c35
commit 626654d9f5
2 changed files with 4 additions and 4 deletions

View File

@ -9,10 +9,10 @@ class UUID(Dependency):
class Source(ReleaseDownload):
archive = Remotefile(
"e2fsprogs-libs-1.43.4.tar.gz",
"eed4516325768255c9745e7b82c9d7d0393abce302520a5b2cde693204b0e419",
"https://www.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.43.4/e2fsprogs-libs-1.43.4.tar.gz",
"0d2e0bf80935c3392b73a60dbff82d8a6ef7ea88b806c2eea964b6837d3fd6c2",
"https://mirrors.edge.kernel.org/pub/linux/kernel/people/tytso/e2fsprogs/v1.47.1/e2fsprogs-1.47.1.tar.gz",
)
extract_dir = "e2fsprogs-libs-1.43.4"
extract_dir = "e2fsprogs-libs-1.47.1"
class Builder(MakeBuilder):
configure_options = [

View File

@ -46,7 +46,7 @@ base_deps_versions = {
"lzma": "5.2.6",
"zstd": "1.5.2",
"docoptcpp": "0.6.2",
"uuid": "1.43.4",
"uuid": "1.47.1",
"xapian-core": "1.4.23",
"mustache": "4.1",
"pugixml": "1.2",