mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 08:28:11 +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
|
@ -1,7 +1,8 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=tinycc
|
||||
version=dev
|
||||
files="https://github.com/TinyCC/tinycc/archive/dev.tar.gz tinycc-dev.tar.gz"
|
||||
files="https://github.com/TinyCC/tinycc/archive/dev.tar.gz tinycc-dev.tar.gz 400f909c1dc2d392efff8279fec1cfdb"
|
||||
auth_type=md5
|
||||
useconfigure=true
|
||||
makeopts=tcc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue