summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-04-15 19:09:08 +0200
committerMichel Zou2020-04-15 19:09:08 +0200
commitb823e53b000a7417a6518d7898b9e04dd4323622 (patch)
treeb0a7c886fd36dc7ba121cfad9789770b5e43ddc3
parent57b13f5d5c052f04aeb3df4f512a0898aa844905 (diff)
downloadaur-b823e53b000a7417a6518d7898b9e04dd4323622.tar.gz
2.6.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 889b4561a47c..5cf83f0b35f5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nlopt
pkgdesc = nonlinear optimization library (mingw-w64)
- pkgver = 2.6.1
+ pkgver = 2.6.2
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.6.1.tar.gz
- sha256sums = 66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650
+ source = https://github.com/stevengj/nlopt/archive/v2.6.2.tar.gz
+ sha256sums = cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e
pkgname = mingw-w64-nlopt
diff --git a/PKGBUILD b/PKGBUILD
index 1f7c26c32fa9..27e776928d6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nlopt
-pkgver=2.6.1
+pkgver=2.6.2
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=('66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
+sha256sums=('cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"