Created
January 15, 2017 23:11
-
-
Save makiftasova/c305e38a47e3eaf1ab261b260695eb21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4a4fc1a5481afdbb1238e5edca09b17a25c7cab0 Mon Sep 17 00:00:00 2001 | |
From: =?UTF-8?q?Mehmet=20Akif=20TA=C5=9EOVA?= <[email protected]> | |
Date: Mon, 16 Jan 2017 02:06:10 +0300 | |
Subject: [PATCH] updating for stockfish 8 | |
--- | |
.SRCINFO | 6 +++--- | |
PKGBUILD | 5 +++-- | |
2 files changed, 6 insertions(+), 5 deletions(-) | |
diff --git a/.SRCINFO b/.SRCINFO | |
index ec654d5..e45910e 100644 | |
--- a/.SRCINFO | |
+++ b/.SRCINFO | |
@@ -2,7 +2,7 @@ | |
# Tue Jan 5 17:24:24 UTC 2016 | |
pkgbase = stockfish | |
pkgdesc = A strong chess engine written by Tord Romstad, Marco Costalba, Joona Kiiski | |
- pkgver = 7 | |
+ pkgver = 8 | |
pkgrel = 1 | |
epoch = 1 | |
url = http://stockfishchess.org/ | |
@@ -10,8 +10,8 @@ pkgbase = stockfish | |
arch = i686 | |
arch = x86_64 | |
license = GPL3 | |
- source = http://stockfish.s3.amazonaws.com/stockfish-7-src.zip | |
- md5sums = 41f1410820192466d15166712181ae03 | |
+ source = http://stockfish.s3.amazonaws.com/stockfish-8-src.zip | |
+ sha256sums = 7bad36f21f649ab24f6d7786bbb1b74b3e4037f165f32e3d42d1ae19c8874ce9 | |
pkgname = stockfish | |
diff --git a/PKGBUILD b/PKGBUILD | |
index 6531254..99f6943 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -1,9 +1,10 @@ | |
# Maintainer: Auguste Pop < auguste [at] gmail [dot] com > | |
# Contributor: P. Badredin <p dot badredin at gmail dot com> | |
# Contributor: Justin Blanchard <UncombedCoconut at gmail dot com> | |
+# Contributor: Mehmet Akif TAŞOVA <makiftasova at gmail dot com> | |
pkgname=stockfish | |
-pkgver=7 | |
+pkgver=8 | |
pkgrel=1 | |
epoch=1 | |
pkgdesc="A strong chess engine written by Tord Romstad, Marco Costalba, Joona Kiiski" | |
@@ -13,7 +14,7 @@ license=('GPL3') | |
install=${pkgname}.install | |
_pkgfilename=${pkgname}-${pkgver}-src | |
source=("http://stockfish.s3.amazonaws.com/${_pkgfilename}.zip") | |
-md5sums=('41f1410820192466d15166712181ae03') | |
+sha256sums=('7bad36f21f649ab24f6d7786bbb1b74b3e4037f165f32e3d42d1ae19c8874ce9') | |
build() | |
{ | |
-- | |
2.11.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment