Skip to content

Commit 0a9ceab

Browse files
authored
Merge pull request Homebrew#225404 from Homebrew/bump-yeet-0.6.0
yeet 0.6.0
2 parents 8775194 + 3892c92 commit 0a9ceab

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yeet.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Yeet < Formula
22
desc "Packaging tool that lets you declare build instructions in JavaScript"
33
homepage "https://github.com/TecharoHQ/yeet"
4-
url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.5.0.tar.gz"
5-
sha256 "6e8dafbbb043760f6dbc4e5c54a45d4c5426d884561b15ea00ffa84952e17371"
4+
url "https://github.com/TecharoHQ/yeet/archive/refs/tags/v0.6.0.tar.gz"
5+
sha256 "b87d344b56eb69aa72dce54c88397a77a8a24a9c013d1d81796d165d3000fe5d"
66
license "MIT"
77
head "https://github.com/TecharoHQ/yeet.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "34f2d0c180c1e05652d8d5aa8e43dfc28f0cbe9e05d17c410a759a1150ee283a"
13-
sha256 cellar: :any_skip_relocation, sonoma: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770"
14-
sha256 cellar: :any_skip_relocation, ventura: "2490122d86e7754143fbcdb52bbc476db589a583109a0dc059c6337b3dadb770"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "e59fabc9271cf3964d26fe4fea28c7f25becbea8ad974e53dd73c270c06dfca7"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ab0f01e210c875e6e3d877ae90501750b237932f57fea21c1bc467e8a0f1eda7"
13+
sha256 cellar: :any_skip_relocation, sonoma: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9"
14+
sha256 cellar: :any_skip_relocation, ventura: "d07b9541b0ab17a0c2bcead15f5c23c599b99dbf0cdbbc9201c19b820daacbc9"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "cd694b054ccadce7cac78ca150fd568e2a8ec5b5a358fd2bb1ebf6464f4cf68a"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)