aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ispc.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/ispc.rb b/Library/Formula/ispc.rb
index f6194fa0f..6803aca8a 100644
--- a/Library/Formula/ispc.rb
+++ b/Library/Formula/ispc.rb
@@ -1,12 +1,12 @@
-require 'formula'
+require "formula"
class Ispc < Formula
- homepage 'http://ispc.github.io'
- url 'https://downloads.sourceforge.net/project/ispcmirror/v1.6.0/ispc-v1.6.0-osx.tar.gz'
- sha1 'cea50303a6bfcb213a485ada1337aa4b25807cb8'
+ homepage "http://ispc.github.io"
+ url "https://downloads.sourceforge.net/project/ispcmirror/v1.7.0/ispc-v1.7.0-osx.tar.gz"
+ sha1 "ff5ee40ba0eb7313b7dc25ceb1e107da058dae65"
def install
- bin.install 'ispc'
+ bin.install "ispc"
end
test do