aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-15 15:38:39 +0100
committerMike McQuaid2014-09-16 14:08:14 +0100
commit1fed4927d2fdcee279d8d2c4abb98146b9ada3c7 (patch)
treee40c306b659886e78fe49712db223893cbb65f70 /Library/Formula/macvim.rb
parent466e83f7c5c919a91b5ec3bd3e47b1af585f1e86 (diff)
downloadhomebrew-1fed4927d2fdcee279d8d2c4abb98146b9ada3c7.tar.bz2
lua: upgrade to 5.2.
Merges Lua52 into the Master branch as the new ‘Lua’ whilst transitioning the old Lua formula to ‘Lua51’, running the two side-by-side in a non-conflicting way.
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 126aeee23..3ef0178e5 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -6,6 +6,7 @@ class Macvim < Formula
url 'https://github.com/b4winckler/macvim/archive/snapshot-73.tar.gz'
version '7.4-73'
sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0'
+ revision 1
head 'https://github.com/b4winckler/macvim.git', :branch => 'master'