Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 3 additions & 11 deletions Formula/bunv.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Bunv < Formula
desc "Corepack for Bun. PoC for implementing version management inside bun itself"
homepage "https://github.com/aklinker1/bunv"
url "https://github.com/aklinker1/bunv/archive/refs/tags/v0.4.3.tar.gz"
sha256 "e2415221171c967607cc41160f503778257641c285510777f2655e3574b39d92"
url "https://github.com/aklinker1/bunv/archive/refs/tags/v0.5.0.tar.gz"
sha256 "f903566fede4eacf0f0a602dc87fa7327d056e3fe54a086e6906bf038640d668"
license "MIT"
head "https://github.com/aklinker1/bunv.git", branch: "main"

Expand All @@ -11,15 +11,7 @@ class Bunv < Formula
strategy :github_latest
end

bottle do
root_url "https://github.com/simnalamburt/homebrew-x/releases/download/bunv-0.4.3"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ffb33654dee1edade565ab3dff5221a47d92b76bdde962176e98dc7ee7bb935d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e1825503f03fde26eff14182356ee76acd6cb07bfbad038f15c4ce11387a18d3"
sha256 cellar: :any_skip_relocation, ventura: "f8cd8e2dd74dbefcbaf49680bc7a6544f2272b5e0b24b61b1fa38fc38e62ff24"
sha256 cellar: :any_skip_relocation, x86_64_linux: "960650e4e04633db4033ffd59cba7c3eb56846a1d7d33f89264422670eaedecc"
end

depends_on "zig" => :build
depends_on "zig@0.14" => :build

conflicts_with "oven-sh/bun/bun", because: "both install `bun` binaries"

Expand Down
Loading