Upgrade to version 0.13.2.
This commit is contained in:
parent
92c557dacf
commit
827809bb9d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395308
3 changed files with 6 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= hiredis
|
||||
PORTVERSION= 0.13.1
|
||||
PORTVERSION= 0.13.2
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= databases
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (redis-hiredis-v0.13.1_GH0.tar.gz) = 8865105e15331156a74b64aafbfd3f8c784a8375e003a55512dcca3d82168487
|
||||
SIZE (redis-hiredis-v0.13.1_GH0.tar.gz) = 54912
|
||||
SHA256 (redis-hiredis-v0.13.2_GH0.tar.gz) = b0cf73ebe039fe25ecaaa881acdda8bdc393ed997e049b04fc20865835953694
|
||||
SIZE (redis-hiredis-v0.13.2_GH0.tar.gz) = 58206
|
||||
|
|
|
@ -1,14 +1,16 @@
|
|||
include/hiredis/adapters/ae.h
|
||||
include/hiredis/adapters/glib.h
|
||||
include/hiredis/adapters/ivykis.h
|
||||
include/hiredis/adapters/libev.h
|
||||
include/hiredis/adapters/libevent.h
|
||||
include/hiredis/adapters/libuv.h
|
||||
include/hiredis/adapters/macosx.h
|
||||
include/hiredis/adapters/qt.h
|
||||
include/hiredis/async.h
|
||||
include/hiredis/hiredis.h
|
||||
include/hiredis/read.h
|
||||
include/hiredis/sds.h
|
||||
lib/libhiredis.a
|
||||
lib/libhiredis.so
|
||||
lib/libhiredis.so.0
|
||||
lib/libhiredis.so.0.13
|
||||
libdata/pkgconfig/hiredis.pc
|
||||
|
|
Loading…
Reference in a new issue