redis: code style.

This commit is contained in:
Jerome Duval
2018-08-03 07:27:29 +02:00
parent c975ec7f91
commit a0a57e8e58

View File

@@ -2,10 +2,10 @@ SUMMARY="Advanced key-value store"
DESCRIPTION="Redis is an open source, advanced key-value store. It is often \
referred to as a data structure server since keys can contain strings, hashes,\
lists, sets and sorted sets."
HOMEPAGE="https://redis.io/"
COPYRIGHT="2006-2010 Salvatore Sanfilippo"
LICENSE="BSD (3-clause)"
REVISION="2"
HOMEPAGE="https://redis.io/"
SOURCE_URI="http://download.redis.io/releases/redis-$portVersion.tar.gz"
CHECKSUM_SHA256="6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26"
PATCHES="redis-$portVersion.patchset"
@@ -47,4 +47,3 @@ INSTALL()
{
make install
}