ispc: bottle unneeded

This commit is contained in:
Xu Cheng 2015-10-23 19:54:47 +08:00
parent 84d6276330
commit dcedc45fd8

View file

@ -4,6 +4,8 @@ class Ispc < Formula
url "https://downloads.sourceforge.net/project/ispcmirror/v1.8.2/ispc-v1.8.2-osx.tar.gz" url "https://downloads.sourceforge.net/project/ispcmirror/v1.8.2/ispc-v1.8.2-osx.tar.gz"
sha256 "9e42d7cca73e598d26727e4e5ab2f8b8e24d009fcb64424e566fa0f45329c2ec" sha256 "9e42d7cca73e598d26727e4e5ab2f8b8e24d009fcb64424e566fa0f45329c2ec"
bottle :unneeded
def install def install
bin.install "ispc" bin.install "ispc"
end end