Ports/gzip: Update gzip to version 1.13

This commit is contained in:
EWouters 2023-09-01 20:00:42 +02:00 committed by Jelle Raaijmakers
parent 548702bd4a
commit 344aefd140
Notes: sideshowbarker 2024-07-16 20:31:50 +09:00
2 changed files with 3 additions and 3 deletions

View File

@ -114,7 +114,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`groff`](groff/) | GNU roff | 1.22.4 | https://www.gnu.org/software/groff/ |
| [`gsl`](gsl/) | GNU Scientific Library | 2.7.1 | https://www.gnu.org/software/gsl/ |
| [`guile`](guile/) | The GNU guile programming language | 3.0.8 | https://www.gnu.org/software/guile/ |
| [`gzip`](gzip/) | GNU gzip | 1.12 | https://www.gnu.org/software/gzip/ |
| [`gzip`](gzip/) | GNU gzip | 1.13 | https://www.gnu.org/software/gzip/ |
| [`halflife`](halflife/) | Half-Life | 2022.12.26 | https://github.com/FWGS/hlsdk-portable |
| [`harfbuzz`](harfbuzz/) | HarfBuzz | 4.3.0 | https://github.com/harfbuzz/harfbuzz |
| [`hatari`](hatari/) | Atari ST/STE/TT/Falcon emulator | 2.4.1 | https://hatari.tuxfamily.org/ |

View File

@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='gzip'
version='1.12'
version='1.13'
useconfigure='true'
use_fresh_config_sub='true'
config_sub_paths=(
'build-aux/config.sub'
)
files=(
"https://ftpmirror.gnu.org/gnu/gzip/gzip-${version}.tar.gz#5b4fb14d38314e09f2fc8a1c510e7cd540a3ea0e3eb9b0420046b82c3bf41085"
"https://ftpmirror.gnu.org/gnu/gzip/gzip-${version}.tar.gz#20fc818aeebae87cdbf209d35141ad9d3cf312b35a5e6be61bfcfbf9eddd212a"
)