mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update to libhiredis-1.3.0
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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. >> $@
|
||||||
|
|||||||
Reference in New Issue
Block a user