mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
32 lines
1.1 KiB
JSON
32 lines
1.1 KiB
JSON
{
|
|
"version": "2025.12",
|
|
"description": "Photo editor focused on pro-grade features, high performance, and maximum usability.",
|
|
"homepage": "https://photodemon.org",
|
|
"license": {
|
|
"identifier": "BSD-2-Clause,...",
|
|
"url": "https://github.com/tannerhelland/PhotoDemon/blob/master/LICENSE.md"
|
|
},
|
|
"url": "https://github.com/tannerhelland/PhotoDemon/releases/download/v2025.12/PhotoDemon-2025.12.zip",
|
|
"hash": "269095087093575a975a66a9588cd8bcc18ff356d20fd4b2851f7e1088df75a1",
|
|
"extract_dir": "PhotoDemon",
|
|
"bin": "PhotoDemon.exe",
|
|
"shortcuts": [
|
|
[
|
|
"PhotoDemon.exe",
|
|
"PhotoDemon"
|
|
]
|
|
],
|
|
"persist": "Data",
|
|
"checkver": {
|
|
"url": "https://photodemon.org/download/",
|
|
"regex": "Version\\s+([\\d.]+)\\s+is the latest stable release"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://github.com/tannerhelland/PhotoDemon/releases/download/v$version/PhotoDemon-$version.zip",
|
|
"hash": {
|
|
"url": "https://github.com/tannerhelland/PhotoDemon/releases/tag/v$version",
|
|
"regex": "SHA-256: $sha256"
|
|
}
|
|
}
|
|
}
|