rustup-init 1.25.2

Closes #122269.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Porkepix 2023-02-04 02:07:21 +01:00 committed by BrewTestBot
parent 059aa31414
commit df0c62efdd
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
class RustupInit < Formula
desc "Rust toolchain installer"
homepage "https://github.com/rust-lang/rustup"
url "https://github.com/rust-lang/rustup/archive/1.25.1.tar.gz"
sha256 "4d062c77b08309bd212f22dd7da1957c1882509c478e57762f34ec4fb2884c9a"
url "https://github.com/rust-lang/rustup/archive/1.25.2.tar.gz"
sha256 "dc9bb5d3dbac5cea9afa9b9c3c96fcf644a1e7ed6188a6b419dfe3605223b5f3"
license any_of: ["Apache-2.0", "MIT"]
bottle do
@ -24,7 +24,7 @@ class RustupInit < Formula
on_linux do
depends_on "pkg-config" => :build
depends_on "openssl@1.1"
depends_on "openssl@3"
end
def install