update to libhiredis-1.3.0

This commit is contained in:
sthen
2025-05-21 12:43:45 +00:00
parent c6fd57fb2b
commit d84bf7b76d
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,10 +2,10 @@ COMMENT= minimalistic C client for Redis
GH_ACCOUNT= redis GH_ACCOUNT= redis
GH_PROJECT= hiredis GH_PROJECT= hiredis
GH_TAGNAME= v1.2.0 GH_TAGNAME= v1.3.0
PKGNAME= lib${DISTNAME} PKGNAME= lib${DISTNAME}
SHARED_LIBS= hiredis 1.2 SHARED_LIBS= hiredis 1.3
CATEGORIES= databases devel CATEGORIES= databases devel
+2 -2
View File
@@ -1,2 +1,2 @@
SHA256 (hiredis-1.2.0.tar.gz) = gq1jLTHuBdoTtTfBJPgZ64jhiFHZywwwrgVSCEgRWIw= SHA256 (hiredis-1.3.0.tar.gz) = Jc7kUA81nPXK07Ue1iBZqt/Ak5sFFQwfGcfigpEjYxw=
SIZE (hiredis-1.2.0.tar.gz) = 126216 SIZE (hiredis-1.3.0.tar.gz) = 124013
+1 -1
View File
@@ -16,7 +16,7 @@ Index: Makefile
# Installation related variables and target # Installation related variables and target
PREFIX?=/usr/local PREFIX?=/usr/local
@@ -287,7 +287,7 @@ $(PKGCONFNAME): hiredis.h @@ -294,7 +294,7 @@ $(PKGCONFNAME): hiredis.h
@echo >> $@ @echo >> $@
@echo Name: hiredis >> $@ @echo Name: hiredis >> $@
@echo Description: Minimalistic C client library for Redis. >> $@ @echo Description: Minimalistic C client library for Redis. >> $@