aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chisel.rb
diff options
context:
space:
mode:
authorDave Lee2015-03-27 23:20:14 -0700
committerJack Nagel2015-03-28 19:01:58 -0400
commita29b7c73035c603c5a098bda2e2eb1730fcc95bb (patch)
treec22f3c960dfa2d30f0c2fc10e7f0d13b759d1644 /Library/Formula/chisel.rb
parentabf45e83ad07443a53ecd17b36fb25f28418ca78 (diff)
downloadhomebrew-a29b7c73035c603c5a098bda2e2eb1730fcc95bb.tar.bz2
Chisel 1.2
See https://github.com/facebook/chisel/releases/tag/1.2.0 Closes #38140. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 5e484d770..8830c5d71 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.1.0.tar.gz"
- sha1 "d137fec38a8f9e1795331c6a340e7a5f43214b12"
+ url "https://github.com/facebook/chisel/archive/1.2.0.tar.gz"
+ sha1 "c4c2bf25035cc15f10a10290023a6f8ce23ba1da"
def install
libexec.install Dir["*.py", "commands"]