summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kasak2018-08-09 23:33:22 +0200
committerDenis Kasak2018-08-09 23:33:22 +0200
commit9d672af2df92a77592442ffb275ef94179b45444 (patch)
treebab97d6df42181cb82001a58fe2b6ed81ead8505
parentde8e8dff36206d36f336cef91d05e70feeb1e328 (diff)
downloadaur-9d672af2df92a77592442ffb275ef94179b45444.tar.gz
Update to the 8.6.1 release.
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 779452901c37..bc804d5729be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Feb 4 21:12:17 UTC 2018
+# Thu Aug 9 21:32:47 UTC 2018
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.5.0
- pkgrel = 2
+ pkgver = 8.6.1
+ pkgrel = 1
url = https://github.com/JohnLangford/vowpal_wabbit
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = vowpal_wabbit
provides = vowpal-wabbit-git
conflicts = vowpal-wabbit
conflicts = vowpal-wabbit-git
- source = https://github.com/JohnLangford/vowpal_wabbit/archive/8.5.0.tar.gz
- sha256sums = f90167312b0e12e85331e4fdd790268eab508c2a59764ae164bacc7cd6149732
+ source = https://github.com/JohnLangford/vowpal_wabbit/archive/8.6.1.tar.gz
+ sha256sums = 452c3e83b73fd67f5e9cfae8bfbaf398cda73dc688186b376e6106c376ec5eb1
pkgname = vowpal_wabbit
diff --git a/PKGBUILD b/PKGBUILD
index ad5b5517c0d3..34e397ca15cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,15 @@
# Contributor: xF0E
pkgname=vowpal_wabbit
-pkgver=8.5.0
-pkgrel=2
+pkgver=8.6.1
+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."
arch=(i686 x86_64)
url='https://github.com/JohnLangford/vowpal_wabbit'
license=('custom')
depends=('boost')
source=("https://github.com/JohnLangford/vowpal_wabbit/archive/${pkgver}.tar.gz")
-sha256sums=('f90167312b0e12e85331e4fdd790268eab508c2a59764ae164bacc7cd6149732')
+sha256sums=('452c3e83b73fd67f5e9cfae8bfbaf398cda73dc688186b376e6106c376ec5eb1')
provides=('vowpal-wabbit' 'vowpal-wabbit-git')
conflicts=('vowpal-wabbit' 'vowpal-wabbit-git')