diff options
| author | Brett Koonce | 2014-11-02 20:43:29 -0800 | 
|---|---|---|
| committer | Brett Koonce | 2014-11-03 21:07:58 -0800 | 
| commit | 89d0db9dcf9c0a718b195baffda231cdff0333f5 (patch) | |
| tree | 15dfd403f85d39b58b2cfd38f87eec255b444d44 | |
| parent | a045837ab52a86da2e50e316b2c170013e442e45 (diff) | |
| download | homebrew-89d0db9dcf9c0a718b195baffda231cdff0333f5.tar.bz2 | |
spin 6.4.2
Closes #33854.
| -rw-r--r-- | Library/Formula/spin.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb index 6e3d785df..d23dc5286 100644 --- a/Library/Formula/spin.rb +++ b/Library/Formula/spin.rb @@ -2,9 +2,9 @@ require "formula"  class Spin < Formula    homepage "http://spinroot.com/spin/whatispin.html" -  url "http://spinroot.com/spin/Src/spin640.tar.gz" -  version "6.4.0" -  sha1 "d777255a09970ffdb25b62098c0cf22df4bfeab4" +  url "http://spinroot.com/spin/Src/spin642.tar.gz" +  version "6.4.2" +  sha1 "a3a7db806ebcc9f645cf4b61a167145c3d242242"    bottle do      cellar :any | 
