Skip to content

Commit

Permalink
curl 7.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
moparisthebest committed Mar 31, 2021
1 parent 549d4bd commit daa38ad
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@

These are a couple simple scripts to build a fully static curl binary using alpine linux docker containers. Currently it is a featureful build with OpenSSL, libssh2, nghttp2, and zlib, supporting most protocols. Tweak configure options in [build.sh](build.sh#L50) if you need something else (and/or suggest or PR).

Grab the latest release (curl 7.75.0) from one of these links, by CPU architecture:
- [curl-amd64](https://github.com/moparisthebest/static-curl/releases/download/v7.75.0/curl-amd64)
- [curl-i386](https://github.com/moparisthebest/static-curl/releases/download/v7.75.0/curl-i386)
- [curl-aarch64](https://github.com/moparisthebest/static-curl/releases/download/v7.75.0/curl-aarch64)
- [curl-armv7](https://github.com/moparisthebest/static-curl/releases/download/v7.75.0/curl-armv7)
- [curl-ppc64le](https://github.com/moparisthebest/static-curl/releases/download/v7.75.0/curl-ppc64le)
Grab the latest release (curl 7.76.0) from one of these links, by CPU architecture:
- [curl-amd64](https://github.com/moparisthebest/static-curl/releases/download/v7.76.0/curl-amd64)
- [curl-i386](https://github.com/moparisthebest/static-curl/releases/download/v7.76.0/curl-i386)
- [curl-aarch64](https://github.com/moparisthebest/static-curl/releases/download/v7.76.0/curl-aarch64)
- [curl-armv7](https://github.com/moparisthebest/static-curl/releases/download/v7.76.0/curl-armv7)
- [curl-ppc64le](https://github.com/moparisthebest/static-curl/releases/download/v7.76.0/curl-ppc64le)

Static binaries for windows are provided directly by [curl](https://curl.haxx.se/windows/) itself.

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.75.0'
CURL_VERSION='7.76.0'

[ "$1" != "" ] && CURL_VERSION="$1"

Expand Down

0 comments on commit daa38ad

Please sign in to comment.