2025-01-19 16:28:52 +00:00

25 lines
800 B
JSON

{
"version": "0.1.20",
"description": "An npm scripts runner written in Rust.",
"homepage": "https://github.com/egoist/dum",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/egoist/dum/releases/download/v0.1.20/dum-x86_64-pc-windows-msvc.zip",
"hash": "3759d385ca4559ac62f63542aa6955a16c9fd9b8978e7854925a7bea5d5bf32c"
}
},
"bin": "dum.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/egoist/dum/releases/download/v$version/dum-x86_64-pc-windows-msvc.zip",
"hash": {
"url": "$baseurl/dum-x86_64-pc-windows-msvc-sha256sum.txt"
}
}
}
}
}