Skip to content

Commit 879b716

Browse files
authored
Merge pull request #224613 from Homebrew/bump-runitor-1.4.0
runitor 1.4.0
2 parents eee7943 + fef9d60 commit 879b716

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/runitor.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Runitor < Formula
22
desc "Command runner with healthchecks.io integration"
33
homepage "https://github.com/bdd/runitor"
4-
url "https://github.com/bdd/runitor/archive/refs/tags/v1.3.0.tar.gz"
5-
sha256 "d654d4fb55b2adee445d2160ec937529f9a052220554a46874a8a5c64c52be06"
4+
url "https://github.com/bdd/runitor/archive/refs/tags/v1.4.0.tar.gz"
5+
sha256 "7c245db0bbd211a62e8adab1d78ce59ab8cb02147c95d3713508a75cc0f09099"
66
license "0BSD"
77
head "https://github.com/bdd/runitor.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Runitor < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "862b3af6b1b84bd87aad4f08290a459ab3bd59d59a2f9fd4730da8b1e3d63060"
18-
sha256 cellar: :any_skip_relocation, sonoma: "98bfedbbce4c27d2fe8166696b4d077b0f2419f23aa34218252db328d874e84b"
19-
sha256 cellar: :any_skip_relocation, ventura: "98bfedbbce4c27d2fe8166696b4d077b0f2419f23aa34218252db328d874e84b"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2b21a8bf5896b78e2347f111c7922b092685ee4f18c1d91d189059863cf9fe49"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ae097b06f663c5c098e966e5737cdda3a938960d6bb91362cec21f1ccce2e661"
18+
sha256 cellar: :any_skip_relocation, sonoma: "51ea31e203f0f305ea29997a2549ea4f45ee5f212e2ec54c299fadbbc0643420"
19+
sha256 cellar: :any_skip_relocation, ventura: "51ea31e203f0f305ea29997a2549ea4f45ee5f212e2ec54c299fadbbc0643420"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "3e0b3720e73ce9e0ead9c92612d8fe7c7437b19996046b5975ac96c545db338e"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)