diff options
author | George Giannou <giannoug@gmail.com> | 2021-11-28 21:10:19 +0200 |
---|---|---|
committer | George Giannou <giannoug@gmail.com> | 2021-11-29 13:00:36 +0200 |
commit | 49defda70c5a9303f6e9f5f197893ceca6a69111 (patch) | |
tree | 09adebda9b15cbdb9f127c75326afa5b3e01d28e /net/ddns-scripts/Makefile | |
parent | 06db04ba6375dd42f2858a96cb823ad5834c56bb (diff) |
ddns-scripts: Fix DigitalOcean JSON payload
Signed-off-by: George Giannou <giannoug@gmail.com>
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 45faa42a9..3463666d9 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:=16 +PKG_RELEASE:=17 PKG_LICENSE:=GPL-2.0 |