jansson 2.3.1
Upgrade Jansson to version 2.3.1. Tested both universal on native on Lion with clang and llvm from XCode-4.3.3. Closes Homebrew/homebrew#12836. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
8155f7ab94
commit
a1d6edd9ae
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
|||
require 'formula'
|
||||
|
||||
class Jansson < Formula
|
||||
url 'http://www.digip.org/jansson/releases/jansson-2.3.tar.gz'
|
||||
homepage 'http://www.digip.org/jansson/'
|
||||
md5 '17d92cb6200cc06d8403134cb37ad2b8'
|
||||
url 'http://www.digip.org/jansson/releases/jansson-2.3.1.tar.bz2'
|
||||
sha1 'af7497d930423088fa6d0699d84740fffa0c98df'
|
||||
|
||||
def options
|
||||
[["--universal", "Build a universal binary."]]
|
||||
|
|
Loading…
Reference in a new issue