mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
37 lines
1.2 KiB
JSON
37 lines
1.2 KiB
JSON
{
|
|
"version": "1.0.3",
|
|
"description": "Open source still image camera matching",
|
|
"homepage": "https://fspy.io/",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stuffmatic/fSpy/releases/download/v1.0.3/fSpy-1.0.3-win.zip",
|
|
"hash": "e9694824de5c663e8fd89713ccf30dc95ec00a2cb3df1c97b61c989f85d39a5d"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/stuffmatic/fSpy/releases/download/v1.0.3/fSpy-1.0.3-ia32-win.zip",
|
|
"hash": "e4d84010c5c14b18563f13703118f3eac382871f5e62d001c68950f2953aba53"
|
|
}
|
|
},
|
|
"bin": "fspy.exe",
|
|
"shortcuts": [
|
|
[
|
|
"fspy.exe",
|
|
"fspy"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"github": "https://github.com/stuffmatic/fSpy"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/stuffmatic/fSpy/releases/download/v$version/fSpy-$version-win.zip"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/stuffmatic/fSpy/releases/download/v$version/fSpy-$version-ia32-win.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|