Skip to content
Merged

go 1.21.7 #161976

Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Formula/g/garble.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Garble < Formula
url "https://github.com/burrowers/garble/archive/refs/tags/v0.11.0.tar.gz"
sha256 "355e0ee7e98b1656fcfe8156040ed2ef41afd5e2f2d6332465392ab425530494"
license "BSD-3-Clause"
revision 2
revision 3
head "https://github.com/burrowers/garble.git", branch: "master"

bottle do
Expand Down
6 changes: 3 additions & 3 deletions Formula/g/go.rb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
class Go < Formula
desc "Open source programming language to build simple/reliable/efficient software"
homepage "https://go.dev/"
url "https://go.dev/dl/go1.21.6.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.21.6.src.tar.gz"
Comment thread
stefanb marked this conversation as resolved.
Outdated
sha256 "124926a62e45f78daabbaedb9c011d97633186a33c238ffc1e25320c02046248"
url "https://go.dev/dl/go1.21.7.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.21.7.src.tar.gz"
sha256 "00197ab20f33813832bff62fd93cca1c42a08cc689a32a6672ca49591959bff6"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down