diff --git a/recipes/recipes_emscripten/grep/recipe.yaml b/recipes/recipes_emscripten/grep/recipe.yaml index 5ffc3147b8a..ac0c1200153 100644 --- a/recipes/recipes_emscripten/grep/recipe.yaml +++ b/recipes/recipes_emscripten/grep/recipe.yaml @@ -11,19 +11,19 @@ source: sha256: 1db2aedde89d0dea42b16d9528f894c8d15dae4e190b59aecc78f5a951276eab build: - number: 7 + number: 8 requirements: build: - - ${{ compiler("c") }} - - cmake - - make - - autoconf - - automake - - gettext - - gperf - - pkg-config - - texinfo + - ${{ compiler("c") }} + - cmake + - make + - autoconf + - automake + - gettext + - gperf + - pkg-config + - texinfo tests: - package_contents: @@ -42,5 +42,5 @@ about: extra: recipe-maintainers: - - DerThorsten - - ianthomas23 + - DerThorsten + - ianthomas23