update 2024-03-11 02:00:46

This commit is contained in:
github-actions[bot] 2024-03-11 02:00:46 +08:00
parent 0b6fd80f82
commit 8e9a77f790
3 changed files with 4 additions and 3 deletions

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-go
PKG_VERSION:=6.2.0
PKG_VERSION:=6.2.1
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/jeessy2/ddns-go/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=a595bbe50e8a6782163dd9882accdea24ad7a9488eb06a628b6ee34bd9637beb
PKG_HASH:=07e214813d1b06023944c7908bc4bb4243e61bdfa9c975e54b4515ec6b1aaa04
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.224
PKG_VERSION:=3.1.225
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -63,6 +63,7 @@ kernel_branch:value("5.4", translate("5.4"))
kernel_branch:value("5.10", translate("5.10"))
kernel_branch:value("5.15", translate("5.15"))
kernel_branch:value("6.1", translate("6.1"))
kernel_branch:value("6.6", translate("6.6"))
local default_kernel_branch = luci.sys.exec("uname -r | grep -oE '^[1-9].[0-9]{1,3}'")
kernel_branch.default = trim(default_kernel_branch)
kernel_branch.rmempty = false