update 2025-03-16 00:22:48

This commit is contained in:
kenzok8 2025-03-16 00:22:48 +08:00
parent 4a8add9317
commit bc977ee164
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-mosdns
PKG_VERSION:=1.6.10
PKG_VERSION:=1.6.11
PKG_RELEASE:=1
LUCI_TITLE:=LuCI Support for mosdns

View File

@ -411,7 +411,7 @@ return view.extend({
if (configeditor) {
var editorContent = configeditor.getValue();
if (editorContent === formvalue) {
return window.location.reload();
return;
}
return fs.write('/etc/mosdns/config_custom.yaml', editorContent.trim().replace(/\r\n/g, '\n') + '\n')
.then(function (i) {

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tailscale
PKG_VERSION:=1.80.2
PKG_VERSION:=1.80.3
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/tailscale/tailscale/tar.gz/v$(PKG_VERSION)?
PKG_HASH:=b4d5eb15e2d11ad71803dea8ec8ddcaf5a400eabe12a5f469d133cfeae56678b
PKG_HASH:=4ea7d4c1a4e86905f330f5d5f5288488cb29d6c586d5bcabf9d02c5481ba740d
PKG_MAINTAINER:=Zephyr Lykos <self@mochaa.ws>, \
Sandro Jäckel <sandro.jaeckel@gmail.com>