diff options
| author | Adam Vandenberg | 2013-01-27 20:59:08 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-01-28 21:40:09 -0800 |
| commit | a1efa7f39f0e1e01d5d5c1b7825b9288e64068d0 (patch) | |
| tree | 62929011110a0cc66cd384a61909269bb44c05bd /Library | |
| parent | 659b1b0f189c6077b561d381f51c6a56c373fb20 (diff) | |
| download | homebrew-a1efa7f39f0e1e01d5d5c1b7825b9288e64068d0.tar.bz2 | |
jshon: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/jshon.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jshon.rb b/Library/Formula/jshon.rb index c494b2954..6308397a0 100644 --- a/Library/Formula/jshon.rb +++ b/Library/Formula/jshon.rb @@ -1,10 +1,10 @@ require 'formula' class Jshon < Formula - url 'http://kmkeen.com/jshon/jshon.tar.gz' homepage 'http://kmkeen.com/jshon/' - sha1 'e8d710f621ed42ab126c921f87bc8906af16cd1d' + url 'http://kmkeen.com/jshon/jshon.tar.gz' version '8' + sha1 'e8d710f621ed42ab126c921f87bc8906af16cd1d' depends_on 'jansson' |
