summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBert Peters2021-10-08 18:42:20 +0200
committerBert Peters2021-10-08 18:42:20 +0200
commit31638318bb8d941b0a512f3c750659f965d16f89 (patch)
tree1334d81597ea81c67388db0dc13acf0a94b1ac16
parent21fe954ff35ba4c744698eec5fc591b4c0f063fc (diff)
downloadaur-31638318bb8d941b0a512f3c750659f965d16f89.tar.gz
upgpkg: json_dto 0.2.14-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d530ba5870e8..7fb9e464d15a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = json_dto
pkgdesc = A small header-only library for converting data between json representation and c++ structs
- pkgver = 0.2.13
+ pkgver = 0.2.14
pkgrel = 1
url = https://github.com/Stiffstream/json_dto
arch = any
@@ -8,7 +8,7 @@ pkgbase = json_dto
checkdepends = catch2
makedepends = cmake
depends = rapidjson
- source = json_dto-0.2.13.tar.gz::https://github.com/Stiffstream/json_dto/archive/v.0.2.13.tar.gz
- sha256sums = ed4138bf86e0724c95508a9c74bed6fa0c98814b96f4cb3a1b540857e2302663
+ source = json_dto-0.2.14.tar.gz::https://github.com/Stiffstream/json_dto/archive/v.0.2.14.tar.gz
+ sha256sums = d885fe16cf621f7470a45fb6e955e8aded02958bb2212819dc151feac930905b
pkgname = json_dto
diff --git a/PKGBUILD b/PKGBUILD
index 44a50c52b011..a1b4d7c4fec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Bert Peters <bert@bertptrs.nl>
pkgname=json_dto
-pkgver=0.2.13
+pkgver=0.2.14
pkgrel=1
pkgdesc="A small header-only library for converting data between json representation and c++ structs"
arch=(any)
@@ -10,7 +10,7 @@ depends=(rapidjson)
makedepends=(cmake)
checkdepends=(catch2)
source=("$pkgname-$pkgver.tar.gz::https://github.com/Stiffstream/$pkgname/archive/v.$pkgver.tar.gz")
-sha256sums=('ed4138bf86e0724c95508a9c74bed6fa0c98814b96f4cb3a1b540857e2302663')
+sha256sums=('d885fe16cf621f7470a45fb6e955e8aded02958bb2212819dc151feac930905b')
build() {
cd "$pkgname-v.$pkgver"