Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go 1.21.3 #150460

Merged
merged 4 commits into from
Oct 10, 2023
Merged

go 1.21.3 #150460

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

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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.10.1.tar.gz"
sha256 "11c038cb5fb6b21a2160305beec939c69b0712e39f52f0a0b6d977fa68d5b6db"
license "BSD-3-Clause"
revision 3
revision 4
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.2.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.21.2.src.tar.gz"
sha256 "45e59de173baec39481854490d665b726cec3e5b159f6b4172e5ec7780b2c201"
url "https://go.dev/dl/go1.21.3.src.tar.gz"
mirror "https://fossies.org/linux/misc/go1.21.3.src.tar.gz"
sha256 "186f2b6f8c8b704e696821b09ab2041a5c1ee13dcbc3156a13adcf75931ee488"
license "BSD-3-Clause"
head "https://go.googlesource.com/go.git", branch: "master"

Expand Down