wownero
/
wownerujo
Archived
4
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
wownerujo/script/build-external-libs/fetch-wownero.sh

23 lines
358 B

#!/usr/bin/env bash
set -e
6 years ago
source script/build-external-libs/env.sh
cd $EXTERNAL_LIBS_BUILD_ROOT
# version="v0.2.2.0"
6 years ago
# url="https://github.com/wownero/wownero"
# branch-release-v0.3.0.0 (ring size 22)
6 years ago
# version="48bcb9"
url="https://github.com/wowario/wownero"
version="3a8a8f"
rm -rf wownero
6 years ago
git clone $url wownero
cd wownero
git checkout $version