Skip to content

Commit a11bcdf

Browse files
committed
update url to upstream repository
1 parent aaa827a commit a11bcdf

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

build.zig.zon

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
.version = "2.45.0",
44
.minimum_zig_version = "0.15.1",
55
.dependencies = .{
6-
// Zig cannot fetch this dependency from https://sourceware.org/git/binutils-gdb.git yet.
7-
// See https://github.com/ziglang/zig/issues/22650
86
.binutils = .{
9-
.url = "https://github.com/bminor/binutils-gdb/archive/2bc7af1ff7732451b6a7b09462a815c3284f9613.tar.gz",
10-
.hash = "N-V-__8AALcr8hffnqup1iGZuepdhvmoQ4E9IT61eWdnELE0",
7+
.url = "https://sourceware.org/pub/binutils/releases/binutils-2.45.tar.xz",
8+
.hash = "N-V-__8AAA6W9hFBAXcaEDszHBBVI0IfEpYUwk8y2YtqoTBr",
119
},
1210
.zlib = .{
1311
.url = "git+https://github.com/allyourcodebase/zlib#61e7df7e996ec5a5f13a653db3c419adb340d6ef",

0 commit comments

Comments
 (0)