summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-09-30 21:41:50 +0200
committerMichel Zou2019-09-30 21:41:50 +0200
commitf719745c8906bf8c49adcbbc7e2b7ea4add884cf (patch)
tree3d1975a6ebec285cf40fbaf0cecd9f4061dedf76
parentc2fa3f6f462937f874cf0cc080fb718ae3ca0bb1 (diff)
downloadaur-f719745c8906bf8c49adcbbc7e2b7ea4add884cf.tar.gz
2.11.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c012bf4c78e7..489b215aea9b 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.1
+ pkgver = 2.11.4
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.1.tar.gz
- sha512sums = 7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1
+ source = https://github.com/esa/pagmo2/archive/v2.11.4.tar.gz
+ sha512sums = 76c9c607b89a549b92101cb1712ef3bdaa8a20e3134479e4a58c61531e4770b9922bf01ee5c895acb1b21670f4e8cbcf8c7781f764ef182da4064939d2099bde
pkgname = mingw-w64-pagmo
diff --git a/PKGBUILD b/PKGBUILD
index b93b12882265..913a1c3fea94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-pagmo
-pkgver=2.11.1
+pkgver=2.11.4
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=('7ab1b446efb996422d3c4ab83b359cf8eacef4bb25f3ead2f31afdb6cad6d0c9ead79490f5764f297c44449e960131510733b44f2709fc939e9227021329f3e1')
+sha512sums=('76c9c607b89a549b92101cb1712ef3bdaa8a20e3134479e4a58c61531e4770b9922bf01ee5c895acb1b21670f4e8cbcf8c7781f764ef182da4064939d2099bde')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"