diff options
| author | David Holm | 2014-07-03 22:51:16 +0200 |
|---|---|---|
| committer | Jack Nagel | 2014-07-04 22:15:01 -0500 |
| commit | 6f3a7da3d61252d9bad11d1bf02c09713f22a36a (patch) | |
| tree | ef204048489ddd59c87efc0593e743c7ae735090 /Library | |
| parent | 3ad14e1e3f7d0131b3eee7fb4ce38a65e22a5187 (diff) | |
| download | homebrew-6f3a7da3d61252d9bad11d1bf02c09713f22a36a.tar.bz2 | |
libestr 0.1.9
Closes #30640.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libestr.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libestr.rb b/Library/Formula/libestr.rb index eb4b7b8a4..8b10af36f 100644 --- a/Library/Formula/libestr.rb +++ b/Library/Formula/libestr.rb @@ -2,8 +2,8 @@ require 'formula' class Libestr < Formula homepage 'http://libestr.adiscon.com' - url 'http://libestr.adiscon.com/files/download/libestr-0.1.8.tar.gz' - sha256 'ce18565af57adc219799fe1659baaa70f58f169795882d770a7a2fe8ca8a6615' + url "http://libestr.adiscon.com/files/download/libestr-0.1.9.tar.gz" + sha1 "55fb6ad347f987c45d98b422b0436d6ae50d86aa" bottle do cellar :any |
