From 37071a2e8228ab5d5860dd860cf6a87a99bc3d75 Mon Sep 17 00:00:00 2001 From: Adrian Ho Date: Sun, 19 Jun 2022 09:28:20 +0800 Subject: [PATCH] source-to-image: update 1.3.1 bottle. --- Formula/source-to-image.rb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/Formula/source-to-image.rb b/Formula/source-to-image.rb index c3db48cc475..6d7aef21714 100644 --- a/Formula/source-to-image.rb +++ b/Formula/source-to-image.rb @@ -8,14 +8,8 @@ class SourceToImage < Formula head "https://github.com/openshift/source-to-image.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_monterey: "74166e13a4f985cda0ac187183912db38a5ab90e6451f0df88272c6013833568" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "b5ac084c3947f1729b436f7928760e3b33e26d1929dde39a6f53baee93103b38" - sha256 cellar: :any_skip_relocation, monterey: "ad7b00042172816928eefa48fd80e4eb01a6f8ee68689e304addccbe98b49eb3" - sha256 cellar: :any_skip_relocation, big_sur: "885c70eb74a6c0faf5cebdf1468820a26ce8ac08a555821c3d419c7725e09256" - sha256 cellar: :any_skip_relocation, catalina: "3fbf3469cf68fa605bbac9b3cb726ffc5c1f485d27dcacd4b9310e24e8d165e4" - sha256 cellar: :any_skip_relocation, mojave: "c576266fcc9e09cfae7ea91d9bc6f76b4aad025d087cf11acfe94218cdfe1774" - sha256 cellar: :any_skip_relocation, high_sierra: "29fb2fc7a031e904e743264878f9a4010e7c5d6aa0a3091ea0ec1038f312a5ca" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bcecc2baa3cde24a76d98e4771268feff6c28f91f8e0b4260c3d355027c1988f" + root_url "https://github.com/gromgit/homebrew-core-aarch64_linux/releases/download/source-to-image" + sha256 cellar: :any_skip_relocation, aarch64_linux: "fc432a21c1df3eaaa0cf7be8add5328423f92968e96317e5798ffc4d5da0c000" end # Bump to 1.18 on the next release, if possible.