summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-08-09 23:12:54 +0200
committerMichel Zou2019-08-09 23:12:54 +0200
commitc2fa3f6f462937f874cf0cc080fb718ae3ca0bb1 (patch)
treeec6002d809f6b69ad3ea42a266db9da9cea8f834
parent9cc657899807ee20d618fbf104f6bac989392612 (diff)
downloadaur-c2fa3f6f462937f874cf0cc080fb718ae3ca0bb1.tar.gz
2.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210017d6bd26..c012bf4c78e7 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.11
+ pkgver = 2.11.1
pkgrel = 1
url = https://github.com/esa/pagmo2
arch = any
@@ -14,8 +14,8 @@ pkgbase = mingw-w64-pagmo
options = !buildflags
options = staticlibs
options = !strip
- source = https://github.com/esa/pagmo2/archive/v2.11.tar.gz
- sha512sums = 6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478
+ source = https://github.com/esa/pagmo2/archive/v2.11.1.tar.gz
+ sha512sums = 7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1
pkgname = mingw-w64-pagmo
diff --git a/PKGBUILD b/PKGBUILD
index c9ea22e63e95..b93b12882265 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pagmo
-pkgver=2.11
+pkgver=2.11.1
pkgrel=1
pkgdesc="Perform parallel computations of optimisation tasks (global and local) via the asynchronous generalized island model (mingw-w64)"
arch=('any')
@@ -12,7 +12,7 @@ optdepends=('mingw-w64-gsl: Mathematical operations (symbolic)'
makedepends=('mingw-w64-cmake')
options=('!buildflags' 'staticlibs' '!strip')
source=("https://github.com/esa/pagmo2/archive/v${pkgver}.tar.gz")
-sha512sums=('6b7da56db3e2f1e0627cd84d1ccd7d40f4838ef2e54274d802bd040926dd159e88f692fb6e4146e5e620a10298a539992460ebd3efad611db2e998cb8c20f478')
+sha512sums=('7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"