mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-07 03:19:31 +00:00
monero_c bump
This commit is contained in:
parent
34e48ff7d0
commit
648ac21693
5 changed files with 7 additions and 7 deletions
|
@ -503,8 +503,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: af5277f96073917185864d3596e82b67bee54e78
|
ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
resolved-ref: af5277f96073917185864d3596e82b67bee54e78
|
resolved-ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
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: af5277f96073917185864d3596e82b67bee54e78
|
ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
# ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
|
# ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
|
|
|
@ -463,8 +463,8 @@ packages:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
path: "impls/monero.dart"
|
path: "impls/monero.dart"
|
||||||
ref: af5277f96073917185864d3596e82b67bee54e78
|
ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
resolved-ref: af5277f96073917185864d3596e82b67bee54e78
|
resolved-ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
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: af5277f96073917185864d3596e82b67bee54e78
|
ref: 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
# ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
|
# ref: 6eb571ea498ed7b854934785f00fabfd0dadf75b # monero_c hash
|
||||||
path: impls/monero.dart
|
path: impls/monero.dart
|
||||||
mutex: ^3.1.0
|
mutex: ^3.1.0
|
||||||
|
|
|
@ -8,7 +8,7 @@ if [[ ! -d "monero_c" ]];
|
||||||
then
|
then
|
||||||
git clone https://github.com/mrcyjanek/monero_c --branch master
|
git clone https://github.com/mrcyjanek/monero_c --branch master
|
||||||
cd monero_c
|
cd monero_c
|
||||||
git checkout af5277f96073917185864d3596e82b67bee54e78
|
git checkout 1193898122baaff465aa698fc3fab1a86da22395
|
||||||
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