libraries/hiredis: Updated for version 1.0.0.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Kent Fritz 2020-09-19 00:36:35 +07:00 committed by Willy Sudiarto Raharjo
parent bc35d65a9a
commit 3b97d8ee65
2 changed files with 5 additions and 5 deletions

View file

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=hiredis
VERSION=${VERSION:-0.13.3}
BUILD=${BUILD:-2}
VERSION=${VERSION:-1.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then

View file

@ -1,8 +1,8 @@
PRGNAM="hiredis"
VERSION="0.13.3"
VERSION="1.0.0"
HOMEPAGE="https://github.com/redis/hiredis"
DOWNLOAD="https://github.com/redis/hiredis/archive/v0.13.3/hiredis-0.13.3.tar.gz"
MD5SUM="43dca1445ec6d3b702821dba36000279"
DOWNLOAD="https://github.com/redis/hiredis/archive/v1.0.0/hiredis-1.0.0.tar.gz"
MD5SUM="3e1c541f9df28becb82a611e63e3e939"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""