diff options
| author | dstnbrkr | 2014-04-23 14:10:53 -0400 | 
|---|---|---|
| committer | Brett Koonce | 2014-04-23 16:03:31 -0500 | 
| commit | da18b3e7fd843072a04528b4d2d940a9addab689 (patch) | |
| tree | 64b5ddb34c7a4e3a8a6a2ea413487602cc8396f3 /Library/Formula/chisel.rb | |
| parent | 3ebbcc40497dc58db9052292332bf4056823ea41 (diff) | |
| download | homebrew-da18b3e7fd843072a04528b4d2d940a9addab689.tar.bz2 | |
chisel 1.1.0
Closes #28648.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula/chisel.rb')
| -rw-r--r-- | Library/Formula/chisel.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/Library/Formula/chisel.rb b/Library/Formula/chisel.rb index 845a907f6..9af59e50d 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.tar.gz" -  sha1 "b6cd385bb8ac66116de398e93cf0ab8b28955293" +  url "https://github.com/facebook/chisel/archive/1.1.0.tar.gz" +  sha1 "d137fec38a8f9e1795331c6a340e7a5f43214b12"    def install      libexec.install Dir["*.py", "commands"] | 
