From 59c3e4467a39e5643a3edb46bd86568ce0997e43 Mon Sep 17 00:00:00 2001 From: Eduardo Bart Date: Mon, 6 Jan 2014 19:16:11 -0200 Subject: [PATCH] Update v0.6.5 download link in README --- README.md | 11 +++++------ tools/make_snapshot.sh | 8 ++++---- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index dc0f4e97..7bd876ef 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Otclient is written in C++2011, the upcoming C++ standard and heavily scripted i ### Where do I download? -Here is the latest v0.6.4 release compiled for both i686(32 bit) and x86_64(64 bit) machines. -This release is compatible with protocols ranges from 7.60 up to 10.22. +Here is the latest v0.6.5 release compiled for both i686(32 bit) and x86_64(64 bit) machines, with OpenGL renderer. +This release is compatible with protocols ranges from 7.60 up to 10.31. -* [For Windows](https://www.dropbox.com/sh/se1okacemoqzjve/KNY8ioKT8g/otclient-win-0.6.4.zip) -* [For Linux](https://www.dropbox.com/sh/se1okacemoqzjve/-VCdmukEZj/otclient-linux-0.6.4.tar.gz) +* [For Windows](https://www.dropbox.com/sh/se1okacemoqzjve/XFqFoSKLCg/otclient-win-0.6.5.zip) +* [For Linux](https://www.dropbox.com/sh/se1okacemoqzjve/xKJL7j6vEo/otclient-linux-0.6.5.tar.gz) -**NOTE:** You will need to download spr/dat files on your own and place them in `data/things/VER/` (i.e: `data/things/1022/Tibia.spr`) +**NOTE:** You will need to download spr/dat files on your own and place them in `data/things/VER/` (i.e: `data/things/1031/Tibia.spr`) Older releases can be downloaded from [here](https://www.dropbox.com/sh/se1okacemoqzjve/-oWK4YFm03) @@ -63,4 +63,3 @@ Talk directly with us at #otclient irc.freenode.net or send an email directly to Otclient is made available under the MIT License, thus this means that you are free to do whatever you want, commercial, non-commercial, closed or open. - diff --git a/tools/make_snapshot.sh b/tools/make_snapshot.sh index e12b0300..07e877d7 100755 --- a/tools/make_snapshot.sh +++ b/tools/make_snapshot.sh @@ -156,9 +156,9 @@ cd .. ################################################## # create win32 package -pkg_suffix="-linux32-$version" +pkg_suffix="-linux-$version" pkgname="$name$pkg_suffix" -pkgzip="$pkgname.tgz" +pkgzip="$pkgname.tar.gz" cd $workdir rm -rf $pkgname mkdir $pkgname @@ -201,8 +201,8 @@ tar czf $pkgzip $pkgname echo "Package generated to $pkgzip" ################################################## -# create win32 package -pkg_suffix="-win32-$version" +# create windows package +pkg_suffix="-win-$version" pkgname="$name$pkg_suffix" pkgzip="$pkgname.zip" cd $workdir