aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrhysd2013-08-11 01:30:25 +0900
committerJack Nagel2013-08-10 18:27:27 -0500
commit3dc0237dc57fcfbee3b8f49cf3c515e42bc5007b (patch)
tree9d23c0a7f9b68ebec7940f7fd6381b5b77f8d785
parenta825eeb451a156e260af55cec28462ac5cdffb57 (diff)
downloadhomebrew-3dc0237dc57fcfbee3b8f49cf3c515e42bc5007b.tar.bz2
MacVim 7.4 snapshot-70
Closes #21805. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
-rw-r--r--Library/Formula/macvim.rb12
1 files changed, 3 insertions, 9 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index d91ca2567..1264efd9d 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -3,15 +3,9 @@ require 'formula'
# Reference: https://github.com/b4winckler/macvim/wiki/building
class Macvim < Formula
homepage 'http://code.google.com/p/macvim/'
- url 'https://github.com/b4winckler/macvim/archive/snapshot-66.tar.gz'
- version '7.3-66'
- sha1 'd2915438c9405015e5e39099aecbbda20438ce81'
-
- devel do
- url 'https://github.com/b4winckler/macvim/archive/snapshot-69.tar.gz'
- version '7.4b-BETA-69'
- sha1 '73568543e146ade2c8548a561ce76eaecccc7f4d'
- end
+ url 'https://github.com/b4winckler/macvim/archive/snapshot-70.tar.gz'
+ version '7.4-70'
+ sha1 '66432ae0fe81b2787b23343b6c99ef81f6b52c3e'
head 'https://github.com/b4winckler/macvim.git', :branch => 'master'