msgpack 3.2.1

Closes #47783.

Signed-off-by: Rui Chen <chenrui333@gmail.com>
This commit is contained in:
Dawid Dziurla 2019-12-12 16:40:30 +01:00 committed by Rui Chen
parent e7d92be20e
commit ff342523cd

View file

@ -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