Skip to content

Commit

Permalink
fix: remove outdated bottles from formulae
Browse files Browse the repository at this point in the history
  • Loading branch information
nflatley-zengenti committed May 2, 2024
1 parent 9dc6802 commit 10d4b96
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
5 changes: 0 additions & 5 deletions Formula/contensis-cli-linux.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,6 @@ class ContensisCliLinux < Formula
sha256 "b1b1a59064f0d200149c4d21e99d5a25e379bba6bcd9cb0a38d22a36b7cea424"
license "GPL-3.0-or-later"

bottle do
root_url "https://github.com/contensis/homebrew-cli/releases/download/contensis-cli-linux-1.0.11"
sha256 cellar: :any_skip_relocation, x86_64_linux: "7784260d709048ba0a1612bad191031933cdfe699531149bf99e0a359912d90d"
end

def install
p "Installing binary contensis-cli-linux"
# install system specific binary downloaded from the specified url
Expand Down
6 changes: 0 additions & 6 deletions Formula/contensis-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ class ContensisCli < Formula
sha256 "9bf14fc143d936f9b5a068950a7bebf7de6ea4905ab0d1396afbf95c4451aeca"
license "GPL-3.0-or-later"

bottle do
root_url "https://github.com/contensis/homebrew-cli/releases/download/contensis-cli-1.0.11"
rebuild 2
sha256 cellar: :any_skip_relocation, monterey: "6de3d05e8b7066d603d112018a2e9ad14c3b0627093523f4a782f8d326fe413d"
end

# the pull request needs a label of "pr-pull" in order to generate new bottles

def install
Expand Down

0 comments on commit 10d4b96

Please sign in to comment.