mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 23:27: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
|
@ -2,7 +2,8 @@
|
|||
port=npth
|
||||
version=1.6
|
||||
useconfigure=true
|
||||
files="https://gnupg.org/ftp/gcrypt/npth/npth-${version}.tar.bz2 npth-${version}.tar.bz2"
|
||||
files="https://gnupg.org/ftp/gcrypt/npth/npth-${version}.tar.bz2 npth-${version}.tar.bz2 375d1a15ad969f32d25f1a7630929854"
|
||||
auth_type=md5
|
||||
|
||||
configure() {
|
||||
run ./configure --host="${SERENITY_ARCH}-pc-serenity" --build="$($workdir/build-aux/config.guess)" $configopts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue