Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Samuel Holland
packages
Commits
552306a5
Verified
Commit
552306a5
authored
Oct 05, 2019
by
A. Wilcox
Browse files
user/redis: bump to 5.0.6
parent
9340c078
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
user/redis/APKBUILD
user/redis/APKBUILD
+2
-6
No files found.
user/redis/APKBUILD
View file @
552306a5
# Contributor: V.Krishn <vkrishn4@gmail.com>
# Maintainer: Alyx Wolcott <alyx@leuhta.com>
pkgname
=
redis
pkgver
=
5.0.
5
pkgver
=
5.0.
6
pkgrel
=
0
pkgdesc
=
"Advanced key-value store"
url
=
"https://redis.io/"
...
...
@@ -30,7 +30,6 @@ source="http://download.redis.io/releases/$pkgname-$pkgver.tar.gz
prepare
()
{
default_prepare
cd
"
$builddir
"
sed
-i
-e
's|^daemonize .*|daemonize yes|'
\
-e
's|^dir .*|dir /var/lib/redis/|'
\
-e
's|^logfile .*|logfile /var/log/redis/redis\.log|'
\
...
...
@@ -48,7 +47,6 @@ prepare() {
}
build
()
{
cd
"
$builddir
"
make
PREFIX
=
/usr
\
INSTALL_BIN
=
"
$pkgdir
"
/usr/bin
\
MALLOC
=
libc
\
...
...
@@ -57,12 +55,10 @@ build() {
}
check
()
{
cd
"
$builddir
"
make
test
}
package
()
{
cd
"
$builddir
"
mkdir
-p
"
$pkgdir
"
/usr/bin
install
-d
-o
redis
-g
redis
\
"
$pkgdir
"
/var/lib/redis
\
...
...
@@ -83,7 +79,7 @@ package() {
install
}
sha512sums
=
"
78215ec02b7184e05788c7a368146ea53095a877a0e09174b4c9f175aeb9ba9174023c19e33bf62e4513b848e1841538d398e7c0a651c5c947255c1691cb4586
redis-5.0.
5
.tar.gz
sha512sums
=
"
19a4738ec4c3ac077d57857559557685c56b0ac58ccfff5aac88a099894fa9a2bbe18ef126522960e38d6c0e8b0f9a00755879305c07caaa5add41bc677d44f3
redis-5.0.
6
.tar.gz
f768acea3e1868dbf0596085640c83e58d899860d7d647b0965fa858844c494d0a49b229fb417456d83f3e2690e5450950c31e0fa40529df85a9cde38d8981c4 fix-ppc-atomics.patch
856ae98e9e8670801827c3bd793dc14ed2c62c37365f8d04b452d7e1ab97300a0bf18c59b52ea686c2689d53aeed8e29e2c55207d3d4fb1fd8fc7fc820f33157 posix-runtest.patch
91b663f802aea9a473195940d3bf2ce3ca2af4e5b6e61a2d28ebbfe502ef2c764b574b7e87c49e60345d1a5d6b73d12920924c93b26be110c2ce824023347b6f redis.initd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment