libcbor: update to 0.10.2
This commit is contained in:
parent
df05fe1d70
commit
d6f98cbaec
@ -2,7 +2,7 @@
|
||||
|
||||
pkgbase=libcbor
|
||||
pkgname=("${pkgbase}" "${pkgbase}-devel")
|
||||
pkgver=0.10.1
|
||||
pkgver=0.10.2
|
||||
pkgrel=1
|
||||
pkgdesc="A C library for parsing and generating CBOR, a general-purpose schema-less binary data format"
|
||||
arch=('i686' 'x86_64')
|
||||
@ -10,7 +10,7 @@ url="https://github.com/PJK/libcbor"
|
||||
license=('spdx:MIT')
|
||||
makedepends=("cmake" "make" "gcc")
|
||||
source=(https://github.com/PJK/libcbor/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
|
||||
sha256sums=('e8fa0a726b18861c24428561c80b3c95aca95f468df4e2f3e3ac618be12d3047')
|
||||
sha256sums=('e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b')
|
||||
|
||||
build() {
|
||||
cd ${pkgname}-${pkgver}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user