From 9c273b7afa7916ccbddef39f7217ff83af8c53be Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Fri, 27 Jan 2023 13:03:59 +0800 Subject: [PATCH] rustup-init: update 1.25.1 bottle. --- Formula/rustup-init.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/rustup-init.rb b/Formula/rustup-init.rb index 508384a78a5..c302978262d 100644 --- a/Formula/rustup-init.rb +++ b/Formula/rustup-init.rb @@ -7,8 +7,8 @@ class RustupInit < Formula bottle do root_url "https://github.com/gromgit/homebrew-core-mojave/releases/download/rustup-init" - rebuild 5 - sha256 cellar: :any_skip_relocation, mojave: "c7ac580f5a7a741cf03caa9e10429e8e274f20066e0dfea4c58dbaf063812d7e" + rebuild 6 + sha256 cellar: :any_skip_relocation, mojave: "e8bf1784421d9b7ba0390b558dbbb5266d1db237392f2e9755c7604b0029be5d" end depends_on "rust" => :build