diff options
author | arved <arved@FreeBSD.org> | 2014-07-02 20:51:31 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2014-07-02 20:51:31 +0800 |
commit | c169fef558716fd865d8f25e441f4c926a3af44b (patch) | |
tree | 84540e1fecc442dd6d676e8f34fe29fed559cb3f /games | |
parent | 23b5b6c769c0235488a7a8e8c1bfb375df329471 (diff) | |
download | freebsd-ports-gnome-c169fef558716fd865d8f25e441f4c926a3af44b.tar.gz freebsd-ports-gnome-c169fef558716fd865d8f25e441f4c926a3af44b.tar.zst freebsd-ports-gnome-c169fef558716fd865d8f25e441f4c926a3af44b.zip |
Update to version 5
PR: 190741
Submitted by: dennylin93@hs.ntnu.edu.tw
Approved by: maintainer timeout
Diffstat (limited to 'games')
-rw-r--r-- | games/stockfish/Makefile | 9 | ||||
-rw-r--r-- | games/stockfish/distinfo | 4 |
2 files changed, 6 insertions, 7 deletions
diff --git a/games/stockfish/Makefile b/games/stockfish/Makefile index 3f8b2d458e66..ab6273353ebd 100644 --- a/games/stockfish/Makefile +++ b/games/stockfish/Makefile @@ -2,14 +2,13 @@ # $FreeBSD$ PORTNAME= stockfish -PORTVERSION= 4 +PORTVERSION= 5 CATEGORIES= games -MASTER_SITES= https://s3.amazonaws.com/stockfish/:src \ - http://www.execve.net/sf/:src \ +MASTER_SITES= http://stockfish.s3.amazonaws.com/:src \ http://cl.ly/3x333m0G173F/download/:book \ http://www.execve.net/sf/:book -DISTNAME= stockfish-${PORTVERSION:S/.//g}-win -DISTFILES= stockfish-${PORTVERSION:S/.//g}-win.zip:src \ +DISTNAME= stockfish-${PORTVERSION}-src +DISTFILES= stockfish-${PORTVERSION}-src.zip:src \ stockfish-231-book.zip:book MAINTAINER= execve@gmail.com diff --git a/games/stockfish/distinfo b/games/stockfish/distinfo index 3d8d45fde858..4a404e28a863 100644 --- a/games/stockfish/distinfo +++ b/games/stockfish/distinfo @@ -1,4 +1,4 @@ -SHA256 (stockfish-4-win.zip) = dcd66a81c21380f18623d54f966fc69476a86c8d5ab667e2b138aa2e4ebb3487 -SIZE (stockfish-4-win.zip) = 1839577 +SHA256 (stockfish-5-src.zip) = 071f5f9cc5c461e42462c3bc2f65ea96b8ca3de5048b927f82c609017c9392c2 +SIZE (stockfish-5-src.zip) = 319574 SHA256 (stockfish-231-book.zip) = 07ee06bcd3fe1c5e0d90a2d0aede8bac2dd31d52fb4e1c9bc477bb5a8939e414 SIZE (stockfish-231-book.zip) = 3479786 |