diff options
author | davidovski <david@davidovski.xyz> | 2022-01-04 14:43:57 +0000 |
---|---|---|
committer | davidovski <david@davidovski.xyz> | 2022-01-04 14:43:57 +0000 |
commit | 3c3d31f0f9e94a8679e6f9e5f65322ca027a7c54 (patch) | |
tree | 931afdeccd00fd40f3965646ea0bd5949397ac7c /repo/core/binutils.xibuild | |
parent | 1dd45cbc25ccf684f152535edee0364ea5f050ce (diff) |
edited util linux and added guile
Diffstat (limited to 'repo/core/binutils.xibuild')
-rw-r--r-- | repo/core/binutils.xibuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repo/core/binutils.xibuild b/repo/core/binutils.xibuild index a8b0b4d..e2db260 100644 --- a/repo/core/binutils.xibuild +++ b/repo/core/binutils.xibuild @@ -2,7 +2,7 @@ DEPS=(glib zlib elfutils) -SOURCE=git://sourceware.org/git/binutils.git +SOURCE=https://ftp.gnu.org/gnu/binutils/binutils-2.37.tar.xz DESC="tools for handling object files" build () { |