diff options
author | Wenli Looi <wlooi@ucalgary.ca> | 2021-05-19 11:42:25 -0700 |
---|---|---|
committer | looi <looi@users.noreply.github.com> | 2021-05-19 11:43:07 -0700 |
commit | 9e2aad3fde6b1a9c4c0080c2c7434ab41f0b36ce (patch) | |
tree | ac8b363bf669ef4743c97a34969c261308e70bd1 /net/ddns-scripts/Makefile | |
parent | 5c9ab1ff67fddee8ec34ed55c1b0123d3c6d371f (diff) |
ddns-scripts: Fix for domains with dash
Signed-off-by: Wenli Looi <wlooi@ucalgary.ca>
Diffstat (limited to 'net/ddns-scripts/Makefile')
-rw-r--r-- | net/ddns-scripts/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ddns-scripts/Makefile b/net/ddns-scripts/Makefile index 3b54e604f..047eab9c8 100644 --- a/net/ddns-scripts/Makefile +++ b/net/ddns-scripts/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ddns-scripts PKG_VERSION:=2.8.2 -PKG_RELEASE:=8 +PKG_RELEASE:=9 PKG_LICENSE:=GPL-2.0 |