summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRoberto Hueso Gomez2019-12-26 13:58:30 +0100
committerRoberto Hueso Gomez2019-12-26 13:58:30 +0100
commit46a88fcf92df91174c41e728e8261f445653343e (patch)
tree838e42407abfbbb68db9950c8552095548ff62ef /PKGBUILD
parentde9670a4ea6a8e121ad66893fc9c1459d9673194 (diff)
downloadaur-46a88fcf92df91174c41e728e8261f445653343e.tar.gz
Update to 2.11.0-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8745bed9d18c..494e459a58d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Roberto Hueso < robertohueso96 at gmail dot com >
pkgname=ensmallen
-pkgver=2.10.5
+pkgver=2.11.0
pkgrel=1
pkgdesc='Flexible C++ library for efficient mathematical optimization'
arch=('x86_64')
@@ -19,7 +19,7 @@ makedepends=(
'cmake>=2.8.10'
)
source=("https://ensmallen.org/files/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('fa45e8f65c93d20fec3bbafbb87c66d2762942b00395159846f62e9c35ff7168')
+sha256sums=('6837410bbc77c428c2cba305244bda2a68521b3b4c1d423ecae8f0d464bcedb1')
options=(!emptydirs)
prepare() {