mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
libraries/libcbor: updated for version 0.7.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
96cb584dff
commit
a3a9a96eb9
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=libcbor
|
||||
VERSION=${VERSION:-0.6.1}
|
||||
VERSION=${VERSION:-0.7.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libcbor"
|
||||
VERSION="0.6.1"
|
||||
VERSION="0.7.0"
|
||||
HOMEPAGE="https://github.com/PJK/libcbor"
|
||||
DOWNLOAD="https://github.com/PJK/libcbor/archive/v0.6.1/libcbor-0.6.1.tar.gz"
|
||||
MD5SUM="f00586e3b4c0829366bd761cab3e7bb5"
|
||||
DOWNLOAD="https://github.com/PJK/libcbor/archive/v0.7.0/libcbor-0.7.0.tar.gz"
|
||||
MD5SUM="a16f02e6855c3ed92982a6ff67129f52"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue