Skip to content

Commit

Permalink
package/inadyn: bump to v2.12.0
Browse files Browse the repository at this point in the history
New features and DDNS provider support (IPv64.net), but also a lot of
fixes to regressions introduced in v2.11.0, e.g.:

 - dynv6.com not working at all, regression in v2.11.0
 - Regression in DDNS provider names, introduced in v2.11.0:
   - [email protected]
   - [email protected]
   - [email protected]
   - [email protected]

From https://github.com/troglobit/inadyn/releases/tag/v2.12.0

Signed-off-by: Joachim Wiberg <[email protected]>
Signed-off-by: Arnout Vandecappelle <[email protected]>
  • Loading branch information
troglobit authored and arnout committed Oct 15, 2023
1 parent f86b539 commit dc84952
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package/inadyn/inadyn.hash
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Upstream .sha256 from GitHub
sha256 9ddac7b6b0a1ed372c6cb5afaec6bea927ab539db02c8536dd10d73bd1d37c95 inadyn-2.11.0.tar.gz
sha256 38fe00f20b293e64a89efc85f766ff40f0be3bcf9c3ed68b842104540a60806e inadyn-2.12.0.tar.gz

# Locally computed
sha256 ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 COPYING
2 changes: 1 addition & 1 deletion package/inadyn/inadyn.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
################################################################################

INADYN_VERSION = 2.11.0
INADYN_VERSION = 2.12.0
INADYN_SITE = https://github.com/troglobit/inadyn/releases/download/v$(INADYN_VERSION)
INADYN_LICENSE = GPL-2.0+
INADYN_LICENSE_FILES = COPYING
Expand Down

0 comments on commit dc84952

Please sign in to comment.