aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-09-06 01:04:42 -0500
committerJack Nagel2014-09-06 01:04:47 -0500
commit763748cc4e738277d904ffe0bcb118573c492a14 (patch)
tree10c9ae0eae3dab4f718064c20172f6b14f96eaa3 /Library/Formula
parent220948e79df5b93ebcb10484a5f01632a08db2ff (diff)
downloadhomebrew-763748cc4e738277d904ffe0bcb118573c492a14.tar.bz2
mpdviz 0.4.6
Closes #31952.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mpdviz.rb27
1 files changed, 16 insertions, 11 deletions
diff --git a/Library/Formula/mpdviz.rb b/Library/Formula/mpdviz.rb
index 7f3cb703c..d77300228 100644
--- a/Library/Formula/mpdviz.rb
+++ b/Library/Formula/mpdviz.rb
@@ -2,23 +2,28 @@ require "formula"
require "language/go"
class Mpdviz < Formula
- homepage "https://github.com/neeee/mpdviz"
- url "http://github.com/neeee/mpdviz/archive/0.4.3.tar.gz"
- sha1 "7923a818155c9fc413e483dcb1b3964ab00e5ded"
+ homepage "https://github.com/lucy/mpdviz"
+ url "http://github.com/lucy/mpdviz/archive/0.4.6.tar.gz"
+ sha1 "9b819f1e1a54ef86872d9ece167e7d1f0a337899"
- go_resource "github.com/neeee/go-fftw" do
- url "https://github.com/neeee/go-fftw.git",
+ go_resource "github.com/lucy/go-fftw" do
+ url "https://github.com/lucy/go-fftw.git",
:revision => "37bfa0d3053b133f7067e9524611a7a963294124"
end
- go_resource "github.com/neeee/pflag" do
- url "https://github.com/neeee/pflag.git",
- :revision => "3eff50031ed8a4d175401fe12d1c8a24415cbe9f"
+ go_resource "github.com/lucy/pflag" do
+ url "https://github.com/lucy/pflag.git",
+ :revision => "20db95b725d76759ba16e25ae6ae2ec67bf45216"
end
- go_resource "github.com/neeee/termbox-go" do
- url "https://github.com/neeee/termbox-go.git",
- :revision => "7d25635285663eedf1aaa26dda7e5b3213045772"
+ go_resource "github.com/lucy/termbox-go" do
+ url "https://github.com/lucy/termbox-go.git",
+ :revision => "a09edf97f26bd0a461d4660b5322236ecf9d4397"
+ end
+
+ go_resource "github.com/mattn/go-runewidth" do
+ url "https://github.com/mattn/go-runewidth.git",
+ :revision => "36f63b8223e701c16f36010094fb6e84ffbaf8e0"
end
depends_on "pkg-config" => :build