summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2021-12-06 19:07:24 +0100
committerMichel Zou2021-12-06 19:07:24 +0100
commit6d0ffb69df47bb03c0a77788b23585c2a940ce6e (patch)
tree7adad824b2a73f2348d00643c1e55b6495ebf121 /PKGBUILD
parent976f379845dbaf7923c334ea5793410d524b417e (diff)
downloadaur-mingw-w64-nlopt.tar.gz
2.7.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"