diff options
| author | Marco Ceppi | 2014-02-18 11:57:09 -0500 |
|---|---|---|
| committer | Brett Koonce | 2014-02-18 11:07:19 -0600 |
| commit | 0a633cfad3e9d3c7a7a29561cf8a6f0aba3a637e (patch) | |
| tree | d1712198a5c35a9e56fe6c605c9f87bef764c984 /Library/Formula | |
| parent | 37d0faf54d31fe1e4685a623528bef5f5ea897b9 (diff) | |
| download | homebrew-0a633cfad3e9d3c7a7a29561cf8a6f0aba3a637e.tar.bz2 | |
charm-tools 1.2.9
Closes #26816.
Signed-off-by: Brett Koonce <koonce@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/charm-tools.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/charm-tools.rb b/Library/Formula/charm-tools.rb index c805acfb9..0d764ac75 100644 --- a/Library/Formula/charm-tools.rb +++ b/Library/Formula/charm-tools.rb @@ -2,8 +2,8 @@ require 'formula' class CharmTools < Formula homepage 'https://launchpad.net/charm-tools' - url 'https://launchpad.net/charm-tools/1.2/1.2.7/+download/charm-tools-1.2.7.tar.gz' - sha1 '428b7204bdd8b726a87653350082fb03841441ae' + url 'https://launchpad.net/charm-tools/1.2/1.2.9/+download/charm-tools-1.2.9-1.tar.gz' + sha1 '9da948b85dc2fc547335d28669f694338b0b77e8' depends_on :python depends_on 'libyaml' |
