diff options
| author | Stefan | 2014-01-04 21:48:17 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 20:52:46 +0000 | 
| commit | 6cd5d1e797330314a9786fb0604a32ef3d54bbc8 (patch) | |
| tree | 38b4b2ad8b81f28ebfdfe4f3ffeeed8bb898ba2c /Library/Formula | |
| parent | 3915d0f3b33a203ea2176ffe5c91f2c7db83d54a (diff) | |
| download | homebrew-6cd5d1e797330314a9786fb0604a32ef3d54bbc8.tar.bz2 | |
jansson 2.5
Closes #25648.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/jansson.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/jansson.rb b/Library/Formula/jansson.rb index f77c42a00..bfe8aeec2 100644 --- a/Library/Formula/jansson.rb +++ b/Library/Formula/jansson.rb @@ -2,8 +2,8 @@ require 'formula'  class Jansson < Formula    homepage 'http://www.digip.org/jansson/' -  url 'http://www.digip.org/jansson/releases/jansson-2.4.tar.bz2' -  sha1 'f11ff89dd484d89210d9f52a9ccc2ce2b9d2c1ae' +  url 'http://www.digip.org/jansson/releases/jansson-2.5.tar.bz2' +  sha1 '144e31826b7ab9a648511759c43b23db5865f4db'    option :universal  | 
