diff options
author | Brendan Coles <bcoles@gmail.com> | 2021-04-21 12:54:47 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-04-21 15:14:10 +0200 |
commit | 5f10c0628a4b9ae811ef80e646ef9a7776211642 (patch) | |
tree | 383fc04d41673e11347db9008791e67b0ed7aca9 /Ports/emu2 | |
parent | f90a1f83ed47b0a4d3025c9460ec817e0f91ee84 (diff) | |
download | serenity-5f10c0628a4b9ae811ef80e646ef9a7776211642.zip |
Ports: emu2: Bump version to 2021.01
Diffstat (limited to 'Ports/emu2')
-rwxr-xr-x | Ports/emu2/package.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ports/emu2/package.sh b/Ports/emu2/package.sh index 8afd392075..7f2a62b5c9 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" |