aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chisel.rb
diff options
context:
space:
mode:
authorJack Nagel2014-03-09 23:19:21 -0500
committerJack Nagel2014-03-09 23:19:21 -0500
commitfb93c2639a3da5002aa03a9b1f75664e4e775539 (patch)
tree436b03d11623391383365c2ae7b3f87fec106ba0 /Library/Formula/chisel.rb
parenta0b1aab272e7bc4a624dc7781e92be2ecfb0a2d1 (diff)
downloadhomebrew-fb93c2639a3da5002aa03a9b1f75664e4e775539.tar.bz2
chisel: fix audit warning
Diffstat (limited to 'Library/Formula/chisel.rb')
-rw-r--r--Library/Formula/chisel.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/chisel.rb b/Library/Formula/chisel.rb
index aae0b668f..845a907f6 100644
--- a/Library/Formula/chisel.rb
+++ b/Library/Formula/chisel.rb
@@ -2,8 +2,8 @@ require "formula"
class Chisel < Formula
homepage "https://github.com/facebook/chisel"
- url "https://github.com/facebook/chisel/archive/1.0.0.zip"
- sha1 "78e1c10d6e1e625291377aac1b27487d210bb04e"
+ url "https://github.com/facebook/chisel/archive/1.0.0.tar.gz"
+ sha1 "b6cd385bb8ac66116de398e93cf0ab8b28955293"
def install
libexec.install Dir["*.py", "commands"]