Skip to content

Commit

Permalink
browserpass: remove outdated bottle
Browse files Browse the repository at this point in the history
Since the current version is newer than the most recent bottle (due to
some breakage in CI i haven't been able to solve yet), some users are
seeing conflicts between versions and confusing behavior. I'll remove
the bottle stanza entirely until i can properly build a bottle again.

#28
  • Loading branch information
Amar1729 committed Dec 29, 2023
1 parent fd13db2 commit 637a1e8
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Formula/browserpass.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ class Browserpass < Formula
url "https://github.com/browserpass/browserpass-native/archive/refs/tags/3.1.0.tar.gz"
sha256 "df90e9a02faa0081fe8bce78a8ecef1e4394f642955f18f452ee0079be85816e"

bottle do
root_url "https://github.com/Amar1729/homebrew-formulae/releases/download/browserpass-3.0.8"
sha256 cellar: :any_skip_relocation, big_sur: "cb6a4b25ba168a94a6984a70e4d4ee89e0a9af09ff7dede4fffbb76e52fa6a13"
end

depends_on "coreutils" => :build
depends_on "gnu-sed" => :build
depends_on "go" => :build
Expand Down

0 comments on commit 637a1e8

Please sign in to comment.