We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff938d6 commit b0f79b6Copy full SHA for b0f79b6
Formula/c/capnp.rb
@@ -1,10 +1,9 @@
1
class Capnp < Formula
2
desc "Data interchange format and capability-based RPC system"
3
homepage "https://capnproto.org/"
4
- url "https://capnproto.org/capnproto-c++-1.1.0.tar.gz"
5
- sha256 "07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939"
+ url "https://capnproto.org/capnproto-c++-1.2.0.tar.gz"
+ sha256 "ed00e44ecbbda5186bc78a41ba64a8dc4a861b5f8d4e822959b0144ae6fd42ef"
6
license "MIT"
7
- revision 1
8
head "https://github.com/capnproto/capnproto.git", branch: "master"
9
10
livecheck do
0 commit comments