New patch release covering the macOS build target added in the previous commit. Updates APP_VERSION, APP_VER_PATCH, package.json, and adds a CHANGELOG section. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
24 lines
537 B
JSON
24 lines
537 B
JSON
{
|
|
"name": "drg-xmrig",
|
|
"version": "6.25.3",
|
|
"description": "DragonX RandomX (rx/dragonx) CPU miner",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "doc"
|
|
},
|
|
"scripts": {
|
|
"build": "node scripts/generate_cl.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.dragonx.is/DragonX/drg-xmrig.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "GPLv3",
|
|
"bugs": {
|
|
"url": "https://git.dragonx.is/DragonX/drg-xmrig/issues"
|
|
},
|
|
"homepage": "https://git.dragonx.is/DragonX/drg-xmrig#readme"
|
|
}
|