mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/connman: Updated for version 1.43.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a24078488b
commit
eed062baf5
2 changed files with 5 additions and 5 deletions
|
@ -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}
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in a new issue