diff options
author | Martijn Atema <martijn@atema.one> | 2021-11-14 21:17:27 +0100 |
---|---|---|
committer | Martijn Atema <martijn@atema.one> | 2021-11-15 12:44:41 +0100 |
commit | de2a9d4b132c7382cb82491252e9eb1d6718a02a (patch) | |
tree | f1b62bcde65f26018af13289b59406f83e6d4a80 /net/ddns-scripts/Makefile | |
parent | 89f015ee63b0b846688124d2dbbeba0f3dc9501a (diff) |
ddns-scripts: Fix typo in route53 update script
Signed-off-by: Martijn Atema <martijn@atema.one>
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 30b509e26..45faa42a9 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:=15 +PKG_RELEASE:=16 PKG_LICENSE:=GPL-2.0 |