msgpack 0.5.9
This commit is contained in:
parent
db69b95d58
commit
2c4e4043cc
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
|||
|
||||
class Msgpack < Formula
|
||||
homepage 'http://msgpack.org/'
|
||||
url 'http://msgpack.org/releases/cpp/msgpack-0.5.7.tar.gz'
|
||||
sha256 '7c203265cf14a4723820e0fc7ac14bf4bad5578f7bc525e9835c70cd36e7d1b8'
|
||||
url "https://github.com/msgpack/msgpack-c/releases/download/cpp-0.5.9/msgpack-0.5.9.tar.gz"
|
||||
sha256 "6139614b4142df3773d74e9d9a4dbb6dd0430103cfa7b083e723cde0ec1e7fdd"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue