Skip to content

Commit 529b197

Browse files
authored
Update GNU coreutils version to 9.10
1 parent 95375f1 commit 529b197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/fetch-gnu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash -e
2-
ver="9.9"
2+
ver="9.10"
33
repo=https://github.com/coreutils/coreutils
44
curl -L "${repo}/releases/download/v${ver}/coreutils-${ver}.tar.xz" | tar --strip-components=1 -xJf -
55

0 commit comments

Comments
 (0)