Ports: emu2: Bump version to 2021.01
This commit is contained in:
parent
f90a1f83ed
commit
5f10c0628a
Notes:
sideshowbarker
2024-07-18 19:18:25 +09:00
Author: https://github.com/bcoles Commit: https://github.com/SerenityOS/serenity/commit/5f10c0628a4 Pull-request: https://github.com/SerenityOS/serenity/pull/6531
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^
|
|||
| [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM |
|
||||
| [`dropbear`](dropbear/) | Dropbear SSH | 2019.78 | https://dropbear.nl/mirror/dropbear.html |
|
||||
| [`ed`](ed/) | GNU ed | 1.15 | https://www.gnu.org/software/ed/ |
|
||||
| [`emu2`](emu2/) | emu2 DOS emulator | | https://github.com/dmsc/emu2 |
|
||||
| [`emu2`](emu2/) | emu2 DOS emulator | 2021.01 | https://github.com/dmsc/emu2 |
|
||||
| [`figlet`](figlet/) | FIGlet | 2.2.5 | http://www.figlet.org/ |
|
||||
| [`flatbuffers`](flatbuffers/) | Flatbuffers | 1.12.0 | https://github.com/google/flatbuffers |
|
||||
| [`flex`](flex/) | flex | 2.6.4 | https://github.com/westes/flex |
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=emu2
|
||||
version=ff276eb0a755a3e784f73da00b5db6c1b25c1f83
|
||||
files="https://github.com/dmsc/emu2/archive/${version}.zip emu2-${version}.zip 2640a713d6c7ed98d020e0b7dccbc404"
|
||||
auth_type=md5
|
||||
version="2021.01"
|
||||
files="https://github.com/dmsc/emu2/archive/refs/tags/v${version}.tar.gz emu2-${version}.tar.gz 32ea656ad9b034d2c91a20f1a9ac1779cb6905a019c5bdeda9338cfd673bbd72"
|
||||
auth_type=sha256
|
||||
|
||||
build() {
|
||||
export CC="${SERENITY_SOURCE_DIR}/Toolchain/Local/${SERENITY_ARCH}/bin/${SERENITY_ARCH}-pc-serenity-gcc"
|
||||
|
|
Loading…
Add table
Reference in a new issue