[arch-commits] Commit in redis/trunk (PKGBUILD)

Andrew Crerar andrewsc at archlinux.org
Sat Feb 3 18:56:32 UTC 2018


    Date: Saturday, February 3, 2018 @ 18:56:31
  Author: andrewsc
Revision: 288849

upgpkg: redis 4.0.8-2

redis: changing source url to use http

Modified:
  redis/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-03 18:49:03 UTC (rev 288848)
+++ PKGBUILD	2018-02-03 18:56:31 UTC (rev 288849)
@@ -7,7 +7,7 @@
 
 pkgname=redis
 pkgver=4.0.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Advanced key-value store'
 arch=('x86_64')
 url='http://redis.io/'
@@ -15,7 +15,7 @@
 depends=('jemalloc' 'grep' 'shadow')
 backup=('etc/redis.conf'
         'etc/logrotate.d/redis')
-source=(https://download.redis.io/releases/redis-$pkgver.tar.gz
+source=(http://download.redis.io/releases/redis-$pkgver.tar.gz
         redis.service
         redis.sysusers
         redis.tmpfiles



More information about the arch-commits mailing list