update github url

This commit is contained in:
Evan Duffield 2015-05-06 13:49:49 -07:00
parent e7557f2baf
commit 9646c5ffcb
4 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ suites:
architectures:
- "i386"
- "amd64"
packages:
packages:
- "g++"
- "git-core"
- "unzip"
@ -22,7 +22,7 @@ packages:
- "libqt4-test"
reference_datetime: "2014-01-10 00:00:00"
remotes:
- "url": "https://github.com/darkcoin/darkcoin.git"
- "url": "https://github.com/dashpay/dash.git"
"dir": "dash"
files:
- "bitcoin-deps-linux32-gitian-r9.zip"
@ -73,7 +73,7 @@ script: |
mkdir -p distsrc
cd distsrc
tar --strip-components=1 -xf ../$DISTNAME
do_configure --bindir=$BINDIR
do_configure --bindir=$BINDIR
make $MAKEOPTS
make $MAKEOPTS install-strip
make $MAKEOPTS clean

View File

@ -14,7 +14,7 @@ packages:
reference_datetime: "2014-01-10 00:00:00"
remotes:
- "url": "https://github.com/darkcoin/darkcoin.git"
- "url": "https://github.com/dashpay/dash.git"
"dir": "dash"
files:
- "osx-native-depends-r3.tar.gz"

View File

@ -19,7 +19,7 @@ packages:
reference_datetime: "2014-01-10 00:00:00"
remotes:
- "url": "https://github.com/darkcoin/darkcoin.git"
- "url": "https://github.com/dashpay/dash.git"
"dir": "dash"
files:
- "qt-win32-5.2.0-gitian-r3.zip"

View File

@ -82,7 +82,7 @@ After exiting, you'll get a warning that the install is keg-only, which means it
1. Clone the github tree to get the source code and go into the directory.
git clone https://github.com/darkcoin/darkcoin.git
git clone https://github.com/dashpay/dash.git
cd dash
2. Build dashd: