luci-app-dockerman: bump to v0.5.11

This commit is contained in:
CN_SZTL 2020-04-30 20:26:16 +08:00
parent c3291e0204
commit 8db35ef623
No known key found for this signature in database
GPG Key ID: 6850B6345C862176
2 changed files with 11 additions and 11 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-dockerman
PKG_VERSION:=v0.5.10
PKG_VERSION:=v0.5.11
PKG_RELEASE:=beta
PKG_MAINTAINER:=lisaac <https://github.com/lisaac/luci-app-dockerman>
PKG_LICENSE:=AGPL-3.0

View File

@ -1,11 +1,11 @@
{
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"uci": [ "dockerman" ]
},
"write": {
"uci": [ "dockerman" ]
}
}
}
"luci-app-dockerman": {
"description": "Grant UCI access for luci-app-dockerman",
"read": {
"uci": [ "dockerman" ]
},
"write": {
"uci": [ "dockerman" ]
}
}
}