summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-12-31 00:33:29 +0100
committerMichel Zou2021-12-31 00:33:29 +0100
commit0a05c881c422fdadba3cfb5d8585a1c00af4c32b (patch)
tree20d265b5066dca0acd3e75a52cf72119229e117c /PKGBUILD
parent2146a5d8c19d49766a922af4cf72589911c44119 (diff)
downloadaur-0a05c881c422fdadba3cfb5d8585a1c00af4c32b.tar.gz
2.18.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae38fed76329..a481fea2850f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pagmo
-pkgver=2.15.0
+pkgver=2.18.0
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)"
arch=('any')
@@ -9,7 +9,7 @@ depends=('mingw-w64-boost' 'mingw-w64-tbb' 'mingw-w64-nlopt' 'mingw-w64-coin-or-
makedepends=('mingw-w64-cmake' 'mingw-w64-eigen')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")
-sha256sums=('07977be690b512ea11fc40d5b8bfa0a7a8507ce9053a615c2bc4725d355ef9a8')
+sha256sums=('5ad40bf3aa91857a808d6b632d9e1020341a33f1a4115d7a2b78b78fd063ae31')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"