summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2021-12-06 19:07:24 +0100
committerMichel Zou2021-12-06 19:07:24 +0100
commit6d0ffb69df47bb03c0a77788b23585c2a940ce6e (patch)
tree7adad824b2a73f2348d00643c1e55b6495ebf121
parent976f379845dbaf7923c334ea5793410d524b417e (diff)
downloadaur-mingw-w64-nlopt.tar.gz
2.7.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b0e4b5309cf..70ce2b1e1e43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-nlopt
pkgdesc = nonlinear optimization library (mingw-w64)
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = http://ab-initio.mit.edu/wiki/index.php/NLopt
arch = any
@@ -10,8 +10,7 @@ pkgbase = mingw-w64-nlopt
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/stevengj/nlopt/archive/v2.7.0.tar.gz
- sha256sums = b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f
+ source = https://github.com/stevengj/nlopt/archive/v2.7.1.tar.gz
+ sha256sums = db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a
pkgname = mingw-w64-nlopt
-
diff --git a/PKGBUILD b/PKGBUILD
index 85966f7ab51d..4ce8e7cd1c30 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nlopt
-pkgver=2.7.0
+pkgver=2.7.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=('b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f')
+sha256sums=('db88232fa5cef0ff6e39943fc63ab6074208831dc0031cf1545f6ecd31ae2a1a')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"