From 5f10c0628a4b9ae811ef80e646ef9a7776211642 Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Wed, 21 Apr 2021 12:54:47 +0000 Subject: [PATCH] Ports: emu2: Bump version to 2021.01 --- Ports/AvailablePorts.md | 2 +- Ports/emu2/package.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index b0076743bb4..9e869563ec9 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -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 | diff --git a/Ports/emu2/package.sh b/Ports/emu2/package.sh index 8afd3920752..7f2a62b5c90 100755 --- a/Ports/emu2/package.sh +++ b/Ports/emu2/package.sh @@ -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"