update 2024-08-30 04:19:21

This commit is contained in:
kenzok8 2024-08-30 04:19:21 +08:00
parent 89d9efc728
commit 3a77d1e06e
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@ missing_lines() {
IFS=":"
while read line; do
set -- $line
grep -q "^$1:" "$file2" || echo "$*"
grep -q "^$1:" "$file2" || echo "$line"
done < "$file1"
IFS="$oIFS"
}

View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-go
PKG_VERSION:=6.6.9
PKG_VERSION:=6.7.0
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:=0b6718182960bcda0e9af034c9f868516c0ac9ca240d3902ef037be412af65da
PKG_HASH:=02e850e10fef76fef41102f11fa5c606d77cab876056618d36663e1869496353
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE