Skip to content

Commit

Permalink
herrie: mark as deprecated, fix homepage
Browse files Browse the repository at this point in the history
The homepage is gone -- I filed this as a bug about this upstream
at EdSchouten/herrie#6 but didn't notice
that the repo was archived (and now it won't let me edit that issue!)

Anyway, I'm marking the formula as deprecated but also getting it to
pass "brew audit" again in the mean time.

Closes #70772.

Signed-off-by: Carlo Cabrera <[email protected]>
Signed-off-by: BrewTestBot <[email protected]>
  • Loading branch information
mitchblank authored and BrewTestBot committed Feb 9, 2021
1 parent bd3b9c1 commit 643f7af
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/herrie.rb
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
class Herrie < Formula
desc "Minimalistic audio player built upon Ncurses"
homepage "https://herrie.info/"
homepage "https://github.com/EdSchouten/herrie"
url "https://github.com/EdSchouten/herrie/releases/download/herrie-2.2/herrie-2.2.tar.bz2"
sha256 "142341072920f86b6eb570b8f13bf5fd87c06cf801543dc7d1a819e39eb9fb2b"
license "BSD-2-Clause"
revision 1

livecheck do
url "https://github.com/EdSchouten/herrie"
end

bottle do
sha256 catalina: "ceb3bb01f7cc36c3d55d785ff6d06706708ce11e81bd9da29b4dcdaaa6476f9a"
sha256 mojave: "689038931cdc86fee22b0e4217bdb4eccc5c7591254c67300aade0637ae1dc5e"
sha256 high_sierra: "65631ae69a925bf48a3e4167807b13c36988db1bd1d4f7ed311356da39344c9a"
sha256 sierra: "f794117e72309d83bc947463032c262a7341d21eabc5099712016d0f078804f2"
end

deprecate! date: "2021-02-09", because: :repo_archived

depends_on "pkg-config" => :build
depends_on "gettext"
depends_on "glib"
Expand All @@ -25,6 +23,8 @@ class Herrie < Formula
depends_on "libvorbis"
depends_on "mad"

uses_from_macos "ncurses"

def install
ENV["PREFIX"] = prefix
system "./configure", "no_modplug", "no_xspf", "coreaudio", "ncurses"
Expand Down

0 comments on commit 643f7af

Please sign in to comment.