mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 21:27:45 +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
|
@ -5,7 +5,8 @@ version=git
|
|||
depends="ncurses"
|
||||
workdir=cmatrix-master
|
||||
configopts="-DCMAKE_TOOLCHAIN_FILE=$SERENITY_ROOT/Toolchain/CMake/CMakeToolchain.txt"
|
||||
files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip"
|
||||
files="https://github.com/abishekvashok/cmatrix/archive/refs/heads/master.zip cmatrix.zip 2541321b89149b375d5732402e52d654"
|
||||
auth_type=md5
|
||||
|
||||
configure() {
|
||||
run cmake $configopts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue