mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-08-02 20:40:26 +08:00
32 lines
962 B
JSON
32 lines
962 B
JSON
{
|
|
"version": "0.31.1-146-gafdaa082",
|
|
"description": "An organizer for your porn. (Dev release channel)",
|
|
"homepage": "https://stashapp.cc",
|
|
"license": "AGPL-3.0-only",
|
|
"suggest": {
|
|
"ffmpeg": "ffmpeg"
|
|
},
|
|
"url": "https://github.com/stashapp/stash/releases/download/latest_develop/stash-win.exe",
|
|
"hash": "ea6c0f2a1614adae474c7fd663fd40f90a2e0645fbfdb2ba4c5d315e992b5e10",
|
|
"bin": [
|
|
[
|
|
"stash-win.exe",
|
|
"stash-win",
|
|
"-c \"$dir\\config\\config.yml\""
|
|
],
|
|
[
|
|
"stash-win.exe",
|
|
"stash",
|
|
"-c \"$dir\\config\\config.yml\""
|
|
]
|
|
],
|
|
"persist": "config",
|
|
"checkver": {
|
|
"url": "https://github.com/stashapp/stash/releases/tag/latest_develop",
|
|
"regex": "Release v([\\w.-]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/stashapp/stash/releases/download/latest_develop/stash-win.exe"
|
|
}
|
|
}
|