summaryrefslogtreecommitdiff
path: root/Ports/emu2
diff options
context:
space:
mode:
authorBrendan Coles <bcoles@gmail.com>2021-04-16 17:39:43 +0000
committerLinus Groh <mail@linusgroh.de>2021-04-16 21:14:00 +0200
commita206ab2211d15cfdd27287b2e237e02eecee55a2 (patch)
treef25a5bd02eb35eba346eafc2859894b5ed6ec69e /Ports/emu2
parent6c618eb072bc76fb4ea1cabc79d307139aaa24a1 (diff)
downloadserenity-a206ab2211d15cfdd27287b2e237e02eecee55a2.zip
Ports: Add auth_type verification to all package.sh files
Diffstat (limited to 'Ports/emu2')
-rwxr-xr-xPorts/emu2/package.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Ports/emu2/package.sh b/Ports/emu2/package.sh
index e7618ff3eb..da04e3666e 100755
--- a/Ports/emu2/package.sh
+++ b/Ports/emu2/package.sh
@@ -2,6 +2,7 @@
port=emu2
version=ff276eb0a755a3e784f73da00b5db6c1b25c1f83
files="https://github.com/dmsc/emu2/archive/${version}.zip emu2-${version}.zip 2640a713d6c7ed98d020e0b7dccbc404"
+auth_type=md5
build() {
export CC="${SERENITY_ROOT}/Toolchain/Local/${SERENITY_ARCH}/bin/${SERENITY_ARCH}-pc-serenity-gcc"