pidgin/win32/nsis/generate_gtk_zip.sh

branch
release-2.x.y
changeset 37502
08cd626e63a9
parent 36307
714ba418d0aa
child 37901
41e45e18f3b2
equal deleted inserted replaced
37501:30f7c83da15d 37502:08cd626e63a9
16 CONTENTS_FILE=$INSTALL_DIR/CONTENTS 16 CONTENTS_FILE=$INSTALL_DIR/CONTENTS
17 PIDGIN_VERSION=$( < $PIDGIN_BASE/VERSION ) 17 PIDGIN_VERSION=$( < $PIDGIN_BASE/VERSION )
18 18
19 #This needs to be changed every time there is any sort of change. 19 #This needs to be changed every time there is any sort of change.
20 BUNDLE_VERSION=2.16.6.3 20 BUNDLE_VERSION=2.16.6.3
21 BUNDLE_SHA1SUM=e1b1ec8d2159fa98b2a9f516dbfe745bf7a22169 21 BUNDLE_SHA1SUM=071e95e32eb09361fcec1e62feb82bf80b41ec84
22 ZIP_FILE="$PIDGIN_BASE/pidgin/win32/nsis/gtk-runtime-$BUNDLE_VERSION.zip" 22 ZIP_FILE="$PIDGIN_BASE/pidgin/win32/nsis/gtk-runtime-$BUNDLE_VERSION.zip"
23 SRC_ZIP_FILE="$PIDGIN_BASE/pidgin/win32/nsis/gtk-runtime-$BUNDLE_VERSION-src.zip" 23 SRC_ZIP_FILE="$PIDGIN_BASE/pidgin/win32/nsis/gtk-runtime-$BUNDLE_VERSION-src.zip"
24 24
25 #Download the existing file (so that we distribute the exact same file for all releases with the same bundle version) 25 #Download the existing file (so that we distribute the exact same file for all releases with the same bundle version)
26 FILE="$ZIP_FILE" 26 FILE="$ZIP_FILE"

mercurial