mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 18:27:35 +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
|
@ -2,7 +2,8 @@
|
|||
port=cmake
|
||||
version=3.19.4
|
||||
useconfigure=false
|
||||
files="https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz cmake-$version.tar.gz"
|
||||
files="https://github.com/Kitware/CMake/releases/download/v$version/cmake-$version.tar.gz cmake-$version.tar.gz 2a71f16c61bac5402004066d193fc14e"
|
||||
auth_type=md5
|
||||
depends="bash gcc make sed"
|
||||
|
||||
port_path=$(realpath $(dirname ${BASH_SOURCE[0]}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue