Backend update to 0.12.3.1

This commit is contained in:
Jan Hrnko 2018-07-04 15:18:30 +02:00
parent 2c252fe980
commit 71eaec602b
2 changed files with 11 additions and 5 deletions

View File

@ -1,9 +1,9 @@
DASH_VERSION := 0.12.2 DASH_VERSION := 0.12.3
DASH_BUILD := .3 DASH_BUILD := .1
all: all:
wget https://github.com/dashpay/dash/releases/download/v${DASH_VERSION}${DASH_BUILD}/dashcore-${DASH_VERSION}${DASH_BUILD}-linux64.tar.gz wget https://github.com/dashpay/dash/releases/download/v${DASH_VERSION}${DASH_BUILD}/dashcore-${DASH_VERSION}${DASH_BUILD}-x86_64-linux-gnu.tar.gz
tar -xf dashcore-${DASH_VERSION}${DASH_BUILD}-linux64.tar.gz tar -xf dashcore-${DASH_VERSION}${DASH_BUILD}-x86_64-linux-gnu.tar.gz
mv dashcore-${DASH_VERSION} dash mv dashcore-${DASH_VERSION} dash
rm dash/bin/dash-qt rm dash/bin/dash-qt
rm dash/bin/test_dash rm dash/bin/test_dash
@ -11,4 +11,4 @@ all:
clean: clean:
rm -rf dash rm -rf dash
rm -f dashcore-${DASH_VERSION}${DASH_BUILD}-linux64.tar.gz rm -f dashcore-${DASH_VERSION}${DASH_BUILD}-x86_64-linux-gnu.tar.gz

View File

@ -1,3 +1,9 @@
dash (0.12.3-satoshilabs1) unstable; urgency=medium
* Update to new version
-- Jan Hrnko <jan.hrnko@satoshilabs.com> Wed, 04 Jul 2018 11:01:20 +0200
dash (0.12.2-satoshilabs1) unstable; urgency=medium dash (0.12.2-satoshilabs1) unstable; urgency=medium
* Initial build * Initial build