From d327553be60ee980d607fc1acfd08cc6d4694215 Mon Sep 17 00:00:00 2001 From: toge Date: Tue, 2 Nov 2021 21:04:29 +0900 Subject: [PATCH] wasmtime-cpp : add version 0.31.0 --- recipes/wasmtime-cpp/all/conandata.yml | 3 +++ recipes/wasmtime-cpp/config.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/recipes/wasmtime-cpp/all/conandata.yml b/recipes/wasmtime-cpp/all/conandata.yml index 8427ae4d7e788..a83a22df29c81 100644 --- a/recipes/wasmtime-cpp/all/conandata.yml +++ b/recipes/wasmtime-cpp/all/conandata.yml @@ -1,4 +1,7 @@ sources: + "0.31.0": + url: "https://github.com/bytecodealliance/wasmtime-cpp/archive/refs/tags/v0.31.0.tar.gz" + sha256: "d291f97fb29f39aad166ae737f25755fe31dfb25513c55976fc60745903cd1b0" "0.30.0": url: "https://github.com/bytecodealliance/wasmtime-cpp/archive/refs/tags/v0.30.0.tar.gz" sha256: "a42e25e93097a1ba84c4d2b9626b9d7a7779ac662c4a6ed2aa7bce30aa69d95f" diff --git a/recipes/wasmtime-cpp/config.yml b/recipes/wasmtime-cpp/config.yml index fdca1bd229f5d..cb1583631cfa2 100644 --- a/recipes/wasmtime-cpp/config.yml +++ b/recipes/wasmtime-cpp/config.yml @@ -1,4 +1,6 @@ versions: + "0.31.0": + folder: all "0.30.0": folder: all "0.29.0":