Skip to content

Commit

Permalink
Update benchmark from 1.8.3 to 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emscripten-forge-bot committed Feb 6, 2025
1 parent 4f90558 commit e29504b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions recipes/recipes_emscripten/benchmark/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
context:
version: "1.8.3"
version: 1.8.4

package:
name: "benchmark"
name: benchmark
version: ${{ version }}

source:
url: https://github.com/google/benchmark/archive/v${{ version }}.tar.gz
sha256: 6bc180a57d23d4d9515519f92b0c83d61b05b5bab188961f36ac7b06b0d9e9ce
sha256: 3e7059b6b11fb1bbe28e33e02519398ca94c1818874ebed18e504dc6f709be45
patches:
- fix-build.patch
- fix-build.patch

build:
number: 3

requirements:
build:
- cmake
- ninja
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}
- cmake
- ninja
- ${{ compiler("c") }}
- ${{ compiler("cxx") }}

tests:
- package_contents:
Expand All @@ -38,4 +38,4 @@ about:

extra:
recipe-maintainers:
- Tobias-Fischer
- Tobias-Fischer

0 comments on commit e29504b

Please sign in to comment.