diff options
| author | Charlie Sharpsteen | 2013-03-15 17:17:53 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2013-03-15 17:19:07 -0700 |
| commit | 729563ab8a8b5c707ee9868da932e31ebb3f740f (patch) | |
| tree | e2511924ad31eb993023b1f2eb8f137aa5f9a49d /Library | |
| parent | d02047720e8c4c5488fa5ab44734575672c0d43a (diff) | |
| download | homebrew-729563ab8a8b5c707ee9868da932e31ebb3f740f.tar.bz2 | |
Revert SHA updates 5f4603b, 8320aca
GitHub had a hiccough---SHA checksums really didn't change.
This reverts commit 5f4603b230c90d7ccc875f9ffe1e93900cf057b5.
This reverts commit 8320aca3f014f3b87b77fcd4316534f03a1a0475.
Ref #18501.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/io.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/macvim.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/io.rb b/Library/Formula/io.rb index f4fb4e59b..d1f1495d5 100644 --- a/Library/Formula/io.rb +++ b/Library/Formula/io.rb @@ -3,7 +3,7 @@ require 'formula' class Io < Formula homepage 'http://iolanguage.com/' url 'https://github.com/stevedekorte/io/archive/2011.09.12.tar.gz' - sha1 '9c3110c229e2c4bd9713052675b68fc5082d94cf' + sha1 'edb63aa4ee87052f1512f0770e0c9a9b1ba91082' head 'https://github.com/stevedekorte/io.git' diff --git a/Library/Formula/macvim.rb b/Library/Formula/macvim.rb index ca44b385c..843cf4843 100644 --- a/Library/Formula/macvim.rb +++ b/Library/Formula/macvim.rb @@ -4,7 +4,7 @@ class Macvim < Formula homepage 'http://code.google.com/p/macvim/' url 'https://github.com/b4winckler/macvim/tarball/snapshot-66' version '7.3-66' - sha1 'b8e4f2dcb0c781720827bf770deed24202d263fb' + sha1 'd11696f7089688fa96a45fc57410c60f6ca5a394' head 'https://github.com/b4winckler/macvim.git', :branch => 'master' |
