Skip to content

Commit 536bb03

Browse files
authored
Merge pull request Homebrew#251943 from Homebrew/bump-oasis-0.16.1
oasis 0.16.1
2 parents e85b458 + a849124 commit 536bb03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/o/oasis.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Oasis < Formula
22
desc "CLI for interacting with the Oasis Protocol network"
33
homepage "https://github.com/oasisprotocol/cli"
4-
url "https://github.com/oasisprotocol/cli/archive/refs/tags/v0.16.0.tar.gz"
5-
sha256 "40ec45e8c1e90436e5b67608cfb8eef424bf0ac2ee70fd4fedb3b5fc43b33e02"
4+
url "https://github.com/oasisprotocol/cli/archive/refs/tags/v0.16.1.tar.gz"
5+
sha256 "b0f92527b5dd1e5d9ccf08300760de51441b36067e4c164bb2cf6ff30178641f"
66
license "Apache-2.0"
77
head "https://github.com/oasisprotocol/cli.git", branch: "master"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "dcd1eb4bceaa55d3172768c53c7430cbd80e2a816a1bceaa7d74ce3fd01daed6"
11-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3819a412f4b3c56dd2651db0cd1ff692e88d092c3f9954be3ebe50a7fa95579a"
12-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "f60c452eb90ce9f9f33e4101daa94bddec6f55e43ce2494ad55a06dd68badeb4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "72ebc78bf4b0bc8ff8972138713b488d9a10dd5c373487965049c48fb3a38c72"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "4601935435e4febe6317107add544d1c0b282ba84709917144c3400fc243757b"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "c070d129fdfd9100ef31f99084f9b7ac647b65cc580f5acec1d5188fb4ba22a5"
10+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "a4ba0cd7e47453e89f60a82f8caf725a5f3f57c5274161af23f911f407a349db"
11+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "93a69b8154344d00a76fcad886338536d3ae9904087a50697b1167b25fe4a794"
12+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "39a5b6f44d3e91bbaf6a57af7295ed1bdaa3da125f2f569ddf1d86df28824c82"
13+
sha256 cellar: :any_skip_relocation, sonoma: "22e0f7ac55b046b04bcd513a81043e016ce11d21a6d79a10e8ab8df56c5bfba0"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "5888b259e68dfaccbbcdd3795638166653d876ab2d5299b5823126f0589b62c7"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "61fb2b3e01ae1c26c6e066f4703fe5fc83cd5f7115b4def63bcf6cda69fc9b63"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)