summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2019-04-13 14:53:39 +0200
committerMichel Zou2019-04-13 14:53:39 +0200
commit57b13f5d5c052f04aeb3df4f512a0898aa844905 (patch)
treeb708a7f2fecf62e1f901d9fae79a057c4f380a01
parent889723446828818dc9236d5e374efa958bf4d297 (diff)
downloadaur-57b13f5d5c052f04aeb3df4f512a0898aa844905.tar.gz
2.6.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 924cf8669401..889b4561a47c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nlopt
pkgdesc = nonlinear optimization library (mingw-w64)
- pkgver = 2.6.0
+ pkgver = 2.6.1
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.0.tar.gz
- sha256sums = a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab
+ source = https://github.com/stevengj/nlopt/archive/v2.6.1.tar.gz
+ sha256sums = 66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650
pkgname = mingw-w64-nlopt
diff --git a/PKGBUILD b/PKGBUILD
index e3f8b54aefeb..1f7c26c32fa9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nlopt
-pkgver=2.6.0
+pkgver=2.6.1
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=('a13077cdf5f5f1127eaaac0bf1e06744bfe98d8a4a3430a15e0af50a69f451ab')
+sha256sums=('66d63a505187fb6f98642703bd0ef006fedcae2f9a6d1efa4f362ea919a02650')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"