diff options
author | Samuel Young <samyoung12788@gmail.com> | 2024-09-05 23:30:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-05 23:36:12 +0700 |
commit | eed062baf528cabdcad8614ead2a1dbe1d8161bd (patch) | |
tree | 9c6a495c35bc2fdf09e11e975b452a68278a238a /network | |
parent | a24078488bb5178747dd488802020261eafa5be2 (diff) |
network/connman: Updated for version 1.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network')
-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 8883b13f7dcfe..ae9e8867fd4ae 100644 --- a/network/connman/connman.SlackBuild +++ b/network/connman/connman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for connman -# Copyright 2023 Samuel Young, MO, USA +# Copyright 2023-2024 Samuel Young, MO, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=connman -VERSION=${VERSION:-1.42} +VERSION=${VERSION:-1.43} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/connman/connman.info b/network/connman/connman.info index 101cde64c938a..b920bf0a93244 100644 --- a/network/connman/connman.info +++ b/network/connman/connman.info @@ -1,8 +1,8 @@ PRGNAM="connman" -VERSION="1.42" +VERSION="1.43" 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.42.tar.gz" -MD5SUM="5943f0687dff53f7c252e8a44cb9eb90" +DOWNLOAD="https://git.kernel.org/pub/scm/network/connman/connman.git/snapshot/connman-1.43.tar.gz" +MD5SUM="1519373ef19b587375f178faab55c0a6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |