diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-08 22:17:38 +0000 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2025-03-08 22:17:38 +0000 |
| commit | 882b0ce5fc8817848e1806af0ab7fc1fab1db4e0 (patch) | |
| tree | 7161ba883fb789e6b58a5685d5d925e360b7bb4c /repos/extra/go/abuild | |
| parent | bc9dd6a71f19d9f67820c362f5a1debaa2018953 (diff) | |
| download | alicelinux-882b0ce5fc8817848e1806af0ab7fc1fab1db4e0.tar.gz alicelinux-882b0ce5fc8817848e1806af0ab7fc1fab1db4e0.zip | |
go: updated to 1.24.1
Diffstat (limited to 'repos/extra/go/abuild')
| -rw-r--r-- | repos/extra/go/abuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/repos/extra/go/abuild b/repos/extra/go/abuild index e682f663..41b4d5d5 100644 --- a/repos/extra/go/abuild +++ b/repos/extra/go/abuild @@ -1,6 +1,6 @@ name=go -version=1.24.0 -release=2 +version=1.24.1 +release=1 source="https://${name}lang.org/dl/${name}${version}.src.tar.gz https://golang.org/dl/go${version}.linux-amd64.tar.gz::noextract make.sh" |