aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrett Koonce2014-05-18 10:59:41 -0700
committerBrett Koonce2014-05-18 11:19:41 -0700
commit0668d9393b35adcfc98dd4573120243d0396cdc8 (patch)
tree4716d500f10e5188e65699d68d6dd0e7ad3ed6e7 /Library/Formula
parent4c40bf5e4698700167afb8704f3055b32b6c8637 (diff)
downloadhomebrew-0668d9393b35adcfc98dd4573120243d0396cdc8.tar.bz2
ispc 1.7.0
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