summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVasile Vilvoiu2023-08-26 11:07:30 +0300
committerVasile Vilvoiu2023-08-26 11:07:30 +0300
commit7ae27c8bb4d3092e60153c923bdede06d2d9883f (patch)
treecb9640d474c131849bc24b05d9a6d1da6dc247b1 /PKGBUILD
parent4759af0adb8db8bade0ff4b4af5afd16fed5c809 (diff)
downloadaur-libecbor.tar.gz
1.0.3-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e616a05dcea..1ef72d45adc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vasile Vilvoiu <vasi.vilvoiu@gmail.com>
pkgname=libecbor
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="CBOR library for desktop and embedded applications"
arch=('x86_64')
@@ -14,7 +14,7 @@ backup=()
options=(staticlibs)
source=("https://github.com/rimio/$pkgname/archive/v$pkgver.tar.gz")
noextract=()
-md5sums=("a914a609cb4e1a7e9940ea58b93bdf22")
+md5sums=("66e2a95200c581489326b2128f64ae17")
build() {
cd "$pkgname-$pkgver"