diff --git a/recipes/recipes_emscripten/boost-cpp/recipe.yaml b/recipes/recipes_emscripten/boost-cpp/recipe.yaml index 98bc34e11..5915b07e6 100644 --- a/recipes/recipes_emscripten/boost-cpp/recipe.yaml +++ b/recipes/recipes_emscripten/boost-cpp/recipe.yaml @@ -1,17 +1,15 @@ context: - version: "1.80.0" - filename: boost_${{ version | replace('.', '_') }}.tar.bz2 + version: "1.84.0" package: name: boost-cpp version: ${{ version }} source: - url: https://boostorg.jfrog.io/artifactory/main/release/${{ version }}/source/${{ - filename }} - sha256: 1e19565d82e43bc59209a168f5ac899d3ba471d55c7610c677d4ccf2c9c500c0 - patches: - - 0001-config-libcpp15.patch + url: https://github.com/boostorg/boost/releases/download/boost-1.84.0/boost-1.84.0.tar.gz + sha256: 4d27e9efed0f6f152dc28db6430b9d3dfb40c0345da7342eaa5a987dde57bd95 + # patches: + # - 0001-config-libcpp15.patch build: number: 0 @@ -22,9 +20,10 @@ requirements: host: - bzip2 - zlib - + - zstd run: - bzip2 + - zstd about: license: BSL-1.0