mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 07:57:46 +00:00
Ports: Add auth_type verification to all package.sh files
This commit is contained in:
parent
6c618eb072
commit
a206ab2211
68 changed files with 135 additions and 65 deletions
|
@ -4,7 +4,8 @@ port="genemu"
|
|||
version=git
|
||||
workdir="${port}-master"
|
||||
useconfigure=true
|
||||
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz"
|
||||
files="https://github.com/rasky/genemu/archive/master.tar.gz ${version}.tar.gz a7b9f896c1fd99da03767068493ec89f"
|
||||
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