diff --git a/conan-recipes/liblo/all/conandata.yml b/conan-recipes/liblo/all/conandata.yml index 94ecf98763..bb6662cbb8 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 fd8f55b947..9ed341913c 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 0000000000..9edee6c2f7 --- /dev/null +++ b/conan-recipes/libnode/repoinfo.yml @@ -0,0 +1,2 @@ +- repo: nodejs/node + folder: all \ No newline at end of file