Skip to content

Commit

Permalink
update domain for broth
Browse files Browse the repository at this point in the history
  • Loading branch information
leafo committed Dec 12, 2024
1 parent e9c71f4 commit ea72d29
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions szextractor/formulas/formulas.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions szextractor/formulas/gen.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
//+build ignore
//go:build ignore
// +build ignore

package main

Expand Down Expand Up @@ -29,7 +30,7 @@ func main() {
"linux-amd64",
"darwin-amd64",
}
baseURL := "https://broth.itch.ovh/libc7zip"
baseURL := "https://broth.itch.zone/libc7zip"

log.Printf("Generating depsMap for %s", version)
depSpecMap := make(types.DepSpecMap)
Expand Down

0 comments on commit ea72d29

Please sign in to comment.