Update macvim to sha256

This commit is contained in:
Miguel Flores Ruiz de Eguino 2014-03-04 18:49:28 -06:00
parent bc6306135c
commit 57970f6695
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
class Macvim < Cask
if MacOS.version == :mavericks
url 'https://github.com/b4winckler/macvim/releases/download/snapshot-72/MacVim-snapshot-72-Mavericks.tbz'
sha1 'dc983ae1e3ffae1c80f06eea9eacee49019a0c8a'
sha256 'f2543860b27b7c0db9407d9d38d4c2fb5cda5b23845a6c121936116ccf8b0d39'
else
url 'https://github.com/eee19/macvim/releases/download/snapshot-72/MacVim-snapshot-72-Mountain-Lion.tbz'
sha1 'bc3b899634d73908ddba5afd9b9a74778988aec3'
sha256 'f01eb54f73d7d8b750886b706468f234af3d34f9a08f5625cbef20113514f4e5'
end
homepage 'http://code.google.com/p/macvim/'
version '7.4-72'