mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-22 11:39:22 +00:00
update monero version
This commit is contained in:
parent
7d6c792c6a
commit
2cd08a2b9b
1 changed files with 2 additions and 2 deletions
|
@ -60,9 +60,9 @@ pub const GUI_REMOTE_NODE: &str = "GUI_REMOTE_NODE";
|
|||
pub const GUI_SET_REMOTE_NODE: &str = "1";
|
||||
|
||||
/// The latest monero release download
|
||||
pub const MONERO_RELEASE_VERSION: &str = "monero-linux-x64-v0.18.3.1.tar.bz2";
|
||||
pub const MONERO_RELEASE_VERSION: &str = "monero-linux-x64-v0.18.3.2.tar.bz2";
|
||||
pub const MONERO_RELEASE_HASH: &str =
|
||||
"23af572fdfe3459b9ab97e2e9aa7e3c11021c955d6064b801a27d7e8c21ae09d";
|
||||
"9dafd70230a7b3a73101b624f3b5f439cc5b84a19b12c17c24e6aab94b678cbb";
|
||||
/// The latest i2p-zero release version
|
||||
pub const I2P_ZERO_RELEASE_VERSION: &str = "v1.21";
|
||||
pub const I2P_ZERO_RELEASH_HASH: &str =
|
||||
|
|
Loading…
Reference in a new issue