From 382793c189a552e57e233368d7045b2a443b1042 Mon Sep 17 00:00:00 2001 From: moparisthebest Date: Sat, 5 Mar 2022 11:28:09 -0500 Subject: [PATCH] curl 7.82.0 --- README.md | 1 + build.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ba9177..5a55d7e 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Grab the [latest release](https://github.com/moparisthebest/static-curl/releases - [curl-i386](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-i386) - [curl-aarch64](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-aarch64) - [curl-armv7](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-armv7) + - [curl-armhf](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-armhf) - [curl-ppc64le](https://github.com/moparisthebest/static-curl/releases/latest/download/curl-ppc64le) Static binaries for windows are provided directly by [curl](https://curl.haxx.se/windows/) itself. diff --git a/build.sh b/build.sh index 2dba06f..a4aa3d3 100755 --- a/build.sh +++ b/build.sh @@ -5,7 +5,7 @@ # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=aarch64 multiarch/alpine:aarch64-latest-stable /tmp/build.sh # docker run --rm -v $(pwd):/tmp -w /tmp -e ARCH=ARCH_HERE ALPINE_IMAGE_HERE /tmp/build.sh -CURL_VERSION='7.81.0' +CURL_VERSION='7.82.0' [ "$1" != "" ] && CURL_VERSION="$1"