diff options
| author | Justin Hileman | 2012-05-24 08:54:15 -0700 |
|---|---|---|
| committer | Jack Nagel | 2012-05-24 19:33:41 -0500 |
| commit | c75fd092f78f0cb82df3b3ce12551a01e786d525 (patch) | |
| tree | 2bf9231ea7c6eba24d1f8abc24b260a813c70678 | |
| parent | 09c170ea043abb570d5cc4dbd69e77ddc77f3033 (diff) | |
| download | homebrew-c75fd092f78f0cb82df3b3ce12551a01e786d525.tar.bz2 | |
coda-cli 1.0.3
Closes #12405.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
| -rw-r--r-- | Library/Formula/coda-cli.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/coda-cli.rb b/Library/Formula/coda-cli.rb index 224189d3c..29f923fba 100644 --- a/Library/Formula/coda-cli.rb +++ b/Library/Formula/coda-cli.rb @@ -1,9 +1,9 @@ require 'formula' class CodaCli < Formula - url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.2' homepage 'http://justinhileman.info/coda-cli/' - md5 '1e062ed4c138f082ee625c641f6c33f7' + url 'https://github.com/bobthecow/coda-cli/zipball/v1.0.3' + md5 '706e49cad02472e70b4c361035a852f8' def install bin.install 'coda' |
