diff options
| author | Ville Lautanala | 2010-10-07 12:46:14 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2010-10-07 06:58:12 -0700 |
| commit | f39f22af8a8be026f346574607491b5938a0f611 (patch) | |
| tree | 5bc5ff461afb99a7daee37b0d096a2354d032632 /Library/Formula/xspin.rb | |
| parent | 6825bc828678f229d5e9e8d8349b0b255abae449 (diff) | |
| download | homebrew-f39f22af8a8be026f346574607491b5938a0f611.tar.bz2 | |
xspin 5.2.5
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/xspin.rb')
| -rw-r--r-- | Library/Formula/xspin.rb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Library/Formula/xspin.rb b/Library/Formula/xspin.rb index 437dda17e..0dae66662 100644 --- a/Library/Formula/xspin.rb +++ b/Library/Formula/xspin.rb @@ -1,10 +1,10 @@ require 'formula' class Xspin <Formula - url 'http://spinroot.com/spin/Src/xspin523.tcl' + url 'http://spinroot.com/spin/Src/xspin525.tcl' homepage 'http://spinroot.com/spin/Src/index.html' - md5 '893eb05798802cea4f281daaf34ce190' - version '5.2.3' + md5 '4b41ff53c1834168aa183def9036bbb7' + version '5.2.5' depends_on 'spin' @@ -13,19 +13,19 @@ class Xspin <Formula end def install - inreplace "xspin523.tcl", "CELLAR", prefix - bin.install "xspin523.tcl" => "xspin" + inreplace "xspin525.tcl", "CELLAR", prefix + bin.install "xspin525.tcl" => "xspin" end end # manual patching is required by the spin install process __END__ -diff --git a/xspin523.tcl b/xspin523.tcl +diff --git a/xspin525.tcl b/xspin525.tcl old mode 100644 new mode 100755 index 73fc6bf..444b0ad ---- a/xspin523.tcl -+++ b/xspin523.tcl +--- a/xspin525.tcl ++++ b/xspin525.tcl @@ -1,8 +1,9 @@ -#!/bin/sh +#!/usr/bin/wish -f |
