aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorxaizek2013-11-09 21:13:32 +0200
committerAdam Vandenberg2013-11-09 21:46:00 -0800
commitdd135dd7b440b4d3fb7d390a868ed1314f2c6773 (patch)
tree11700c3df9c273eb589cc4e11ef0abc7168efafd /Library/Formula
parent9ed4f1d129bfe6401e168c7a62233915870c6efa (diff)
downloadhomebrew-dd135dd7b440b4d3fb7d390a868ed1314f2c6773.tar.bz2
vifm 0.7.6
Lion dependency is removed as vifm doesn't use `wcscasecmp` and `wcsncasecmp` functions anymore. Closes #24129. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/vifm.rb13
1 files changed, 2 insertions, 11 deletions
diff --git a/Library/Formula/vifm.rb b/Library/Formula/vifm.rb
index 8cd120249..6fadc9c04 100644
--- a/Library/Formula/vifm.rb
+++ b/Library/Formula/vifm.rb
@@ -2,17 +2,8 @@ require 'formula'
class Vifm < Formula
homepage 'http://vifm.sourceforge.net/index.html'
- url 'http://downloads.sourceforge.net/project/vifm/vifm/vifm-0.7.5.tar.bz2'
- sha1 '202b369b45d741e32a50084d902c4dcc33014915'
-
- # This actually depends on Xcode 4.2 or newer, not Lion per se, as it will
- # work on Snow Leopard running Xcode 4.2. This software uses the string
- # functions `wcscasecmp` and `wcsncasecmp`, which were not present in
- # earlier compiler sets.
- # Note that someone could add implementations of these to str.c in this
- # software and likely get it to compile across versions, if someone had the
- # energy to attempt this.
- depends_on :macos => :lion
+ url 'http://downloads.sourceforge.net/project/vifm/vifm/vifm-0.7.6.tar.bz2'
+ sha1 '2c9a57ec80a0c389c2807b5e86f25c2b8dd1c0cd'
def install
system "./configure", "--disable-dependency-tracking",