ispc 1.8.0
Version bump. Closes Homebrew/homebrew#33752 Closes Homebrew/homebrew#33768.
This commit is contained in:
parent
996f02667d
commit
4d40d8800a
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
require "formula"
|
||||
|
||||
class Ispc < Formula
|
||||
homepage "http://ispc.github.io"
|
||||
url "https://downloads.sourceforge.net/project/ispcmirror/v1.7.0/ispc-v1.7.0-osx.tar.gz"
|
||||
sha1 "ff5ee40ba0eb7313b7dc25ceb1e107da058dae65"
|
||||
homepage "https://ispc.github.io"
|
||||
url "https://downloads.sourceforge.net/project/ispcmirror/v1.8.0/ispc-v1.8.0-osx.tar.gz"
|
||||
sha1 "e645860d2167daa2ffb2fa0cba17df156e1136fc"
|
||||
|
||||
def install
|
||||
bin.install "ispc"
|
||||
|
|
Loading…
Reference in a new issue