summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVáclav Kubernát2023-10-16 20:38:21 +0200
committerVáclav Kubernát2023-10-16 20:38:21 +0200
commit303027cb1788186e571268469e6a0f101a8217c6 (patch)
treeb14de6ed954866ba58ca9c6e12f1e47882cd78d9
parentdd8897f406ca940b3704eb3334c1db041970908b (diff)
downloadaur-mingw-w64-doctest.tar.gz
Bump version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1af9cf22ae48..6b3faf830edf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-doctest
pkgdesc = The lightest feature rich C++ single header testing framework
- pkgver = 2.4.9
+ pkgver = 2.4.11
pkgrel = 1
url = https://github.com/onqtam/doctest
arch = any
@@ -8,7 +8,7 @@ pkgbase = mingw-w64-doctest
makedepends = cmake
options = !buildflags
options = !strip
- source = doctest-2.4.9.tar.gz::https://github.com/doctest/doctest/archive/refs/tags/v2.4.9.tar.gz
- sha256sums = 19b2df757f2f3703a5e63cee553d85596875f06d91a3333acd80a969ef210856
+ source = doctest-2.4.11.tar.gz::https://github.com/doctest/doctest/archive/refs/tags/v2.4.11.tar.gz
+ sha256sums = 632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186
pkgname = mingw-w64-doctest
diff --git a/PKGBUILD b/PKGBUILD
index 4e5fe840357b..9ea7cae20582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: Javier Tiá <javier dot tia at gmail dot com>
pkgname=mingw-w64-doctest
-pkgver=2.4.9
+pkgver=2.4.11
pkgrel=1
pkgdesc='The lightest feature rich C++ single header testing framework'
arch=('any')
@@ -11,7 +11,7 @@ url='https://github.com/onqtam/doctest'
license=('MIT')
makedepends=('cmake')
source=("doctest-${pkgver}.tar.gz::https://github.com/doctest/doctest/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('19b2df757f2f3703a5e63cee553d85596875f06d91a3333acd80a969ef210856')
+sha256sums=('632ed2c05a7f53fa961381497bf8069093f0d6628c5f26286161fbd32a560186')
# Build fails with `buildflags` because ld.exe doesn't recognize `-z`
options=(!buildflags !strip)