mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
Ports/brogue: Update to version 1.12
This commit is contained in:
parent
66d52db044
commit
b5f34b3cda
Notes:
sideshowbarker
2024-07-17 06:39:26 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/b5f34b3cda Pull-request: https://github.com/SerenityOS/serenity/pull/20580 Reviewed-by: https://github.com/gmta ✅
2 changed files with 3 additions and 3 deletions
|
@ -22,7 +22,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`bison`](bison/) | GNU Bison | 3.8 | 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.80.0 | https://www.boost.org/ |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.11.1 | https://github.com/tmewett/BrogueCE |
|
||||
| [`brogue`](brogue/) | BrogueCE | 1.12 | https://github.com/tmewett/BrogueCE |
|
||||
| [`brotli`](brotli/) | Brotli | 1.0.9 | https://github.com/google/brotli |
|
||||
| [`byacc`](byacc/) | Berkeley Yacc | 20220128 | https://invisible-island.net/byacc/byacc.html |
|
||||
| [`bzip2`](bzip2/) | bzip2 | 1.0.8 | https://sourceware.org/bzip2/ |
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='brogue'
|
||||
depends=("SDL2" "SDL2_image")
|
||||
version='1.11.1'
|
||||
version='1.12'
|
||||
workdir="BrogueCE-${version}"
|
||||
files=(
|
||||
"https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz dc562cf774f88b12b6aeebdac5a00e62e8598b3f84da2130a54a67a60c5debf2"
|
||||
"https://github.com/tmewett/BrogueCE/archive/refs/tags/v${version}.tar.gz aeed3f6ca0f4e352137b0196e9dddbdce542a9e99dda9effd915e018923cd428"
|
||||
)
|
||||
makeopts+=("bin/brogue")
|
||||
launcher_name='Brogue'
|
||||
|
|
Loading…
Reference in a new issue