mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libsigrokdecode: Updated for version 0.5.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ba92618bf4
commit
eb189f5346
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for libsigrokdecode
|
||||
|
||||
# Copyright 2017 Andrzej Telszewski, Banie
|
||||
# Copyright 2019 Andrzej Telszewski, Szczecin
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libsigrokdecode
|
||||
VERSION=${VERSION:-0.5.2}
|
||||
VERSION=${VERSION:-0.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libsigrokdecode"
|
||||
VERSION="0.5.2"
|
||||
VERSION="0.5.3"
|
||||
HOMEPAGE="https://sigrok.org/wiki/Libsigrokdecode"
|
||||
DOWNLOAD="https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-0.5.2.tar.gz"
|
||||
MD5SUM="b9033bc7e68bc17fffffd4fdd793f5a1"
|
||||
DOWNLOAD="https://sigrok.org/download/source/libsigrokdecode/libsigrokdecode-0.5.3.tar.gz"
|
||||
MD5SUM="7ba4ed4ef1f06ae96979751e096c2821"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="python3"
|
||||
|
|
Loading…
Reference in a new issue