mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-05-04 07:12:14 +00:00
update monero_c hash
This commit is contained in:
parent
8b56c52dc6
commit
072728e46e
7 changed files with 10 additions and 10 deletions
cw_monero
cw_wownero
cw_zano
scripts
|
@ -511,8 +511,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
url: "https://github.com/mrcyjanek/monero_c"
|
url: "https://github.com/mrcyjanek/monero_c"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/mrcyjanek/monero_c
|
url: https://github.com/mrcyjanek/monero_c
|
||||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d
|
ref: 84e52393e395d75f449bcd81e23028889538118f
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
ledger_flutter_plus: ^1.4.1
|
ledger_flutter_plus: ^1.4.1
|
||||||
|
|
|
@ -471,8 +471,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
url: "https://github.com/mrcyjanek/monero_c"
|
url: "https://github.com/mrcyjanek/monero_c"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
|
@ -25,7 +25,7 @@ dependencies:
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/mrcyjanek/monero_c
|
url: https://github.com/mrcyjanek/monero_c
|
||||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
|
ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
|
|
||||||
|
|
|
@ -476,8 +476,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
resolved-ref: "127c54599c612d7d3d226e4c016d5812e7a0966d"
|
resolved-ref: "84e52393e395d75f449bcd81e23028889538118f"
|
||||||
url: "https://github.com/mrcyjanek/monero_c"
|
url: "https://github.com/mrcyjanek/monero_c"
|
||||||
source: git
|
source: git
|
||||||
version: "0.0.0"
|
version: "0.0.0"
|
||||||
|
|
|
@ -26,7 +26,7 @@ dependencies:
|
||||||
monero:
|
monero:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/mrcyjanek/monero_c
|
url: https://github.com/mrcyjanek/monero_c
|
||||||
ref: 127c54599c612d7d3d226e4c016d5812e7a0966d # monero_c hash
|
ref: 84e52393e395d75f449bcd81e23028889538118f # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c/.git" ]];
|
||||||
then
|
then
|
||||||
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
|
git clone https://github.com/mrcyjanek/monero_c --branch master monero_c
|
||||||
cd monero_c
|
cd monero_c
|
||||||
git checkout 127c54599c612d7d3d226e4c016d5812e7a0966d
|
git checkout 84e52393e395d75f449bcd81e23028889538118f
|
||||||
git reset --hard
|
git reset --hard
|
||||||
git submodule update --init --force --recursive
|
git submodule update --init --force --recursive
|
||||||
./apply_patches.sh monero
|
./apply_patches.sh monero
|
||||||
|
|
Loading…
Reference in a new issue