cpu.json: update from ef1f6f08ac

This commit is contained in:
hinto.janai 2023-03-30 10:20:08 -04:00
parent 375577d72c
commit 80320decee
No known key found for this signature in database
GPG key ID: D47CE05FA175A499
4 changed files with 1913 additions and 1826 deletions

View file

@ -1,13 +1,10 @@
# v1.2.1 # v1.2.1
## Updates
*
## Fixes ## Fixes
* * Small internal change to be compatible with `P2Pool v3.2`
## Bundled Versions ## Bundled Versions
* [`P2Pool v3.1`](https://github.com/SChernykh/p2pool/releases/tag/v3.1) * [`P2Pool v3.2`](https://github.com/SChernykh/p2pool/releases/tag/v3.2)
* [`XMRig v6.19.0`](https://github.com/xmrig/xmrig/releases/tag/v6.19.0) * [`XMRig v6.19.1`](https://github.com/xmrig/xmrig/releases/tag/v6.19.1)
--- ---

View file

@ -1,6 +1,6 @@
[package] [package]
name = "gupax" name = "gupax"
version = "1.2.0" version = "1.2.1"
authors = ["hinto-janai <hinto.janai@protonmail.com>"] authors = ["hinto-janai <hinto.janai@protonmail.com>"]
description = "GUI for P2Pool+XMRig" description = "GUI for P2Pool+XMRig"
documentation = "https://github.com/hinto-janai/gupax" documentation = "https://github.com/hinto-janai/gupax"

View file

@ -16,8 +16,8 @@
// along with this program. If not, see <https://www.gnu.org/licenses/>. // along with this program. If not, see <https://www.gnu.org/licenses/>.
pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0 pub const GUPAX_VERSION: &str = concat!("v", env!("CARGO_PKG_VERSION")); // e.g: v1.0.0
pub const P2POOL_VERSION: &str = "v3.1"; pub const P2POOL_VERSION: &str = "v3.2";
pub const XMRIG_VERSION: &str = "v6.19.0"; pub const XMRIG_VERSION: &str = "v6.19.1";
pub const COMMIT: &str = include_str!("../.git/refs/heads/main"); pub const COMMIT: &str = include_str!("../.git/refs/heads/main");
// e.g: Gupax_v1_0_0 // e.g: Gupax_v1_0_0
// Would have been [Gupax_v1.0.0] but P2Pool truncates everything after [.] // Would have been [Gupax_v1.0.0] but P2Pool truncates everything after [.]

File diff suppressed because it is too large Load diff