mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:57:47 +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
|
@ -3,6 +3,7 @@ port=carl
|
|||
version=1.5
|
||||
workdir=cryanc-"${version}"
|
||||
files="https://github.com/classilla/cryanc/archive/refs/tags/${version}.tar.gz cryanc-${version}.tar.gz f2cae13addf4ed7cb7af3d06069cf082"
|
||||
auth_type=md4
|
||||
|
||||
build() {
|
||||
run $CC -O3 carl.c -o carl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue