Skip to content
Open
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
26 changes: 13 additions & 13 deletions recipes/recipes_emscripten/coreutils/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
context:
name: "coreutils"
version: "9.10"
name: coreutils
version: '9.11'

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

source:
url: https://github.com/coreutils/coreutils/releases/download/v${{ version }}/${{ name }}-${{ version }}.tar.xz
sha256: 16535a9adf0b10037364e2d612aad3d9f4eca3a344949ced74d12faf4bd51d25
sha256: 394024eda0a5955217ceda9cd1201e65dc8fa3aa29c2951135a49521d57c3cc3
patches:
- patches/0001-sethostname-not-static.patch
- patches/0002-Don-t-build-tests-or-man-pages.patch
- patches/0003-Avoid-use-of-freopen-in-uniq.patch
- patches/0004-Avoid-use-of-fd_reopen-in-touch.patch

build:
number: 2
number: 0

requirements:
build:
- ${{ compiler("c") }}
- make # [unix]
- autoconf
- gettext
- pkg-config
- help2man
- automake
- ${{ compiler("c") }}
- make # [unix]
- autoconf
- gettext
- pkg-config
- help2man
- automake

tests:
- package_contents:
Expand All @@ -40,5 +40,5 @@ about:

extra:
recipe-maintainers:
- DerThorsten
- ianthomas23
- DerThorsten
- ianthomas23