Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update benchmark from 1.9.0 to 1.9.1 #1881

Merged
merged 1 commit into from
Feb 12, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions recipes/recipes_emscripten/benchmark/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 1.9.0
version: 1.9.1

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

source:
url: https://github.com/google/benchmark/archive/v${{ version }}.tar.gz
sha256: 35a77f46cc782b16fac8d3b107fbfbb37dcd645f7c28eee19f3b8e0758b48994
sha256: 32131c08ee31eeff2c8968d7e874f3cb648034377dfc32a4c377fa8796d84981
patches:
- fix-build.patch

Expand Down