summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2020-11-19 08:50:17 +0100
committerMichel Zou2020-11-19 08:50:17 +0100
commit976f379845dbaf7923c334ea5793410d524b417e (patch)
treea4d224faf6130d58d254eee16399a1bb23433862 /PKGBUILD
parentb823e53b000a7417a6518d7898b9e04dd4323622 (diff)
downloadaur-976f379845dbaf7923c334ea5793410d524b417e.tar.gz
2.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 27e776928d6a..85966f7ab51d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-nlopt
-pkgver=2.6.2
+pkgver=2.7.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=('cfa5981736dd60d0109c534984c4e13c615314d3584cf1c392a155bfe1a3b17e')
+sha256sums=('b881cc2a5face5139f1c5a30caf26b7d3cb43d69d5e423c9d78392f99844499f')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"