diff options
author | Gerald Hansen <gerald.hansen@posteo.de> | 2021-01-26 09:23:43 +0100 |
---|---|---|
committer | Gerald Hansen <gerald.hansen@posteo.de> | 2021-01-26 11:24:08 +0100 |
commit | 219b0af28f7e0b03d0d10bee742710d3262b1f85 (patch) | |
tree | 6032fc6cd328c70147cf3306f9e9e9cac9deb5da /net/ddns-scripts/Makefile | |
parent | 937560417cf02191561cceedea1fdb451aefd92d (diff) |
ddns-scripts: Increase PKG_RELEASE
Signed-off-by: Gerald Hansen <gerald.hansen@posteo.de>
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 04a7e8c8f..a7df671be 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:=5 +PKG_RELEASE:=6 PKG_LICENSE:=GPL-2.0 |