Skip to content

Commit 06723ab

Browse files
authored
Merge pull request Homebrew#205387 from Homebrew/bump-bitrise-2.26.1
bitrise 2.26.1
2 parents 17a4400 + 2e7e592 commit 06723ab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/b/bitrise.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Bitrise < Formula
22
desc "Command-line automation tool"
33
homepage "https://github.com/bitrise-io/bitrise"
4-
url "https://github.com/bitrise-io/bitrise/archive/refs/tags/2.26.0.tar.gz"
5-
sha256 "3b46e8b136f65817ee85ccaa0a40f7909177738162dacc9be7b4d575b5b53e00"
4+
url "https://github.com/bitrise-io/bitrise/archive/refs/tags/2.26.1.tar.gz"
5+
sha256 "315ea63190e0628cdacd779227c1846a7574066000ad8624485b20b62c5ffcea"
66
license "MIT"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Bitrise < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "583a03293e5bf059de77dd1685d27a107cd0cbeb3cca2e2560a2a2f78ce28667"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "583a03293e5bf059de77dd1685d27a107cd0cbeb3cca2e2560a2a2f78ce28667"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "583a03293e5bf059de77dd1685d27a107cd0cbeb3cca2e2560a2a2f78ce28667"
17-
sha256 cellar: :any_skip_relocation, sonoma: "c79da3ead37a3da29b1775badf5d419fa69a123211ca8a45a1908c6d2e0b38e9"
18-
sha256 cellar: :any_skip_relocation, ventura: "c79da3ead37a3da29b1775badf5d419fa69a123211ca8a45a1908c6d2e0b38e9"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4bac54e08bbade2d4444ba747ff8226c708af063cf35324457936ca325674c4d"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8f76c00e544394f33ffe037d670b32bf0017c58505154cf170bf8d488bc64566"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8f76c00e544394f33ffe037d670b32bf0017c58505154cf170bf8d488bc64566"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8f76c00e544394f33ffe037d670b32bf0017c58505154cf170bf8d488bc64566"
17+
sha256 cellar: :any_skip_relocation, sonoma: "059a75c82b031fe07ab64eb29b7e63fe5172ace483c8844126b29c5554cbecd8"
18+
sha256 cellar: :any_skip_relocation, ventura: "059a75c82b031fe07ab64eb29b7e63fe5172ace483c8844126b29c5554cbecd8"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "72ae5f764eb046c59dc708bc4baa73a082919a1ab9e47121c05363161de2a531"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)