diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,14 +1,18 @@ name : redis -version : 4.0.2 -release : 8 +version : 4.0.6 +release : 9 source : - - http://download.redis.io/releases/redis-4.0.2.tar.gz : b1a0915dbc91b979d06df1977fe594c3fa9b189f1f3d38743a2948c9f7634813 + - http://download.redis.io/releases/redis-4.0.6.tar.gz : 769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa license : BSD-3-Clause component : database summary : Redis is an open source (BSD licensed), in-memory data structure store. description: | Redis is an open source (BSD licensed), in-memory data structure store, used as database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis has built-in replication, Lua scripting, LRU eviction, transactions and different levels of on-disk persistence, and provides high availability via Redis Sentinel and automatic partitioning with Redis Cluster. +builddeps : + - pkgconfig(tcl) build : | %make install : | %make_install PREFIX=$installdir/usr +check : | + %make test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ redis - Marios Antonoudiou - mariosant@sent.com + Matt Critchlow + matt.critchlow@gmail.com BSD-3-Clause database @@ -23,12 +23,12 @@ - - 2017-10-02 - 4.0.2 + + 2017-12-27 + 4.0.6 Packaging update - Marios Antonoudiou - mariosant@sent.com + Matt Critchlow + matt.critchlow@gmail.com \ No newline at end of file