From 628f3996e177c8464242afc0790d1f74dc2326e6 Mon Sep 17 00:00:00 2001 From: Edgar Date: Fri, 1 Mar 2024 19:54:23 +0100 Subject: [PATCH] :arrow_up: Updated liblo and node package --- conan-recipes/liblo/all/conandata.yml | 3 +++ conan-recipes/libnode/all/conandata.yml | 9 ++++++--- conan-recipes/libnode/repoinfo.yml | 2 ++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 conan-recipes/libnode/repoinfo.yml diff --git a/conan-recipes/liblo/all/conandata.yml b/conan-recipes/liblo/all/conandata.yml index 94ecf987637..bb6662cbb8d 100644 --- a/conan-recipes/liblo/all/conandata.yml +++ b/conan-recipes/liblo/all/conandata.yml @@ -5,3 +5,6 @@ sources: '0.31': sha256: 71d1819bcd18be66bd80c95a2d3159b9ca6f13746ddbaf1e489128f3bf46d231 url: https://github.com/radarsat1/liblo/archive/refs/tags/0.31.tar.gz + '0.32': + sha256: e67c0716de55239de922c3d6d1b6f72fa8ee169dc35e0037e998fb56e4626f9b + url: https://github.com/radarsat1/liblo/archive/refs/tags/0.32.tar.gz diff --git a/conan-recipes/libnode/all/conandata.yml b/conan-recipes/libnode/all/conandata.yml index fd8f55b9471..9ed341913c9 100644 --- a/conan-recipes/libnode/all/conandata.yml +++ b/conan-recipes/libnode/all/conandata.yml @@ -1,4 +1,7 @@ sources: - "18.17.1": - url: "https://cdn.anotherfoxguy.com/node-v18.17.1.tar.gz" - sha256: "1157525a819c395020795ff8c49eee7472b8666cc256b45558b9cbe2e0864c35" + 18.17.1: + sha256: 1157525a819c395020795ff8c49eee7472b8666cc256b45558b9cbe2e0864c35 + url: https://github.com/nodejs/node/archive/refs/tags/v18.17.1.tar.gz + 21.6.2: + sha256: 24a2de72478e1aa60bc830092e8f331f86aedd41e7e3f98fcb66bf5f02bdb578 + url: https://github.com/nodejs/node/archive/refs/tags/v21.6.2.tar.gz diff --git a/conan-recipes/libnode/repoinfo.yml b/conan-recipes/libnode/repoinfo.yml new file mode 100644 index 00000000000..9edee6c2f77 --- /dev/null +++ b/conan-recipes/libnode/repoinfo.yml @@ -0,0 +1,2 @@ +- repo: nodejs/node + folder: all \ No newline at end of file