diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-08-09 12:31:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-08-12 08:29:37 +0700 |
commit | 37b725733798c552602dfe4ddd33e4cafcc371fe (patch) | |
tree | 701752d6aec4eaa4834fea3d5048618e1df78117 /network/connman | |
parent | 88225f6f26844e0efac02853f058d2ca6f0fff4b (diff) |
network/connman: Updated for version 1.42.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/connman')
-rw-r--r-- | network/connman/connman.SlackBuild | 4 | ||||
-rw-r--r-- | network/connman/connman.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/connman/connman.SlackBuild b/network/connman/connman.SlackBuild index e18241d1c887..8883b13f7dcf 100644 --- a/network/connman/connman.SlackBuild +++ b/network/connman/connman.SlackBuild @@ -25,8 +25,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=connman -VERSION=${VERSION:-1.41} -BUILD=${BUILD:-2} +VERSION=${VERSION:-1.42} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/connman/connman.info b/network/connman/connman.info index e57ec861c940..101cde64c938 100644 --- a/network/connman/connman.info +++ b/network/connman/connman.info @@ -1,8 +1,8 @@ PRGNAM="connman" -VERSION="1.41" +VERSION="1.42" HOMEPAGE="https://git.kernel.org/pub/scm/network/connman/connman.git" -DOWNLOAD="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-1.41.tar.gz" -MD5SUM="d37c408d481bffaeef5192df7292f205" +DOWNLOAD="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-1.42.tar.gz" +MD5SUM="5943f0687dff53f7c252e8a44cb9eb90" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |