diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-09-18 18:30:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-18 18:30:22 +0200 |
commit | 6cfbb8ad4e9ba4ca65c75c2907b996e379a49f32 (patch) | |
tree | ce6fd8192f5f868d44b6616305f63024cac69f0b /applications/luci-app-ddns/Makefile | |
parent | 1b6e3bc5aecc01fb023d3ace9ce174bfb7a9f289 (diff) | |
parent | e2d0f6104d34e2e9a3d4cc97d92d3eff19e741f8 (diff) |
Merge pull request #1865 from Ansuel/ddns_fixget
luci-app-ddns: various fix
Diffstat (limited to 'applications/luci-app-ddns/Makefile')
-rw-r--r-- | applications/luci-app-ddns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 195e08131b..331851d263 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -16,7 +16,7 @@ PKG_VERSION:=2.4.9 # Release == build # increase on changes of translation files -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=Apache-2.0 PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> |