mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/re2: Updated for version 2020_05_01
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
42fc132f02
commit
8b471c41ea
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for re2
|
||||
|
||||
# Copyright 2018-2019 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Copyright 2018-2020 Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# 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=re2
|
||||
VERSION=${VERSION:-2019_09_01}
|
||||
VERSION=${VERSION:-2020_05_01}
|
||||
PKGVER=$(echo $VERSION | tr _ -)
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="re2"
|
||||
VERSION="2019_09_01"
|
||||
VERSION="2020_05_01"
|
||||
HOMEPAGE="https://github.com/google/re2"
|
||||
DOWNLOAD="https://github.com/google/re2/archive/2019-09-01/re2-2019-09-01.tar.gz"
|
||||
MD5SUM="7f866527b1def4b0287d9eb3e871b1dc"
|
||||
DOWNLOAD="https://github.com/google/re2/archive/2020-05-01/re2-2020-05-01.tar.gz"
|
||||
MD5SUM="b4fe3a6ddedb805a5ad4f3b301e12ba9"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue