curl-32: zstd-32 update

This commit is contained in:
Danny Rawlins 2020-09-13 10:38:44 +10:00
parent d2ca18109e
commit 776c5c6929
2 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXdcf7BM/bJuGlJeGoN3WPobJhshewmBgE57a2hGPjSK66ox0qkdf5ngbhFIeXPAWh/VvtxtRLkrxlxj6JDnbawk=
SHA256 (Pkgfile) = 2e6756b07c2f7ced67c3cc8d2af52cb30ad6912b4a210f9740e9aa9b442d2066
RWSwxGo/zH7eXYZbWzZbSM3cVT67w0GPR6sngj9kBfezATFakQzV5GudzmIJ5viMwDAf2G9MHWSrRH8DOUS4TkzzEwTV2xCE9wM=
SHA256 (Pkgfile) = 497027c93d6667e4ddd6cae6e799890b768c360ec7aa784a02a03e2f1be5cac5
SHA256 (.footprint) = 87fdb14e11ab0d0a0085ecc9a763e2288d78e3bdaaffa42dd05f02edb1d082d5
SHA256 (curl-7.72.0.tar.xz) = 0ded0808c4d85f2ee0db86980ae610cc9d165e9ca9da466196cc73c346513713

View File

@ -2,11 +2,11 @@
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# URL: https://curl.haxx.se/
# Depends on: curl openssl-32 zlib-32
# Optional: brotli-32
# Optional: brotli-32 zstd-32
name=curl-32
version=7.72.0
release=1
release=2
source=(https://curl.haxx.se/download/${name%-*}-$version.tar.xz)
build() {
@ -15,6 +15,11 @@ build() {
prt-get isinst brotli && ! prt-get isinst brotli-32 && printf "\e[031mbrotli is detected on your system, please run:
prt-get depinst brotli-32
before continuing with curl-32.\033[0m\n" &&
exit 1
prt-get isinst zstd && ! prt-get isinst zstd-32 && printf "\e[031mzstd is detected on your system, please run:
prt-get depinst zstd-32
before continuing with curl-32.\033[0m\n" &&
exit 1
./configure --prefix=/usr \