msgpack 3.2.1
Closes #47783. Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
parent
e7d92be20e
commit
ff342523cd
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Msgpack < Formula
|
||||
desc "Library for a binary-based efficient data interchange format"
|
||||
homepage "https://msgpack.org/"
|
||||
url "https://github.com/msgpack/msgpack-c/releases/download/cpp-3.2.0/msgpack-3.2.0.tar.gz"
|
||||
sha256 "fbaa28c363a316fd7523f31d1745cf03eab0d1e1ea5a1c60aa0dffd4ce551afe"
|
||||
url "https://github.com/msgpack/msgpack-c/releases/download/cpp-3.2.1/msgpack-3.2.1.tar.gz"
|
||||
sha256 "433cbcd741e1813db9ae4b2e192b83ac7b1d2dd7968a3e11470eacc6f4ab58d2"
|
||||
head "https://github.com/msgpack/msgpack-c.git"
|
||||
|
||||
bottle do
|
||||
|
|
Loading…
Reference in a new issue