mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libcoap: Updated for version 4.3.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5c79d562ec
commit
742aa98f65
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libcoap
|
||||
VERSION=${VERSION:-4.3.0}
|
||||
VERSION=${VERSION:-4.3.1}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libcoap"
|
||||
VERSION="4.3.0"
|
||||
VERSION="4.3.1"
|
||||
HOMEPAGE="https://libcoap.net/"
|
||||
DOWNLOAD="https://github.com/obgm/libcoap/archive/v4.3.0/libcoap-4.3.0.tar.gz"
|
||||
MD5SUM="15156391f67b9e0ade47966eeb839216"
|
||||
DOWNLOAD="https://github.com/obgm/libcoap/archive/v4.3.1/libcoap-4.3.1.tar.gz"
|
||||
MD5SUM="e3d6e29e1afd11bb965a3efce8d332b8"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue