ispc 1.3.0

Closes Homebrew/homebrew#13932.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Brett Koonce 2012-08-03 21:15:57 -05:00 committed by Adam Vandenberg
parent 5da22d0623
commit da95fddc49

View file

@ -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'