mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
Ports: Use a stable URL for Another-World
Downloading master.zip won't always result in the same version, which leads to an in incorrect SHA256 checksum.
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=Another-World
|
||||
useconfigure=true
|
||||
version=git
|
||||
version=170b7d466a6ea6cc36a9e53506d5b858ed503a84
|
||||
depends=("SDL2" "zlib")
|
||||
workdir=Another-World-Bytecode-Interpreter-master
|
||||
workdir=Another-World-Bytecode-Interpreter-${version}
|
||||
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DSDL2_INCLUDE_DIR=${SERENITY_INSTALL_ROOT}/usr/local/include/SDL2")
|
||||
files=(
|
||||
"https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/archive/refs/heads/master.zip#326de7622e5f83a83fce76e6032240157a9dde83c0d65319095c7e0b312af317"
|
||||
"https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/archive/${version}.zip#1035c08f0c040d81d210dc5879156d11de3a77c9a1bebf409c4da966cbe955a6"
|
||||
)
|
||||
launcher_name="Another World"
|
||||
launcher_category='&Games'
|
||||
|
||||
@@ -11,7 +11,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
|
||||
| [`acpica-tools`](acpica-tools/) | ACPI Component Architecture Project Userspace Utilities | R06_28_23 | https://github.com/acpica/acpica |
|
||||
| [`alpine`](alpine/) | Alpine Email Client | 2.26 | https://alpineapp.email |
|
||||
| [`angband`](angband/) | Angband | 4.2.5 | https://rephial.org |
|
||||
| [`Another-World`](Another-World/) | Another World Bytecode Interpreter | | https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter |
|
||||
| [`Another-World`](Another-World/) | Another World Bytecode Interpreter | 170b7d4 | https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter |
|
||||
| [`aria2`](aria2/) | aria2 | 1.37.0 | https://aria2.github.io |
|
||||
| [`awk`](awk/) | The One True Awk | 20240728 | https://github.com/onetrueawk/awk |
|
||||
| [`backward-cpp`](backward-cpp/) | Backward-cpp | 65a769f | https://github.com/bombela/backward-cpp |
|
||||
|
||||
Reference in New Issue
Block a user