From 8bc798f5bc006f269aeaac3c024c6dbf11050fed Mon Sep 17 00:00:00 2001 From: Stefan Becker Date: Sat, 4 Aug 2012 22:45:53 +0300 Subject: [PATCH] mingw: update fetch script to Pidgin 2.10.5 (cherry picked from commit 53207aa35a47d4cdc3bd37530025e0db8660b95a) --- contrib/mingw-cross-compile/README.txt | 2 +- contrib/mingw-cross-compile/fetch.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/mingw-cross-compile/README.txt b/contrib/mingw-cross-compile/README.txt index 574550f5..fa1bea00 100644 --- a/contrib/mingw-cross-compile/README.txt +++ b/contrib/mingw-cross-compile/README.txt @@ -57,7 +57,7 @@ Build - run contrib/mingw-cross-compile/fetch.sh from pidgin-sipe source * make sure to check for fetch & unpack errors before proceeding! - - cd into build/pidgin-<...REPLACE PIDGIN VERSION HERE...> + - cd into build-<...REPLACE PIDGIN VERSION HERE...>/pidgin-<...REPLACE PIDGIN VERSION HERE...> - copy/unpack pidgin-sipe source code tree into into current directory diff --git a/contrib/mingw-cross-compile/fetch.sh b/contrib/mingw-cross-compile/fetch.sh index 76e52b51..6893a56f 100755 --- a/contrib/mingw-cross-compile/fetch.sh +++ b/contrib/mingw-cross-compile/fetch.sh @@ -7,7 +7,7 @@ # Check this page for latest MinGW/Pidgin URLs if you get fetch errors! # # update Pidgin version here -export PIDGIN_VERSION=2.10.4 +export PIDGIN_VERSION=2.10.5 # must be absolute path export PIDGIN_DEV_ROOT=$(pwd -P)/build-${PIDGIN_VERSION} -- 2.11.4.GIT