Skip to content

Commit

Permalink
helloworld: add 0.1.0 bottle.
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-makerx committed Dec 13, 2022
1 parent ef9a451 commit cafd725
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Formula/helloworld.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ class Helloworld < Formula
license "MIT"
head "git+https://github.com/daniel-makerx/helloworld.git", branch: "main"

bottle do
root_url "https://github.com/daniel-makerx/homebrew-tap/releases/download/helloworld-0.1.0"
sha256 cellar: :any_skip_relocation, monterey: "39103712f246a27fdca970de0bc0fe9a45d2268e3c40c212ead9619def2d8a93"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5a6e4e1909167341f7908db5d0d0e282a0323c0de7ba7e0d91d69f76f0c2e29"
end

depends_on "pipx"
depends_on "[email protected]"

Expand Down

0 comments on commit cafd725

Please sign in to comment.