diff --git a/packages/addons/addon-depends/inadyn/libconfuse/package.mk b/packages/addons/addon-depends/inadyn/libconfuse/package.mk index cdc78ae883..142814898e 100644 --- a/packages/addons/addon-depends/inadyn/libconfuse/package.mk +++ b/packages/addons/addon-depends/inadyn/libconfuse/package.mk @@ -17,7 +17,7 @@ ################################################################################ PKG_NAME="libconfuse" -PKG_VERSION="3.0" +PKG_VERSION="3.2" PKG_LICENSE="https://github.com/martinh/libconfuse/blob/master/LICENSE" PKG_SITE="https://github.com/martinh/libconfuse" PKG_URL="https://github.com/martinh/libconfuse/archive/v$PKG_VERSION.tar.gz" diff --git a/packages/addons/addon-depends/inadyn/libite/package.mk b/packages/addons/addon-depends/inadyn/libite/package.mk deleted file mode 100644 index d9da5bee18..0000000000 --- a/packages/addons/addon-depends/inadyn/libite/package.mk +++ /dev/null @@ -1,28 +0,0 @@ -################################################################################ -# This file is part of LibreELEC - https://libreelec.tv -# Copyright (C) 2016-2017 Team LibreELEC -# -# LibreELEC is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 2 of the License, or -# (at your option) any later version. -# -# LibreELEC is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with LibreELEC. If not, see . -################################################################################ - -PKG_NAME="libite" -PKG_VERSION="1.8.3" -PKG_LICENSE="MIT" -PKG_SITE="https://github.com/troglobit/libite" -PKG_URL="https://github.com/troglobit/libite/archive/v$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain" -PKG_LONGDESC="That missing frog DNA you've been looking for" -PKG_AUTORECONF="yes" - -PKG_CONFIGURE_OPTS_TARGET="--enable-static --disable-shared" diff --git a/packages/addons/service/inadyn/changelog.txt b/packages/addons/service/inadyn/changelog.txt index ce38abd821..df3e1171ea 100644 --- a/packages/addons/service/inadyn/changelog.txt +++ b/packages/addons/service/inadyn/changelog.txt @@ -1,8 +1,11 @@ +103 +- Update to 2.2 + 102 -- Upgrade to 2.1 +- Update to 2.1 101 -- Upgrade to 2.0 +- Update to 2.0 100 - Initial addon diff --git a/packages/addons/service/inadyn/package.mk b/packages/addons/service/inadyn/package.mk index 70421b0c9f..72e1a7b1e4 100644 --- a/packages/addons/service/inadyn/package.mk +++ b/packages/addons/service/inadyn/package.mk @@ -17,13 +17,13 @@ ################################################################################ PKG_NAME="inadyn" -PKG_VERSION="2.1" -PKG_REV="102" +PKG_VERSION="2.2" +PKG_REV="103" PKG_ARCH="any" PKG_LICENSE="GPLv2" PKG_SITE="http://troglobit.com/inadyn.html" PKG_URL="https://github.com/troglobit/inadyn/archive/v$PKG_VERSION.tar.gz" -PKG_DEPENDS_TARGET="toolchain libconfuse libite openssl" +PKG_DEPENDS_TARGET="toolchain libconfuse openssl" PKG_SECTION="service/system" PKG_SHORTDESC="Inadyn: a small and simple Dynamic Domain Name System client" PKG_LONGDESC="Inadyn ($PKG_VERSION) is a small and simple Dynamic Domain Name System (DDNS) client with HTTPS support. It is commonly available in many GNU/Linux distributions, used in off-the-shelf routers and Internet gateways to automate the task of keeping your DNS record up to date with any IP address changes from your ISP. It can also be used in installations with redundant (backup) connections to the Internet."