summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-31 00:33:29 +0100
committerMichel Zou2021-12-31 00:33:29 +0100
commit0a05c881c422fdadba3cfb5d8585a1c00af4c32b (patch)
tree20d265b5066dca0acd3e75a52cf72119229e117c
parent2146a5d8c19d49766a922af4cf72589911c44119 (diff)
downloadaur-0a05c881c422fdadba3cfb5d8585a1c00af4c32b.tar.gz
2.18.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 066a6fd441dd..212a5770608e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-pagmo
pkgdesc = Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)
- pkgver = 2.15.0
+ pkgver = 2.18.0
pkgrel = 1
url = https://github.com/esa/pagmo2
arch = any
@@ -14,8 +14,7 @@ pkgbase = mingw-w64-pagmo
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/esa/pagmo2/archive/v2.15.0.tar.gz
- sha256sums = 07977be690b512ea11fc40d5b8bfa0a7a8507ce9053a615c2bc4725d355ef9a8
+ source = https://github.com/esa/pagmo2/archive/v2.18.0.tar.gz
+ sha256sums = 5ad40bf3aa91857a808d6b632d9e1020341a33f1a4115d7a2b78b78fd063ae31
pkgname = mingw-w64-pagmo
-
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"