summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-04-13 07:28:38 +0200
committerMichel Zou2019-04-13 07:28:38 +0200
commit889723446828818dc9236d5e374efa958bf4d297 (patch)
tree52daf3a3323e8cc3b5cdd0a5836df0edc5744d0f
parent71355927b241d428887676063a0ac50d1934697f (diff)
downloadaur-889723446828818dc9236d5e374efa958bf4d297.tar.gz
2.6.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a56fc0203902..924cf8669401 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nlopt
pkgdesc = nonlinear optimization library (mingw-w64)
- pkgver = 2.5.0
+ pkgver = 2.6.0
pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/NLopt
arch = any
@@ -10,8 +10,8 @@ pkgbase = mingw-w64-nlopt
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/stevengj/nlopt/archive/v2.5.0.tar.gz
- sha256sums = c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae
+ source = https://github.com/stevengj/nlopt/archive/v2.6.0.tar.gz
+ sha256sums = a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab
pkgname = mingw-w64-nlopt
diff --git a/PKGBUILD b/PKGBUILD
index 2046a2554356..e3f8b54aefeb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nlopt
-pkgver=2.5.0
+pkgver=2.6.0
pkgrel=1
pkgdesc="nonlinear optimization library (mingw-w64)"
arch=(any)
@@ -10,7 +10,7 @@ depends=('mingw-w64-crt')
makedepends=('mingw-w64-cmake')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/stevengj/nlopt/archive/v${pkgver}.tar.gz")
-sha256sums=('c6dd7a5701fff8ad5ebb45a3dc8e757e61d52658de3918e38bab233e7fd3b4ae')
+sha256sums=('a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"