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