Skip to content

Commit ffd6ab0

Browse files
committed
bump cwebp version
1 parent 28a82bc commit ffd6ab0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/libwebp-dl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readonly NC='\033[0m'
88
readonly RED='\033[0;31m'
99
readonly GREEN='\033[0;32m'
1010

11-
readonly version=1.5.0
11+
readonly version=1.6.0
1212
readonly webp_windows="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${version}-windows-x64.zip"
1313
readonly webp_linux="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${version}-linux-x86-64.tar.gz"
1414
readonly webp_mac="https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-${version}-mac-x86-64.tar.gz"

0 commit comments

Comments
 (0)