diff options
| author | Brandon Bennett | 2012-12-03 15:52:22 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-12-04 11:01:53 -0800 |
| commit | e9ba54a3b8793d66bbdb5be07b7aa61f6ae191b2 (patch) | |
| tree | 5612bdb8e6eb07f2437dd48b5b5f24bb56608b51 /Library | |
| parent | fcce3bfab99442a30c612a30d0e19a677e7221e6 (diff) | |
| download | homebrew-e9ba54a3b8793d66bbdb5be07b7aa61f6ae191b2.tar.bz2 | |
libslax 0.12.2
Closes #16384.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libslax.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libslax.rb b/Library/Formula/libslax.rb index 4cf770b54..3a75a67c6 100644 --- a/Library/Formula/libslax.rb +++ b/Library/Formula/libslax.rb @@ -2,8 +2,8 @@ require 'formula' class Libslax < Formula homepage 'https://code.google.com/p/libslax/' - url 'http://libslax.googlecode.com/files/libslax-0.12.0.tar.gz' - sha1 'b2a45cc100366f009c73085d827eb83e582545e5' + url 'http://libslax.googlecode.com/files/libslax-0.12.2.tar.gz' + sha1 '266f1cdd3e9827311537e058135613695bb28a58' depends_on 'libtool' => :build |
