summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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"