development/newtonsoft-json: Updated for version 8.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ronny Schmatzler 2016-01-12 00:09:44 +07:00 committed by Robby Workman
parent 00f8117f4d
commit fc59b7d7e2
2 changed files with 6 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=newtonsoft-json
VERSION=${VERSION:-6.0.4}
VERSION=${VERSION:-8.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -60,7 +60,8 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
tar xvf $CWD/$VERSION.tar.gz
# Make sure sbokpg can extract the source
tar xvf $CWD/Newtonsoft.Json-$VERSION.tar.gz || tar xvf $CWD/$VERSION.tar.gz
cd Newtonsoft.Json-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,8 +1,8 @@
PRGNAM="newtonsoft-json"
VERSION="6.0.4"
VERSION="8.0.2"
HOMEPAGE="http://james.newtonking.com/json"
DOWNLOAD="https://github.com/JamesNK/Newtonsoft.Json/archive/6.0.4.tar.gz"
MD5SUM="7d0c0985f3930e57d802023f5958ed3a"
DOWNLOAD="https://github.com/JamesNK/Newtonsoft.Json/archive/8.0.2.tar.gz"
MD5SUM="f2af1f6fc56109e45f4562c7139d9997"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="mono"