URI: 
       tbump libsecp256k1 version - electrum - Electrum Bitcoin wallet
  HTML git clone https://git.parazyd.org/electrum
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
       ---
   DIR commit 699562c78df036c61bd7be7e07b94610e95233f1
   DIR parent 01eaf0fe4ee7eae1f8f0fdf9a835a4ad75466234
  HTML Author: SomberNight <somber.night@protonmail.com>
       Date:   Fri,  8 Feb 2019 16:17:52 +0100
       
       bump libsecp256k1 version
       
       Diffstat:
         M contrib/build-linux/appimage/build… |       2 +-
         M contrib/build-wine/build-secp256k1… |       3 ++-
         M contrib/osx/make_osx                |       2 +-
       
       3 files changed, 4 insertions(+), 3 deletions(-)
       ---
   DIR diff --git a/contrib/build-linux/appimage/build.sh b/contrib/build-linux/appimage/build.sh
       t@@ -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`
   DIR diff --git a/contrib/build-wine/build-secp256k1.sh b/contrib/build-wine/build-secp256k1.sh
       t@@ -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
   DIR diff --git a/contrib/osx/make_osx b/contrib/osx/make_osx
       t@@ -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