mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 13:27:34 +00:00
Ports/diffutils: Update diffutils to version 3.10
This commit is contained in:
parent
bc12e793c5
commit
81f3191b23
2 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='diffutils'
|
||||
version='3.8'
|
||||
version='3.10'
|
||||
depends=(
|
||||
'libiconv'
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz#a6bdd7d1b31266d11c4f4de6c1b748d4607ab0231af5188fc2533d0ae2438fec"
|
||||
"https://ftpmirror.gnu.org/gnu/diffutils/diffutils-${version}.tar.xz#90e5e93cc724e4ebe12ede80df1634063c7a855692685919bfe60b556c9bd09e"
|
||||
)
|
||||
useconfigure='true'
|
||||
use_fresh_config_sub='true'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue