aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis Hildebrandt2014-06-22 09:13:47 +0200
committerMike McQuaid2014-06-22 12:26:52 +0100
commit268d59407c4cfe667cf2d6d23672f1b6bd0df0a2 (patch)
tree512d9894ff518834454c96822aac992bcd2223a0
parent3e832a4cdde1417f46e29ee788b71360fecf4c45 (diff)
downloadhomebrew-268d59407c4cfe667cf2d6d23672f1b6bd0df0a2.tar.bz2
Update HEAD for formulae from suckless.org.
-rw-r--r--Library/Formula/dmenu.rb2
-rw-r--r--Library/Formula/dwm.rb2
-rw-r--r--Library/Formula/ii.rb2
-rw-r--r--Library/Formula/tabbed.rb2
4 files changed, 5 insertions, 3 deletions
diff --git a/Library/Formula/dmenu.rb b/Library/Formula/dmenu.rb
index 92fb56436..173ef14fc 100644
--- a/Library/Formula/dmenu.rb
+++ b/Library/Formula/dmenu.rb
@@ -4,7 +4,7 @@ class Dmenu < Formula
homepage 'http://tools.suckless.org/dmenu/'
url 'http://dl.suckless.org/tools/dmenu-4.5.tar.gz'
sha1 '70c1a13b950b7b0cb1bc35e30c6e861a78359953'
- head 'http://hg.suckless.org/dmenu/'
+ head 'http://git.suckless.org/dmenu/', :using => :git
depends_on :x11
diff --git a/Library/Formula/dwm.rb b/Library/Formula/dwm.rb
index c69ecfbb0..adf7392a3 100644
--- a/Library/Formula/dwm.rb
+++ b/Library/Formula/dwm.rb
@@ -5,7 +5,7 @@ class Dwm < Formula
url 'http://dl.suckless.org/dwm/dwm-6.0.tar.gz'
sha1 '35346f873a27f219ae266594b3690407f95d06ef'
- head 'http://hg.suckless.org/dwm'
+ head 'http://git.suckless.org/dwm', :using => :git
depends_on :x11
diff --git a/Library/Formula/ii.rb b/Library/Formula/ii.rb
index 9ac2aa9cc..61af4524f 100644
--- a/Library/Formula/ii.rb
+++ b/Library/Formula/ii.rb
@@ -12,6 +12,8 @@ class Ii < Formula
sha1 "9f66c3d6465cb6b2c20a913926398b84ba4d2bb2" => :lion
end
+ head 'http://git.suckless.org/ii', :using => :git
+
def install
inreplace 'config.mk' do |s|
s.gsub! '/usr/local', prefix
diff --git a/Library/Formula/tabbed.rb b/Library/Formula/tabbed.rb
index 6cc1b3a4c..0cff1d0e6 100644
--- a/Library/Formula/tabbed.rb
+++ b/Library/Formula/tabbed.rb
@@ -5,7 +5,7 @@ class Tabbed < Formula
url 'http://dl.suckless.org/tools/tabbed-0.6.tar.gz'
sha1 '3c64d79817337f86f0cdd60b5b79af7e77d4a5f9'
- head 'http://git.suckless.org/tabbed'
+ head 'http://git.suckless.org/tabbed', :using => :git
depends_on :x11