diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 02:11:37 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-02-07 13:19:50 +0100 |
commit | af8de94f29d7ff4138c56104d2fffb7e50063eb7 (patch) | |
tree | b2c4a8a0fd4d085278b8563e096cd2432fc7bb4e /main/lua-augeas | |
parent | 3aa433270c684a805dc360e16e20515057c5bbcb (diff) | |
download | aports-af8de94f29d7ff4138c56104d2fffb7e50063eb7.tar.bz2 aports-af8de94f29d7ff4138c56104d2fffb7e50063eb7.tar.xz |
main/lua-augeas: rebuild against augeas 1.10.1
Diffstat (limited to 'main/lua-augeas')
-rw-r--r-- | main/lua-augeas/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/lua-augeas/APKBUILD b/main/lua-augeas/APKBUILD index 3009e195e8..7d1c4b0628 100644 --- a/main/lua-augeas/APKBUILD +++ b/main/lua-augeas/APKBUILD @@ -4,7 +4,7 @@ _luaversions="5.1 5.2 5.3" pkgname=lua-augeas pkgver=0.1.2 -pkgrel=3 +pkgrel=4 pkgdesc="Lua bindings for Augeas" url="https://git.alpinelinux.org/cgit/lua-augeas/" arch="all" |