diff options
| author | nibbles 2bits | 2012-04-05 01:40:27 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-04-05 07:13:39 -0700 |
| commit | 6168a57ca112f76118cd7463eeaed704a53d8708 (patch) | |
| tree | e9c9de743061916bcf7ff04e54096c71fd271c06 /Library/Formula/qrencode.rb | |
| parent | 2c8ece453af2b5552ac0a51981088e55155d801d (diff) | |
| download | homebrew-6168a57ca112f76118cd7463eeaed704a53d8708.tar.bz2 | |
qrencode 3.3.0
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/qrencode.rb')
| -rw-r--r-- | Library/Formula/qrencode.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/qrencode.rb b/Library/Formula/qrencode.rb index 11f748340..cfff6b339 100644 --- a/Library/Formula/qrencode.rb +++ b/Library/Formula/qrencode.rb @@ -1,9 +1,9 @@ require 'formula' class Qrencode < Formula - url 'http://fukuchi.org/works/qrencode/qrencode-3.2.0.tar.gz' homepage 'http://fukuchi.org/works/qrencode/index.html.en' - sha1 '1c9cf02cc8e79dddc7238cad64b0bf3c48e94210' + url 'http://fukuchi.org/works/qrencode/qrencode-3.3.0.tar.gz' + sha1 '7e7143b2a2b925d77f2d9bae8135c1b7f027af8e' depends_on 'pkg-config' => :build |
