mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
29 lines
1.0 KiB
JSON
29 lines
1.0 KiB
JSON
{
|
|
"version": "0.9.5",
|
|
"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.5/rip-Windows-x86_64.zip",
|
|
"hash": "a91548aaf77b49ac918b520900908b0604e76f2fa82f46426d9e4891c8d572a8"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/MilesCranmer/rip2/releases/download/v0.9.5/rip-Windows-i686.zip",
|
|
"hash": "304ee2d1ee4069f3b23dcab380cf692c6c375d90de9a4372f5ef1c44516d0dd4"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|