mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 08:17:34 +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,6 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=bzip2
|
||||
version=1.0.8
|
||||
files="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz bzip2-${version}.tar.gz"
|
||||
files="https://sourceware.org/pub/bzip2/bzip2-${version}.tar.gz bzip2-${version}.tar.gz 67e051268d0c475ea773822f7500d0e5"
|
||||
auth_type=md5
|
||||
makeopts="bzip2 CC=${CC}"
|
||||
installopts="PREFIX=${SERENITY_BUILD_DIR}/Root/usr/local"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue