mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 20:17:44 +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
|
@ -4,7 +4,8 @@ version=69_1
|
|||
useconfigure=true
|
||||
workdir=icu/source
|
||||
configopts=--with-cross-build=$(pwd)/${workdir}/../host-build
|
||||
files="https://github.com/unicode-org/icu/releases/download/release-${version//_/-}/icu4c-${version}-src.tgz icu4c-${version}-src.tgz"
|
||||
files="https://github.com/unicode-org/icu/releases/download/release-${version//_/-}/icu4c-${version}-src.tgz icu4c-${version}-src.tgz 9403db682507369d0f60a25ea67014c4"
|
||||
auth_type=md5
|
||||
|
||||
configure() {
|
||||
host_env
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue