1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Ports: genemu: Pin version to latest release rather than use master branch

This commit is contained in:
Brendan Coles 2021-04-17 17:16:24 +00:00 committed by Linus Groh
parent 2ac9790883
commit 8e0beda13a

View file

@ -1,10 +1,8 @@
#!/usr/bin/env -S bash ../.port_include.sh
port="genemu"
version=git
workdir="${port}-master"
version=3bf6f7cd893db3451019d6e18a2d9ad1de0e7c8c
useconfigure=true
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz a7b9f896c1fd99da03767068493ec89f"
files="https://github.com/rasky/genemu/archive/${version}.tar.gz genemu-${version}.tar.gz 5704a21341ea56d026601e48e08f4605"
auth_type=md5
configopts="-DCMAKE_TOOLCHAIN_FILE=${SERENITY_ROOT}/Toolchain/CMake/CMakeToolchain.txt"
depends="SDL2"