summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--network/bitcoin/README2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild10
-rw-r--r--network/bitcoin/bitcoin.info6
3 files changed, 6 insertions, 12 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index 0398b8ac64..8ec98118a9 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -13,7 +13,7 @@ If you just want to send and receive Bitcoins you should look at
a light client like Electrum.
Please make sure to read the release notes first before upgrading:
-https://bitcoincore.org/en/releases/0.13.2/
+https://bitcoincore.org/en/releases/0.14.2/
This is a new minor version release, including activation parameters
for the segwit softfork, various bugfixes and performance improvements.
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 82f8471bf8..9638910688 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bitcoin
-VERSION=${VERSION:-0.13.2}
+VERSION=${VERSION:-0.14.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -93,16 +93,10 @@ make install DESTDIR=$PKG
# by adding "--enable-tests=no" to the above configure command.
rm $PKG/usr/bin/test*
-mkdir -p $PKG/usr/man/man{1,5}
-mkdir -p $PKG/usr/share/{applications,kde4/services,pixmaps}
-
-install -m 0644 contrib/debian/manpages/bitcoin-qt.1 $PKG/usr/man/man1/
-install -m 0644 contrib/debian/manpages/bitcoind.1 $PKG/usr/man/man1/
-install -m 0644 contrib/debian/manpages/bitcoin.conf.5 $PKG/usr/man/man5/
+mkdir -p $PKG/usr/share/{applications,pixmaps}
install -m 0644 src/qt/res/icons/bitcoin.png $PKG/usr/share/pixmaps/
install -m 0644 $CWD/bitcoin-qt.desktop $PKG/usr/share/applications/
-install -m 0644 contrib/debian/bitcoin-qt.protocol $PKG/usr/share/kde4/services/
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index 75aa7fa92d..6c2a6c96f0 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.13.2"
+VERSION="0.14.2"
HOMEPAGE="https://bitcoincore.org"
-DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.2/bitcoin-0.13.2.tar.gz"
-MD5SUM="cdb84bcd6cf64cb69a324ca28b9372d7"
+DOWNLOAD="https://bitcoincore.org/bin/bitcoin-core-0.14.2/bitcoin-0.14.2.tar.gz"
+MD5SUM="4324327fbb2d696b98809b3ddbd40b0c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"