aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
diff options
context:
space:
mode:
authorNicolas Crowell2012-08-15 16:30:04 -0400
committerJack Nagel2012-08-18 11:37:17 -0500
commit10064fb22cd995a0b9325cf039f0abb850c18155 (patch)
tree1f64ba4c70669fee375f2b16183ed67fc14b9083 /Library/Formula/ncmpcpp.rb
parentae6acb42c5fd6832a7490a49a95b05e5fdec09f1 (diff)
downloadhomebrew-10064fb22cd995a0b9325cf039f0abb850c18155.tar.bz2
ncmpcpp: update URLs
brew install ncmpcpp was failing on a sha1 mismatch. It turns out the link is dead or something and redirects to a new homepage. The new links come from the page where the old ones were redirected to. Closes #14218. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb
index 9d84c6001..e31e65c3e 100644
--- a/Library/Formula/ncmpcpp.rb
+++ b/Library/Formula/ncmpcpp.rb
@@ -1,8 +1,8 @@
require 'formula'
class Ncmpcpp < Formula
- homepage 'http://unkart.ovh.org/ncmpcpp/'
- url 'http://unkart.ovh.org/ncmpcpp/ncmpcpp-0.5.10.tar.bz2'
+ homepage 'http://ncmpcpp.rybczak.net/'
+ url 'http://ncmpcpp.rybczak.net/stable/ncmpcpp-0.5.10.tar.bz2'
sha1 '5e34733e7fbaf2862f04fdf8af8195ce860a9014'
depends_on 'pkg-config' => :build