SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
3 changed files with
4 additions and
3 deletions
-
contrib/build-linux/appimage/build.sh
-
contrib/build-wine/build-secp256k1.sh
-
contrib/osx/make_osx
|
|
@ -12,7 +12,7 @@ CACHEDIR="$CONTRIB/build-linux/appimage/.cache/appimage" |
|
|
|
# pinned versions |
|
|
|
PYTHON_VERSION=3.6.8 |
|
|
|
PKG2APPIMAGE_COMMIT="83483c2971fcaa1cb0c1253acd6c731ef8404381" |
|
|
|
LIBSECP_VERSION="452d8e4d2a2f9f1b5be6b02e18f1ba102e5ca0b4" |
|
|
|
LIBSECP_VERSION="b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7" |
|
|
|
|
|
|
|
|
|
|
|
VERSION=`git describe --tags --dirty --always` |
|
|
|
|
|
@ -29,7 +29,8 @@ else |
|
|
|
git pull |
|
|
|
fi |
|
|
|
|
|
|
|
git reset --hard 452d8e4d2a2f9f1b5be6b02e18f1ba102e5ca0b4 |
|
|
|
LIBSECP_VERSION="b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7" |
|
|
|
git reset --hard "$LIBSECP_VERSION" |
|
|
|
git clean -f -x -q |
|
|
|
|
|
|
|
build_dll i686-w64-mingw32 # 64-bit would be: x86_64-w64-mingw32 |
|
|
|
|
|
@ -5,7 +5,7 @@ PYTHON_VERSION=3.6.4 |
|
|
|
BUILDDIR=/tmp/electrum-build |
|
|
|
PACKAGE=Electrum |
|
|
|
GIT_REPO=https://github.com/spesmilo/electrum |
|
|
|
LIBSECP_VERSION=452d8e4d2a2f9f1b5be6b02e18f1ba102e5ca0b4 |
|
|
|
LIBSECP_VERSION="b408c6a8b287003d1ade5709e6f7bc3c7f1d5be7" |
|
|
|
|
|
|
|
. $(dirname "$0")/base.sh |
|
|
|
|
|
|
|