diff options
author | nomnombtc <nomnombtc@arcor.de> | 2015-10-16 13:45:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-10-16 23:27:29 +0700 |
commit | 1fa3c2a42e1d0764f00dc48dad4b89b13aea0483 (patch) | |
tree | def937fd750abe571aa7fcb9cca4944f9e3f72fd /network/bitcoin | |
parent | 887d14d11256dbed51761b8304d47cbaadc25a69 (diff) | |
download | slackbuilds-1fa3c2a42e1d0764f00dc48dad4b89b13aea0483.tar.gz |
network/bitcoin: Updated for version 0.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/bitcoin')
-rw-r--r-- | network/bitcoin/README | 3 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.SlackBuild | 8 | ||||
-rw-r--r-- | network/bitcoin/bitcoin.info | 6 | ||||
-rw-r--r-- | network/bitcoin/slack-desc | 2 |
4 files changed, 7 insertions, 12 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README index 88ac5e5815..08f00f651e 100644 --- a/network/bitcoin/README +++ b/network/bitcoin/README @@ -13,7 +13,6 @@ If you just want to send and receive Bitcoins you should look at a light client like Electrum. Please make sure you read the Release notes first before upgrading: -https://bitcoin.org/en/release/v0.11.0 +https://bitcoin.org/en/release/v0.11.1 qrencode is an optional but strongly recommended dependency. -UPNP is disabled, it requires the optional dependency miniupnpc. diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild index ce47fa0d02..58adb71b50 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.11.0} +VERSION=${VERSION:-0.11.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -54,9 +54,6 @@ else LIBDIRSUFFIX="" fi -# Detect miniupnpc -if [ -x /usr/bin/upnpc ]; then UPNP="--enable-upnp-default"; else UPNP=""; fi - # Detect qrencode if [ -x /usr/bin/qrencode ]; then QRCODE="--with-qrencode"; else QRCODE=""; fi @@ -85,7 +82,6 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man \ - $UPNP \ $QRCODE \ --with-gui=qt4 \ --build=$ARCH-slackware-linux \ @@ -98,7 +94,7 @@ make install DESTDIR=$PKG # by adding "--enable-tests=no" to the above configure command. rm $PKG/usr/bin/test* -mkdir -p $PKG/usr/{bin,man/man{1,5}} +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/ diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info index 5fb07ee99c..756bb11abf 100644 --- a/network/bitcoin/bitcoin.info +++ b/network/bitcoin/bitcoin.info @@ -1,8 +1,8 @@ PRGNAM="bitcoin" -VERSION="0.11.0" +VERSION="0.11.1" HOMEPAGE="http://www.bitcoin.org" -DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.0.tar.gz" -MD5SUM="7463ff45ad2ece6fad1b673bb2c2afbb" +DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.1.tar.gz" +MD5SUM="45f7473982eb896fe313b78a142652e2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="protobuf" diff --git a/network/bitcoin/slack-desc b/network/bitcoin/slack-desc index 0f5a933b54..2876efd8fe 100644 --- a/network/bitcoin/slack-desc +++ b/network/bitcoin/slack-desc @@ -14,6 +14,6 @@ bitcoin: server or trusted parties. Users hold the crypto keys to their bitcoin: own money and transact directly with each other, with the help bitcoin: of a P2P network to check for double-spending. bitcoin: -bitcoin: Project Website: http://www.bitcoin.org +bitcoin: Project Website: https://www.bitcoin.org bitcoin: bitcoin: |