electrum

Electrum Bitcoin wallet
git clone https://git.parazyd.org/electrum
Log | Files | Refs | Submodules

commit 6899ca25278701137022d9ffa3ba229951d3eebd
parent a799a00dc52d475c1a849eda4522a752a50f2d61
Author: SomberNight <somber.night@protonmail.com>
Date:   Tue, 24 Jul 2018 20:20:47 +0200

docker-wine: update a package version

the previous version is no longer available. this suggests that it's difficult to reproduce old builds.
not sure about long term solution.

Diffstat:
Mcontrib/build-wine/docker/Dockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/build-wine/docker/Dockerfile b/contrib/build-wine/docker/Dockerfile @@ -8,7 +8,7 @@ RUN dpkg --add-architecture i386 && \ wget=1.19.4-1ubuntu2.1 \ gnupg2=2.2.4-1ubuntu1.1 \ dirmngr=2.2.4-1ubuntu1.1 \ - software-properties-common=0.96.24.32.3 \ + software-properties-common=0.96.24.32.4 \ && \ wget -nc https://dl.winehq.org/wine-builds/Release.key && \ apt-key add Release.key && \