summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksandar Trifunovic2020-08-30 20:32:00 +0200
committerAleksandar Trifunovic2020-08-30 20:32:00 +0200
commit491acaf1e7bc20f92ebad5bb43191b6445b0d037 (patch)
tree30162bacc2e9294844f3209ed2aef4b7d59e9eab
parentf7742d33baf26caa07fa788d69546b3ae21f6496 (diff)
downloadaur-491acaf1e7bc20f92ebad5bb43191b6445b0d037.tar.gz
v2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5be58e16000..97ecf0ba64d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cpp-taskflow
pkgdesc = Modern C++ Parallel Task Programming Library
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 2
url = https://github.com/taskflow/taskflow
arch = any
license = MIT
makedepends = cmake
- source = https://github.com/taskflow/taskflow/archive/v2.5.0.tar.gz
- sha256sums = b7016ee3486458ae401d521ea6bc0403dde975828038b9734621a6a325acac1a
+ source = https://github.com/taskflow/taskflow/archive/v2.6.0.tar.gz
+ sha256sums = 2f511f4291653d759af12a7854babcebf57cfbb8b49bf6cd3eb0dd98a1a4039c
pkgname = cpp-taskflow
diff --git a/PKGBUILD b/PKGBUILD
index 7134762bca8f..1c0dae4f1e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=cpp-taskflow
_alt_pkgname=taskflow
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=2
pkgdesc="Modern C++ Parallel Task Programming Library"
arch=('any')
@@ -10,7 +10,7 @@ url="https://github.com/taskflow/taskflow"
license=('MIT')
makedepends=('cmake')
source=("$url/archive/v${pkgver}.tar.gz")
-sha256sums=('b7016ee3486458ae401d521ea6bc0403dde975828038b9734621a6a325acac1a')
+sha256sums=('2f511f4291653d759af12a7854babcebf57cfbb8b49bf6cd3eb0dd98a1a4039c')
prepare() {
cd "${_alt_pkgname}-${pkgver}"