aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2012-08-03 21:15:57 -0500
committerAdam Vandenberg2012-08-03 19:50:55 -0700
commiteb60e8761818532bbda36d6766f69bc09651114a (patch)
tree7e3676a8918f6fc3ae01f1f86e68a3d951cb5ebe /Library/Formula
parent76366a894dee6ba8d9be31fd9c1cfe8bee8d705d (diff)
downloadhomebrew-eb60e8761818532bbda36d6766f69bc09651114a.tar.bz2
ispc 1.3.0
Closes #13932. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ispc.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ispc.rb b/Library/Formula/ispc.rb
index 9598369fa..78d39bb58 100644
--- a/Library/Formula/ispc.rb
+++ b/Library/Formula/ispc.rb
@@ -2,9 +2,9 @@ require 'formula'
class Ispc < Formula
homepage 'http://ispc.github.com'
- url 'https://github.com/downloads/ispc/ispc/ispc-v1.2.2-osx.tar.gz'
- version '1.2.2'
- md5 '21f1fe1aabe47ae280e0dc92d50d564f'
+ url 'https://github.com/downloads/ispc/ispc/ispc-v1.3.0-osx.tar.gz'
+ version '1.3.0'
+ sha1 'ec60f9e08405b6160b98aefd8cb4f9f7ee07c12e'
def install
bin.install 'ispc'