summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2021-02-13 00:11:15 +0100
committerDenis Kasak2021-02-13 00:11:15 +0100
commit3fea03d333497a08422fb6ecc056fb209db2d374 (patch)
tree9169aa6ef6c33c9257caa208a38903289801170d
parent08d30f10edd4f5439707ddb6aaf6335602996b50 (diff)
downloadaur-3fea03d333497a08422fb6ecc056fb209db2d374.tar.gz
Update to 8.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6a19d2dfc83f..b6140736a7de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vowpal_wabbit
pkgdesc = Vowpal Wabbit is a machine learning system which pushes the frontier of ML with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. Includes extra utilities.
- pkgver = 8.9.0
+ pkgver = 8.9.1
pkgrel = 1
url = https://github.com/JohnLangford/vowpal_wabbit
arch = i686
@@ -15,9 +15,9 @@ pkgbase = vowpal_wabbit
provides = vowpal-wabbit-git
conflicts = vowpal-wabbit
conflicts = vowpal-wabbit-git
- source = https://github.com/JohnLangford/vowpal_wabbit/archive/8.9.0.tar.gz
+ source = https://github.com/JohnLangford/vowpal_wabbit/archive/8.9.1.tar.gz
source = rapidjson-1.1.0.tar.gz::https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz
- sha256sums = d3ba0d47eeca68b382b202ffc44dd4e9b4934eaafdbfd25e1f19364fff14829f
+ sha256sums = d005fd90b84dfea3787b05721333abb7a798d6cd1bf999b4467554b68dbe071f
sha256sums = bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
pkgname = vowpal_wabbit
diff --git a/PKGBUILD b/PKGBUILD
index a83086a829ed..72a98fcf6bba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xF0E
pkgname=vowpal_wabbit
-pkgver=8.9.0
+pkgver=8.9.1
_rapidjsonver=1.1.0
pkgrel=1
pkgdesc="Vowpal Wabbit is a machine learning system which pushes the frontier of ML with techniques such as online, hashing, allreduce, reductions, learning2search, active, and interactive learning. Includes extra utilities."
@@ -17,7 +17,7 @@ provides=('vowpal-wabbit' 'vowpal-wabbit-git')
conflicts=('vowpal-wabbit' 'vowpal-wabbit-git')
source=("https://github.com/JohnLangford/vowpal_wabbit/archive/${pkgver}.tar.gz"
rapidjson-${_rapidjsonver}.tar.gz::"https://github.com/Tencent/rapidjson/archive/v${_rapidjsonver}.tar.gz")
-sha256sums=('d3ba0d47eeca68b382b202ffc44dd4e9b4934eaafdbfd25e1f19364fff14829f'
+sha256sums=('d005fd90b84dfea3787b05721333abb7a798d6cd1bf999b4467554b68dbe071f'
'bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e')
prepare() {