mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
community/redis to 4.0.10-1
This commit is contained in:
parent
6b04adddad
commit
afa9545475
1 changed files with 4 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
|||
# $Id$
|
||||
# Maintainer: Andrew Crerar <andrew@crerar.io>
|
||||
# Maintainer: Andrew Crerar <crerar@archlinux.org>
|
||||
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
|
||||
# Contributor: Bartłomiej Piotrowski <bpiotrowski@archlinux.org>
|
||||
# Contributor: Jan-Erik Rediger <badboy at archlinux dot us>
|
||||
|
@ -9,11 +9,11 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=redis
|
||||
pkgver=4.0.9
|
||||
pkgver=4.0.10
|
||||
pkgrel=1
|
||||
pkgdesc='Advanced key-value store'
|
||||
arch=('x86_64')
|
||||
url='http://redis.io/'
|
||||
url='https://redis.io/'
|
||||
license=('BSD')
|
||||
depends=('jemalloc' 'grep' 'shadow')
|
||||
backup=('etc/redis.conf'
|
||||
|
@ -25,7 +25,7 @@ source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
|
|||
redis.logrotate
|
||||
redis.conf-sane-defaults.patch
|
||||
redis-2.8.11-use-system-jemalloc.patch)
|
||||
sha512sums=('a6cf63cb361f0a87da3955ba628190dc04cad342f7a664d18e44416ee67dd86ed6e3a46b9701e994f1417e56b819b3c6fc595f363c10bb4b83d5033919d29598'
|
||||
sha512sums=('0978dabaf637e61889d492fd3629acd58ca8fb0c0088cdd7036ffd1a7ed3f018c107039d4c96bd61d0b7d35757df2366d051f57d77ffb5642aca0e5651b30603'
|
||||
'86018ddd6625f918295e10f9478da361f73a6dbd6c6b8e4b974201669bcccbd4dba443bb0844be68f6ab8d5a1762b32af04c5e12df53b1f0ea812b790d9f4e37'
|
||||
'2227dfb41bf5112f91716f011862ba5fade220aea3b6a8134a5a05ee3af6d1cca05b08d793a486be97df98780bf43ac5dc4e5e9989ae0c5cd4e1eedb6cee5d71'
|
||||
'68f7bc12e3b95cb199b71255c6aa5bfaa431fbabbc7d2308e54347c0d35e6d8091c4a79a5a6b56494ab3a294f9389e3ec63902931920862f60b1ffe77222eeeb'
|
||||
|
|
Loading…
Reference in a new issue