mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Update gperf to 3.3
This commit is contained in:
@@ -112,7 +112,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`gnucobol`](gnucobol/) | GnuCOBOL | 3.1.2 | https://gnucobol.sourceforge.io/ |
|
||||
| [`gnupg`](gnupg/) | GnuPG | 2.4.5 | https://gnupg.org/software/index.html |
|
||||
| [`gnuplot`](gnuplot/) | Gnuplot | 5.4.9 | http://www.gnuplot.info/ |
|
||||
| [`gperf`](gperf/) | GNU gperf | 3.1 | https://www.gnu.org/software/gperf/ |
|
||||
| [`gperf`](gperf/) | GNU gperf | 3.3 | https://www.gnu.org/software/gperf/ |
|
||||
| [`gpgme`](gpgme/) | GnuPG Made Easy (GPGME) | 1.23.2 | https://gnupg.org/software/gpgme/index.html |
|
||||
| [`grep`](grep/) | GNU Grep | 3.11 | https://www.gnu.org/software/grep/ |
|
||||
| [`grepcidr`](grepcidr/) | grepcidr | 2.0 | http://www.pc-tools.net/unix/grepcidr/ |
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=gperf
|
||||
version=3.1
|
||||
useconfigure="true"
|
||||
depends=()
|
||||
port='gperf'
|
||||
version='3.3'
|
||||
useconfigure='true'
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz#588546b945bba4b70b6a3a616e80b4ab466e3f33024a352fc2198112cdbb3ae2"
|
||||
"https://ftpmirror.gnu.org/gnu/gperf/gperf-${version}.tar.gz#fd87e0aba7e43ae054837afd6cd4db03a3f2693deb3619085e6ed9d8d9604ad8"
|
||||
)
|
||||
configopts=("--prefix=/usr/local")
|
||||
|
||||
Reference in New Issue
Block a user