mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:27:45 +00:00
Ports: genemu: Pin version to latest release rather than use master branch
This commit is contained in:
parent
2ac9790883
commit
8e0beda13a
1 changed files with 2 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue