From 3dc0237dc57fcfbee3b8f49cf3c515e42bc5007b Mon Sep 17 00:00:00 2001 From: rhysd Date: Sun, 11 Aug 2013 01:30:25 +0900 Subject: MacVim 7.4 snapshot-70 Closes #21805. Signed-off-by: Jack Nagel --- Library/Formula/macvim.rb | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'Library/Formula/macvim.rb') 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' -- cgit v1.2.3