diff options
author | Cristian Le <git@lecris.me> | 2021-08-31 21:57:30 +0900 |
---|---|---|
committer | Cristian Le <git@lecris.me> | 2021-08-31 23:51:35 +0900 |
commit | e3183a3312ddfe2d51cd592ab5a49ececd612205 (patch) | |
tree | a6605804ddacbb22fe42828c2fe7fb9b453ec511 /net/ddns-scripts/Makefile | |
parent | dfbd09c6f643fb89828a3d08f2dee4dad6937bde (diff) |
ddns-script-gandi: Better error management
- Changed DNS endpoint to LiveDNS
- Now using `jshn.sh`
- Better handle errors and ouput
Signed-off-by: Cristian Le <git@lecris.me>
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 0c3190ff7..48d28d43f 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:=12 +PKG_RELEASE:=13 PKG_LICENSE:=GPL-2.0 |