From 22d58369746856339819494ec9c6ba78a80110cc Mon Sep 17 00:00:00 2001 From: xiaorouji <60100640+xiaorouji@users.noreply.github.com> Date: Wed, 15 Feb 2023 15:03:54 +0800 Subject: [PATCH] luci: 4.59 --- luci-app-passwall/Makefile | 6 +++--- luci-app-passwall/luasrc/controller/passwall.lua | 2 +- luci-app-passwall/root/usr/share/passwall/app.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/luci-app-passwall/Makefile b/luci-app-passwall/Makefile index 9f01f8d84..cbbd7639d 100644 --- a/luci-app-passwall/Makefile +++ b/luci-app-passwall/Makefile @@ -1,13 +1,13 @@ # Copyright (C) 2018-2020 L-WRT Team -# Copyright (C) 2021-2022 xiaorouji +# Copyright (C) 2021-2023 xiaorouji # # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-passwall -PKG_VERSION:=4.58 -PKG_RELEASE:=2 +PKG_VERSION:=4.59 +PKG_RELEASE:=1 PKG_CONFIG_DEPENDS:= \ CONFIG_PACKAGE_$(PKG_NAME)_Iptables_Transparent_Proxy \ diff --git a/luci-app-passwall/luasrc/controller/passwall.lua b/luci-app-passwall/luasrc/controller/passwall.lua index 01e2558ac..8061ceff1 100644 --- a/luci-app-passwall/luasrc/controller/passwall.lua +++ b/luci-app-passwall/luasrc/controller/passwall.lua @@ -1,5 +1,5 @@ -- Copyright (C) 2018-2020 L-WRT Team --- Copyright (C) 2021-2022 xiaorouji +-- Copyright (C) 2021-2023 xiaorouji module("luci.controller.passwall", package.seeall) local api = require "luci.passwall.api" diff --git a/luci-app-passwall/root/usr/share/passwall/app.sh b/luci-app-passwall/root/usr/share/passwall/app.sh index c32e37bc1..44863e3b1 100755 --- a/luci-app-passwall/root/usr/share/passwall/app.sh +++ b/luci-app-passwall/root/usr/share/passwall/app.sh @@ -1,6 +1,6 @@ #!/bin/sh # Copyright (C) 2018-2020 L-WRT Team -# Copyright (C) 2021-2022 xiaorouji +# Copyright (C) 2021-2023 xiaorouji . $IPKG_INSTROOT/lib/functions.sh . $IPKG_INSTROOT/lib/functions/service.sh