mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports/bison: Update to version 3.8.2
This commit is contained in:
@@ -20,7 +20,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`bc`](bc/) | bc | 6.5.0 | https://github.com/gavinhoward/bc |
|
||||
| [`bdwgc`](bdwgc/) | Boehm-Demers-Weiser Garbage Collector (libgc) | 8.2.4 | https://github.com/ivmai/bdwgc |
|
||||
| [`binutils`](binutils/) | GNU Binutils | 2.41 | https://www.gnu.org/software/binutils/ |
|
||||
| [`bison`](bison/) | GNU Bison | 3.8 | https://www.gnu.org/software/bison/ |
|
||||
| [`bison`](bison/) | GNU Bison | 3.8.2 | https://www.gnu.org/software/bison/ |
|
||||
| [`bochs`](bochs/) | Bochs x86 PC emulator | 2.7 | https://sourceforge.net/projects/bochs/ |
|
||||
| [`boost`](boost/) | Boost C++ libraries | 1.83.0 | https://www.boost.org/ |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.12 | https://github.com/tmewett/BrogueCE |
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='bison'
|
||||
version='3.8'
|
||||
version='3.8.2'
|
||||
useconfigure='true'
|
||||
configopts=("--prefix=${SERENITY_INSTALL_ROOT}/usr/local")
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/bison/bison-${version}.tar.gz#d5d184d421aee15603939973a6b0f372f908edfb24c5bc740697497021ad9458"
|
||||
configopts=(
|
||||
"--prefix=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
)
|
||||
files=(
|
||||
"https://ftpmirror.gnu.org/gnu/bison/bison-${version}.tar.gz#06c9e13bdf7eb24d4ceb6b59205a4f67c2c7e7213119644430fe82fbd14a0abb"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user