From be3b7a58a6c4eed1ce12599a6d3d9ed59b15e916 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=84=B6=E5=90=8E=E4=B8=83=E5=B9=B4?= <34766756+xylz0928@users.noreply.github.com> Date: Thu, 9 Sep 2021 21:39:21 +0800 Subject: [PATCH] Switch to json mode --- Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 81d12b8..bc6f5bd 100644 --- a/Makefile +++ b/Makefile @@ -1,17 +1,20 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-pushbot -PKG_VERSION:=3.12 -PKG_RELEASE:=10 +PKG_VERSION:=3.5 +PKG_RELEASE:=1 PKG_MAINTAINER:=tty228 zzsj0928 LUCI_TITLE:=LuCI support for Pushbot LUCI_PKGARCH:=all -LUCI_DEPENDS:=+iputils-arping +curl +LUCI_DEPENDS:=+iputils-arping +curl +jq define Package/$(PKG_NAME)/conffiles /etc/config/pushbot +/usr/bin/pushbot/api/diy.json +/usr/bin/pushbot/api/ipv4.list +/usr/bin/pushbot/api/ipv6.list endef include $(TOPDIR)/feeds/luci/luci.mk -- GitLab