summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2020-11-13 13:36:07 +0100
committerDenis Kasak2020-11-13 13:36:07 +0100
commit08d30f10edd4f5439707ddb6aaf6335602996b50 (patch)
tree429f295b259ad484a528b5a04ba336d2575b144d
parent2da5236e3c4df04557f7e773f699a249041e9bc7 (diff)
downloadaur-08d30f10edd4f5439707ddb6aaf6335602996b50.tar.gz
Update to 8.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b09361bb27..6a19d2dfc83f 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.8.1
+ pkgver = 8.9.0
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.8.1.tar.gz
+ source = https://github.com/JohnLangford/vowpal_wabbit/archive/8.9.0.tar.gz
source = rapidjson-1.1.0.tar.gz::https://github.com/Tencent/rapidjson/archive/v1.1.0.tar.gz
- sha256sums = 5680607bc608c40f92263927002a214fe30db3f5edd9cfc7a81c32fbefdc37a4
+ sha256sums = d3ba0d47eeca68b382b202ffc44dd4e9b4934eaafdbfd25e1f19364fff14829f
sha256sums = bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e
pkgname = vowpal_wabbit
diff --git a/PKGBUILD b/PKGBUILD
index edcf7e787b21..a83086a829ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: xF0E
pkgname=vowpal_wabbit
-pkgver=8.8.1
+pkgver=8.9.0
_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=('5680607bc608c40f92263927002a214fe30db3f5edd9cfc7a81c32fbefdc37a4'
+sha256sums=('d3ba0d47eeca68b382b202ffc44dd4e9b4934eaafdbfd25e1f19364fff14829f'
'bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e')
prepare() {