parent
fee1e3a002
commit
ce79707315
@ -0,0 +1,9 @@ |
||||
#!/usr/bin/env bash |
||||
|
||||
source ${SCRIPTS_DIR}/common-functions.sh |
||||
|
||||
WEBP_VERSION=1.2.1 |
||||
|
||||
downloadTarArchive \ |
||||
"libwebp" \ |
||||
"https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${WEBP_VERSION}.tar.gz" |
Loading…
Reference in new issue