libcbor: update to 0.11.0

This commit is contained in:
Biswapriyo Nath 2024-02-20 08:38:44 +00:00
parent 43f1a93180
commit 53c2cf5088
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
pkgbase=libcbor
pkgname=("${pkgbase}" "${pkgbase}-devel")
pkgver=0.10.2
pkgver=0.11.0
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=('e75f712215d7b7e5c89ef322a09b701f7159f028b8b48978865725f00f79875b')
sha256sums=('89e0a83d16993ce50651a7501355453f5250e8729dfc8d4a251a78ea23bb26d7')
build() {
cd ${pkgname}-${pkgver}

View File

@ -3,7 +3,7 @@
pkgbase=libfido2
pkgname=("${pkgbase}" "fido2-tools" "${pkgbase}-devel" "${pkgbase}-docs")
pkgver=1.14.0
pkgrel=1
pkgrel=2
pkgdesc="Library functionality for FIDO 2.0, including communication with a device over USB"
arch=('i686' 'x86_64')
url="https://developers.yubico.com/libfido2/"