Skip to content

Commit

Permalink
Brew formula update for dispatch version v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthrocket-bot committed Jul 16, 2024
1 parent 5769f3f commit 6f63e70
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/dispatch.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
class Dispatch < Formula
desc "A platform for developing scalable & reliable distributed systems."

Check failure on line 6 in Formula/dispatch.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description shouldn't start with an article.

Check failure on line 6 in Formula/dispatch.rb

View workflow job for this annotation

GitHub Actions / test-bot (ubuntu-22.04)

FormulaAudit/Desc: Description shouldn't end with a full stop.

Check failure on line 6 in Formula/dispatch.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

FormulaAudit/Desc: Description shouldn't start with an article.

Check failure on line 6 in Formula/dispatch.rb

View workflow job for this annotation

GitHub Actions / test-bot (macos-13)

FormulaAudit/Desc: Description shouldn't end with a full stop.
homepage "https://dispatch.run"
version "0.3.0"
version "0.4.0"
license "Apache-2.0"

on_macos do
on_intel do
url "https://github.com/dispatchrun/dispatch/releases/download/v0.3.0/dispatch_0.3.0_darwin_amd64.tar.gz"
sha256 "1b2e4a7c1533aa511a3027de4e7d0b2fd5434c7a3566d128bca4f3f0918a4b91"
url "https://github.com/dispatchrun/dispatch/releases/download/v0.4.0/dispatch_0.4.0_darwin_amd64.tar.gz"
sha256 "e164903d37429d3257e4c0d702fc710d49f2261272ec18366e6380c47d9c8889"

def install
bin.install "dispatch"
end
end
on_arm do
url "https://github.com/dispatchrun/dispatch/releases/download/v0.3.0/dispatch_0.3.0_darwin_arm64.tar.gz"
sha256 "3b442517caa32c01d50baf31bdb97f80d0c2bce5cac8bb3fb2dd2f6355da5d2f"
url "https://github.com/dispatchrun/dispatch/releases/download/v0.4.0/dispatch_0.4.0_darwin_arm64.tar.gz"
sha256 "3cc0e7faac14d611f83141c6ea530a7c3022e397779244516087935f071b4473"

def install
bin.install "dispatch"
Expand All @@ -30,8 +30,8 @@ def install
on_linux do
on_intel do
if Hardware::CPU.is_64_bit?
url "https://github.com/dispatchrun/dispatch/releases/download/v0.3.0/dispatch_0.3.0_linux_amd64.tar.gz"
sha256 "957adb8750983ca922ec87b515969a00eaec4536aef972f600c05c144a261c74"
url "https://github.com/dispatchrun/dispatch/releases/download/v0.4.0/dispatch_0.4.0_linux_amd64.tar.gz"
sha256 "d3680cab0f3a90361eb0be290e4c24315660f4ff9af462b7ea8d99b5585f69b8"

def install
bin.install "dispatch"
Expand All @@ -40,8 +40,8 @@ def install
end
on_arm do
if Hardware::CPU.is_64_bit?
url "https://github.com/dispatchrun/dispatch/releases/download/v0.3.0/dispatch_0.3.0_linux_arm64.tar.gz"
sha256 "7ed95b0a8f86536789cef6e0bfb5ca4d4c3d3cf14341c6c4d5c98f47ed3cb806"
url "https://github.com/dispatchrun/dispatch/releases/download/v0.4.0/dispatch_0.4.0_linux_arm64.tar.gz"
sha256 "a513b6ce5fa3f81df7a43fa295b4e3b1500936204003e3062eb8b27251cf8363"

def install
bin.install "dispatch"
Expand Down

0 comments on commit 6f63e70

Please sign in to comment.