Ports/frotz: Update frotz to version 2.54
This commit is contained in:
parent
b3cf5a5df7
commit
dea9eff3cd
Notes:
sideshowbarker
2024-07-17 10:24:29 +09:00
Author: https://github.com/EWouters Commit: https://github.com/SerenityOS/serenity/commit/dea9eff3cd Pull-request: https://github.com/SerenityOS/serenity/pull/14179 Reviewed-by: https://github.com/IdanHo Reviewed-by: https://github.com/linusg Reviewed-by: https://github.com/timschumi
2 changed files with 5 additions and 5 deletions
|
@ -57,7 +57,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
|||
| [`freeciv`](freeciv/) | Freeciv | 3.0.0-beta2 | http://freeciv.org/ |
|
||||
| [`freedink`](freedink/) | FreeDink | 109.6 | https://www.gnu.org/software/freedink/ |
|
||||
| [`freetype`](freetype/) | FreeType | 2.12.1 | https://www.freetype.org/ |
|
||||
| [`frotz`](frotz/) | Frotz | 2.53 | https://gitlab.com/DavidGriffith/frotz |
|
||||
| [`frotz`](frotz/) | Frotz | 2.54 | https://gitlab.com/DavidGriffith/frotz |
|
||||
| [`gawk`](gawk/) | GNU awk | 5.1.1 | https://www.gnu.org/software/gawk/ |
|
||||
| [`gcc`](gcc/) | GNU Compiler Collection | 12.1.0 | https://gcc.gnu.org/ |
|
||||
| [`gdb`](gdb/) | GNU Project Debugger | 11.2 | https://sourceware.org/gdb |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=frotz
|
||||
version=2.53
|
||||
files="https://gitlab.com/DavidGriffith/frotz/-/archive/${version}/frotz-${version}.tar.bz2 frotz-${version}.tar.bz2 8da558828dd74d6d6ee30483bb32276ef918b8b72b7f6e89b4f7cb27e7abf58b"
|
||||
auth_type=sha256
|
||||
port='frotz'
|
||||
version='2.54'
|
||||
files="https://gitlab.com/DavidGriffith/frotz/-/archive/${version}/frotz-${version}.tar.bz2 frotz-${version}.tar.bz2 bdf9131e6de49108c9f032200cea3cb4011e5ca0c9fbdbf5b0c05f7c56c81395"
|
||||
auth_type='sha256'
|
||||
depends=("ncurses")
|
||||
|
||||
build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue