summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab96fbcd7d47..d9383784da2f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Mon May 23 13:04:40 UTC 2016
+# Wed Jun 8 00:42:37 UTC 2016
pkgbase = hoichess
pkgdesc = Xboard compatible chess engine and xiangqi (Chinese chess) engine
- pkgver = 0.17.1
+ pkgver = 0.18.0
pkgrel = 1
url = http://www.hoicher.de/hoichess
arch = i686
arch = x86_64
license = GPL2
- source = http://www.hoicher.de/hoichess/download/hoichess-0.17.1-gpl.tar.gz
- md5sums = 28f3d3ef92887f441405df2a5d02e358
+ source = http://www.hoicher.de/hoichess/download/hoichess-0.18.0-gpl.tar.gz
+ md5sums = 2e4fc17257713df59db2aec3cc864f62
pkgname = hoichess
diff --git a/PKGBUILD b/PKGBUILD
index 5c3897186329..83298541d6a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: wangjiezhe <wangjiezhe AT yandex DOT com>
pkgname=hoichess
-pkgver=0.17.1
+pkgver=0.18.0
pkgrel=1
pkgdesc="Xboard compatible chess engine and xiangqi (Chinese chess) engine"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ license=('GPL2')
url="http://www.hoicher.de/hoichess"
depends=()
source=(${url}/download/${pkgname}-${pkgver}-gpl.tar.gz)
-md5sums=('28f3d3ef92887f441405df2a5d02e358')
+md5sums=('2e4fc17257713df59db2aec3cc864f62')
prepare() {
cd "$srcdir/$pkgname-$pkgver"