From eddc8926819fde0a820a63b46b08697371e63c62 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 6 May 2017 20:05:57 +0000 Subject: [PATCH] capnproto: fix update-check --- srcpkgs/capnproto/update | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 srcpkgs/capnproto/update diff --git a/srcpkgs/capnproto/update b/srcpkgs/capnproto/update new file mode 100644 index 00000000000..0ea36708f7e --- /dev/null +++ b/srcpkgs/capnproto/update @@ -0,0 +1,2 @@ +site='https://api.github.com/repos/sandstorm-io/capnproto/tags' +pattern='v\K([\d\.]+)'