summaryrefslogtreecommitdiffstats
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rw-r--r--network/bitcoin/README4
-rw-r--r--network/bitcoin/bitcoin-qt.desktop2
-rw-r--r--network/bitcoin/bitcoin.SlackBuild13
-rw-r--r--network/bitcoin/bitcoin.info8
-rw-r--r--network/bitcoin/doinst.sh1
-rw-r--r--network/bitcoin/slack-desc2
6 files changed, 14 insertions, 16 deletions
diff --git a/network/bitcoin/README b/network/bitcoin/README
index b5e21ec01f..a62d3b1323 100644
--- a/network/bitcoin/README
+++ b/network/bitcoin/README
@@ -8,11 +8,11 @@ of a P2P network to check for double-spending.
This Bitcoin client builds the backbone of the bitcoin network.
It downloads, verifies and distributes the blockchain to other
-peers in the network. It uses lots of diskspace and bandwith.
+peers in the network. It uses lots of diskspace and bandwidth.
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.2
+https://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes.md
qrencode is an optional but strongly recommended dependency.
diff --git a/network/bitcoin/bitcoin-qt.desktop b/network/bitcoin/bitcoin-qt.desktop
index c05a843f30..858ab28e53 100644
--- a/network/bitcoin/bitcoin-qt.desktop
+++ b/network/bitcoin/bitcoin-qt.desktop
@@ -1,5 +1,5 @@
[Desktop Entry]
-Name=Bitcoin
+Name=Bitcoin-Core
GenericName=Bitcoin QT-Client
Comment=Bitcoin client to send and receive money
Exec=/usr/bin/bitcoin-qt
diff --git a/network/bitcoin/bitcoin.SlackBuild b/network/bitcoin/bitcoin.SlackBuild
index 8bc443ed5b..d27848d7e8 100644
--- a/network/bitcoin/bitcoin.SlackBuild
+++ b/network/bitcoin/bitcoin.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=bitcoin
-VERSION=${VERSION:-0.11.2}
+VERSION=${VERSION:-0.13.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
@@ -63,15 +63,14 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
-tar xvf $CWD/$PRGNAM-$VERSION.tar.gz || tar xvf $CWD/v$VERSION.tar.gz
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
-
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# build bitcoin-core
[ -f autogen.sh ] && sh autogen.sh
diff --git a/network/bitcoin/bitcoin.info b/network/bitcoin/bitcoin.info
index ba2a33f1ae..a5b1a7639b 100644
--- a/network/bitcoin/bitcoin.info
+++ b/network/bitcoin/bitcoin.info
@@ -1,8 +1,8 @@
PRGNAM="bitcoin"
-VERSION="0.11.2"
-HOMEPAGE="http://www.bitcoin.org"
-DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.11.2.tar.gz"
-MD5SUM="8f55f1bddcafc7f18a28d36c3a5264b4"
+VERSION="0.13.0"
+HOMEPAGE="http://www.bitcoincore.org"
+DOWNLOAD="https://github.com/bitcoin/bitcoin/archive/v0.13.0/bitcoin-0.13.0.tar.gz"
+MD5SUM="1cee144c1a359d0f202be401744f9be7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="protobuf"
diff --git a/network/bitcoin/doinst.sh b/network/bitcoin/doinst.sh
index 392c12adb9..140e332222 100644
--- a/network/bitcoin/doinst.sh
+++ b/network/bitcoin/doinst.sh
@@ -1,4 +1,3 @@
if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database -q usr/share/applications
fi
-
diff --git a/network/bitcoin/slack-desc b/network/bitcoin/slack-desc
index 2876efd8fe..64e49a1395 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: https://www.bitcoin.org
+bitcoin: Project Website: https://bitcoincore.org
bitcoin:
bitcoin: