Update to Predis-0.7.2
This commit is contained in:
parent
3902616fc7
commit
d1677e6b20
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2012/01/25 13:18:54 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2012/04/03 08:44:07 dcoppa Exp $
|
||||
|
||||
COMMENT = PHP client library for the Redis key-value database
|
||||
|
||||
DISTNAME = Predis-0.7.1
|
||||
DISTNAME = Predis-0.7.2
|
||||
PKGNAME = ${DISTNAME:S/^P/php-p/}
|
||||
CATEGORIES = www databases
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (Predis-0.7.1.tgz) = +xqIemXUXGzp5+Fixh25CA==
|
||||
RMD160 (Predis-0.7.1.tgz) = GUBa+9n7raqCwtBB/U9nIcGOrOE=
|
||||
SHA1 (Predis-0.7.1.tgz) = EGyeDbIf6pGLISnFNn6qrHzAUNk=
|
||||
SHA256 (Predis-0.7.1.tgz) = tW4WUrGcbhZrk5m8JQvGO3LOD11yXzV7s0Ejr+lGe2o=
|
||||
SIZE (Predis-0.7.1.tgz) = 144414
|
||||
MD5 (Predis-0.7.2.tgz) = khVkajp6AugiV6VpWHFNdw==
|
||||
RMD160 (Predis-0.7.2.tgz) = vmnBYgu1ZK8TmwkmO3XI20tRt+U=
|
||||
SHA1 (Predis-0.7.2.tgz) = Uj32HdEJXONtd1o2JnX/uVoAPbI=
|
||||
SHA256 (Predis-0.7.2.tgz) = H0TLVqNzU2b+r16Nzb+qK2S7VZe48xc5eNvE9b+waq8=
|
||||
SIZE (Predis-0.7.2.tgz) = 148409
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.2 2012/01/25 13:18:54 dcoppa Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.3 2012/04/03 08:44:07 dcoppa Exp $
|
||||
@group daemon
|
||||
pear/
|
||||
pear/lib/
|
||||
@ -95,6 +95,7 @@ pear/lib/Predis/Commands/ServerScript.php
|
||||
pear/lib/Predis/Commands/ServerShutdown.php
|
||||
pear/lib/Predis/Commands/ServerSlaveOf.php
|
||||
pear/lib/Predis/Commands/ServerSlowlog.php
|
||||
pear/lib/Predis/Commands/ServerTime.php
|
||||
pear/lib/Predis/Commands/SetAdd.php
|
||||
pear/lib/Predis/Commands/SetCardinality.php
|
||||
pear/lib/Predis/Commands/SetDifference.php
|
||||
@ -211,6 +212,7 @@ pear/lib/Predis/Profiles/ServerVersion12.php
|
||||
pear/lib/Predis/Profiles/ServerVersion20.php
|
||||
pear/lib/Predis/Profiles/ServerVersion22.php
|
||||
pear/lib/Predis/Profiles/ServerVersion24.php
|
||||
pear/lib/Predis/Profiles/ServerVersion26.php
|
||||
pear/lib/Predis/Profiles/ServerVersionNext.php
|
||||
pear/lib/Predis/Protocol/
|
||||
pear/lib/Predis/Protocol/ICommandSerializer.php
|
||||
|
Loading…
Reference in New Issue
Block a user