network/bitcoin: Updated for version 0.14.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
nomnombtc 2017-07-02 09:35:33 +07:00 committed by Willy Sudiarto Raharjo
parent 6fbfc67034
commit b7b1614e3a
3 changed files with 6 additions and 12 deletions

View file

@ -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.

View file

@ -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

View file

@ -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"