Skip to content

Commit

Permalink
0.46.057
Browse files Browse the repository at this point in the history
  • Loading branch information
vernesong committed Dec 3, 2024
1 parent 35d6593 commit 8194e7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion luci-app-openclash/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luci-app-openclash
PKG_VERSION:=0.46.056
PKG_VERSION:=0.46.057
PKG_MAINTAINER:=vernesong <https://github.com/vernesong/OpenClash>

PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
Expand Down
2 changes: 1 addition & 1 deletion luci-app-openclash/luasrc/controller/openclash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ local function startlog()
return line_trans
end

local funciton pkg_type()
local function pkg_type()
if fs.access("/usr/bin/apk") then
return "apk"
else
Expand Down

0 comments on commit 8194e7c

Please sign in to comment.