diff options
| author | Ville Lautanala | 2010-10-07 12:44:10 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-07 06:57:53 -0700 |
| commit | 6825bc828678f229d5e9e8d8349b0b255abae449 (patch) | |
| tree | 3df4572537afa561414436752e1052b5797a384b /Library/Formula | |
| parent | 3aada080463581888a66f1db948ef3521c60762a (diff) | |
| download | homebrew-6825bc828678f229d5e9e8d8349b0b255abae449.tar.bz2 | |
spin 5.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/spin.rb | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Library/Formula/spin.rb b/Library/Formula/spin.rb index 6a101014b..1b0e1ee87 100644 --- a/Library/Formula/spin.rb +++ b/Library/Formula/spin.rb @@ -1,10 +1,10 @@ require 'formula' class Spin <Formula - url 'http://spinroot.com/spin/Src/spin524.tar.gz' + url 'http://spinroot.com/spin/Src/spin525.tar.gz' homepage 'http://spinroot.com/spin/whatispin.html' - md5 'c869e7bd83c70be6565cf77c6a98b72c' - version '5.2.4' + md5 '03345f9713e7b4f82d2d8ec319802b9c' + version '5.2.5' def patches DATA @@ -27,10 +27,10 @@ end # manual patching is required by the spin install process __END__ -diff --git a/Src5.2.4/makefile b/Src5.2.4/makefile +diff --git a/Src5.2.5/makefile b/Src5.2.5/makefile index 67f22aa..596c893 100755 ---- a/Src5.2.4/makefile -+++ b/Src5.2.4/makefile +--- a/Src5.2.5/makefile ++++ b/Src5.2.5/makefile @@ -12,10 +12,10 @@ CC=gcc -DNXT # -DNXT enables the X operator in LTL |
