development/brotli: Updated for version 1.0.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
347426c910
commit
7f90497131
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for brotli
|
||||
|
||||
# Copyright 2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2018-2020 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=brotli
|
||||
VERSION=${VERSION:-1.0.7}
|
||||
VERSION=${VERSION:-1.0.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="brotli"
|
||||
VERSION="1.0.7"
|
||||
VERSION="1.0.9"
|
||||
HOMEPAGE="https://github.com/google/brotli/"
|
||||
DOWNLOAD="https://github.com/google/brotli/archive/v1.0.7/brotli-1.0.7.tar.gz"
|
||||
MD5SUM="7b6edd4f2128f22794d0ca28c53898a5"
|
||||
DOWNLOAD="https://github.com/google/brotli/archive/v1.0.9/brotli-1.0.9.tar.gz"
|
||||
MD5SUM="c2274f0c7af8470ad514637c35bcee7d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue