cjson: add 1.7.12 bottle.
This commit is contained in:
parent
80544fa95b
commit
07aa4df784
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Cjson < Formula
|
|||
url "https://github.com/DaveGamble/cJSON/archive/v1.7.12.tar.gz"
|
||||
sha256 "760687665ab41a5cff9c40b1053c19572bcdaadef1194e5cba1b5e6f824686e7"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "6e671c987bed5cd4d77fdb012b59188a0a259c56748b5e5468e69a08057af7ac" => :mojave
|
||||
sha256 "8faa88b998afebbc44c28b75b437fff916a1abf03d0354b17bae76a7682b267e" => :high_sierra
|
||||
sha256 "680e8dbe6689f0107e4f54420fdc06e97d662c8af31956c9264c48e1db215c52" => :sierra
|
||||
end
|
||||
|
||||
depends_on "cmake" => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue