bitcoin: update to 0.8.0.
This commit is contained in:
parent
1c95531e91
commit
cfdda78bfe
|
@ -2,9 +2,6 @@
|
||||||
#
|
#
|
||||||
depends="desktop-file-utils"
|
depends="desktop-file-utils"
|
||||||
short_desc="${short_desc} -- QT GUI"
|
short_desc="${short_desc} -- QT GUI"
|
||||||
long_desc="${long_desc}
|
|
||||||
|
|
||||||
This package contains the QT GUI."
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vinstall src/bitcoin-qt 755 usr/bin
|
vinstall src/bitcoin-qt 755 usr/bin
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'bitcoin'
|
# Template file for 'bitcoin'
|
||||||
pkgname=bitcoin
|
pkgname=bitcoin
|
||||||
version=0.7.2
|
version=0.8.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}-linux"
|
wrksrc="${pkgname}-${version}-linux"
|
||||||
subpackages="bitcoin-qt"
|
subpackages="bitcoin-qt"
|
||||||
|
@ -10,13 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="http://www.bitcoin.org/"
|
homepage="http://www.bitcoin.org/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-linux.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}-linux.tar.gz"
|
||||||
checksum=23d44161670c521f2aba64f9351b42260baa6bb2981640617c8e2e7683e5855c
|
checksum=e31529147d307b2240e08af3a5a4606fe2c112d1b0e91e3cce4a2bac2583cecc
|
||||||
long_desc="
|
|
||||||
Bitcoin is an experimental new digital currency that enables instant payments
|
|
||||||
to anyone, anywhere in the world. Bitcoin uses peer-to-peer technology to
|
|
||||||
operate with no central authority: managing transactions and issuing money are
|
|
||||||
carried out collectively by the network. Bitcoin is also the name of the open
|
|
||||||
source software which enables the use of this currency."
|
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
cd src
|
cd src
|
||||||
|
|
Loading…
Reference in New Issue