Skip to content

Commit

Permalink
Merge pull request #126876 from ZhongRuoyu/bump-rust-1.68.2
Browse files Browse the repository at this point in the history
rust 1.68.2
  • Loading branch information
BrewTestBot committed Apr 1, 2023
2 parents 3161518 + 337ea82 commit 034803b
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions Formula/rust.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@ class Rust < Formula
license any_of: ["Apache-2.0", "MIT"]

stable do
url "https://static.rust-lang.org/dist/rustc-1.68.1-src.tar.gz"
sha256 "ccb051df5701d4c588e3d0558f83e73e7eea0a9b165dab3e39dd2db8a6a25d03"
url "https://static.rust-lang.org/dist/rustc-1.68.2-src.tar.gz"
sha256 "93339c23f7cd4d0c45db58e18b4c6e16d6070f4277aad9d2492d23294bf32e96"

# From https://github.com/rust-lang/rust/tree/#{version}/src/tools
resource "cargo" do
# 0.69.1 was not tagged, so the revision shown on [^1] is used here.
# [^1] https://github.com/rust-lang/rust/tree/1.68.2/src/tools
url "https://github.com/rust-lang/cargo.git",
tag: "0.69.0",
revision: "115f34552518a2f9b96d740192addbac1271e7e6"
# tag: "0.69.1",
revision: "6feb7c9cfc0c5604732dba75e4c3b2dbea38e8d8"
end
end

bottle do
sha256 cellar: :any, arm64_ventura: "455a87a3725e584bd869a393efeb3cacf241e4a6131b32860f3ec16f51775092"
sha256 cellar: :any, arm64_monterey: "31b8e758aaa657aee9625b5559bafa2cc774d64d5a74997a925dbcd578caf45a"
sha256 cellar: :any, arm64_big_sur: "cbad2e4474f8afb5720b1bd6321328121a1fa1c0944f0170ac07f8cd755b386d"
sha256 cellar: :any, ventura: "232104be3dcd4bbf47f116f1008deeb6d7b46434e14dc68875783b3e1578a415"
sha256 cellar: :any, monterey: "48c4ccb125c0278bb41df054b5ea70b235aeed2c80ac4ad96c833835eb049da3"
sha256 cellar: :any, big_sur: "f3510509632e7a4785b909ec2b88006d1f3aecd7b2fb4d024c5820a3e1360c51"
sha256 cellar: :any_skip_relocation, x86_64_linux: "6b98e9649737e51bdd1edc84117ee30d016c7a4c8ab7dc4ee12f18dbf5ba0179"
sha256 cellar: :any, arm64_ventura: "f09bad2c7d946de16f759a7c154bdffafa9b73daeda5db53c7c84e7fd078eb1e"
sha256 cellar: :any, arm64_monterey: "cee1e13a516bcb735ae8d02149bd9b0d30c96dd949586208f334b75d6cb2f543"
sha256 cellar: :any, arm64_big_sur: "3721191799026cc7602d3ed9c76a0a16d12ab2e7c3dfdf6636cb38e52b2add6b"
sha256 cellar: :any, ventura: "92f70f134f40a2c9870263356da11d16d0f7c5091ff9d38f7bdf3da2708ab568"
sha256 cellar: :any, monterey: "5b82306e51cffc6a130b2e4d79368e6da2130503fd891dc687f6d0cf7ad0c0a2"
sha256 cellar: :any, big_sur: "4139b9dea234d9cca689bbb31d8b394804eb4421c3409a60cdb80f476cb0d9f8"
sha256 cellar: :any_skip_relocation, x86_64_linux: "feadb801911153b7a0b9169b813a8b0e7ef6483f4485bd9bfa2d5b9adc89bf52"
end

head do
Expand Down

0 comments on commit 034803b

Please sign in to comment.