2025-04-20 20:27:21 +00:00

29 lines
1.0 KiB
JSON

{
"version": "0.9.4",
"description": "A safe and ergonomic alternative to rm.",
"homepage": "https://github.com/MilesCranmer/rip2",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/MilesCranmer/rip2/releases/download/v0.9.4/rip-Windows-x86_64.zip",
"hash": "d8b4ee69b4e591d3fbf89ae1d36e1370e4aa1338a667d8d29512bfe40c321e61"
},
"32bit": {
"url": "https://github.com/MilesCranmer/rip2/releases/download/v0.9.4/rip-Windows-i686.zip",
"hash": "bc3e8181d5c6585276787024263bd9ec2bc18bfa70f77dd386a5022ac12a9f44"
}
},
"bin": "rip.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/MilesCranmer/rip2/releases/download/v$version/rip-Windows-x86_64.zip"
},
"32bit": {
"url": "https://github.com/MilesCranmer/rip2/releases/download/v$version/rip-Windows-i686.zip"
}
}
}
}