diff options
author | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-02 09:30:46 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@alpinelinux.org> | 2019-01-02 09:31:45 +0000 |
commit | f982ace9e666b862f8b21b7f1a61fbe1ecb06561 (patch) | |
tree | 6a71019803c789b9d80900ffe8b89a0e4dd8a311 /community | |
parent | 9cc5fc8f1caf6ccfbda28c61454f731f4a9ff911 (diff) | |
download | aports-f982ace9e666b862f8b21b7f1a61fbe1ecb06561.tar.bz2 aports-f982ace9e666b862f8b21b7f1a61fbe1ecb06561.tar.xz |
community/lua-hiredis: rebuild against hiredis
Diffstat (limited to 'community')
-rw-r--r-- | community/lua-hiredis/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/lua-hiredis/APKBUILD b/community/lua-hiredis/APKBUILD index dfb9d1eb83..67db9da22d 100644 --- a/community/lua-hiredis/APKBUILD +++ b/community/lua-hiredis/APKBUILD @@ -4,7 +4,7 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-hiredis pkgver=0.2.1 -pkgrel=3 +pkgrel=4 pkgdesc="Binding to hiredis for Lua" url="https://github.com/agladysh/lua-hiredis" arch="all" |