aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/macvim.rb
diff options
context:
space:
mode:
authorFlorian Lücke2015-03-20 20:12:54 +0000
committerMike McQuaid2015-03-20 20:12:54 +0000
commit84eecb6c9c068453a365782e259ad0f46ee5a30e (patch)
tree1368cb86daf835fe61770f4f4aaa538090245d34 /Library/Formula/macvim.rb
parent33a25b650e1119787bbcc569daea3f83194a6e68 (diff)
downloadhomebrew-84eecb6c9c068453a365782e259ad0f46ee5a30e.tar.bz2
macvim 7.4-74
Update MacVim Formula - Change head url due to a change in maintainership of MacVim. - Change snapshot url and snapshot checksum to latest version. Closes #37331. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/macvim.rb')
-rw-r--r--Library/Formula/macvim.rb11
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb
index 137daddb5..97b34eee8 100644
--- a/Library/Formula/macvim.rb
+++ b/Library/Formula/macvim.rb
@@ -1,12 +1,11 @@
-# Reference: https://github.com/b4winckler/macvim/wiki/building
+# Reference: https://github.com/macvim-dev/macvim/wiki/building
class Macvim < Formula
homepage 'https://code.google.com/p/macvim/'
- url 'https://github.com/b4winckler/macvim/archive/snapshot-73.tar.gz'
- version '7.4-73'
- sha1 'b87e37fecb305a99bc268becca39f8854e3ff9f0'
- revision 1
+ url 'https://github.com/macvim-dev/macvim/archive/snapshot-74.tar.gz'
+ version '7.4-74'
+ sha1 '20563266d58ac96619b235e2cf82bc8e416c6932'
- head 'https://github.com/b4winckler/macvim.git'
+ head 'https://github.com/macvim-dev/macvim.git'
option "custom-icons", "Try to generate custom document icons"
option "override-system-vim", "Override system vim"