ispc 1.3.0
Closes Homebrew/homebrew#13932. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
5da22d0623
commit
da95fddc49
1 changed files with 3 additions and 3 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue