diff options
| author | Tobias Stehle | 2013-03-23 09:46:19 +0100 |
|---|---|---|
| committer | Jack Nagel | 2013-03-23 13:16:22 -0500 |
| commit | 17a92eab118763bdabe23bb0319e6ab5b18f8488 (patch) | |
| tree | 8ccaa3fdd88fffea8b45a0f84a92f85f4439ff99 | |
| parent | a7d1aae1efda1100b362a48b8c91fae405cc87d2 (diff) | |
| download | homebrew-17a92eab118763bdabe23bb0319e6ab5b18f8488.tar.bz2 | |
spin 6.4.3
Closes #18677.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -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 99bd0c4de..c49d9fd1a 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/spin623.tar.gz' - version '6.2.3' - sha1 'af4e809627ac3d33d2125569d63fde5515659ef4' + url 'http://spinroot.com/spin/Src/spin624.tar.gz' + version '6.2.4' + sha1 '980d47f26f8a0f5e191fc47c2240dc96f3dceab9' fails_with :llvm do build 2334 @@ -29,10 +29,10 @@ end # manual patching is required by the spin install process __END__ -diff --git a/Src6.2.3/makefile b/Src6.2.3/makefile +diff --git a/Src6.2.4/makefile b/Src6.2.4/makefile index 02d2a02..7687e0a 100644 ---- a/Src6.2.3/makefile -+++ b/Src6.2.3/makefile +--- a/Src6.2.4/makefile ++++ b/Src6.2.4/makefile @@ -13,12 +13,12 @@ # see also ./make_pc for a simpler script, not requiring make |
