mirror of
https://github.com/ScoopInstaller/Versions.git
synced 2026-08-02 20:40:26 +08:00
42 lines
1.9 KiB
JSON
42 lines
1.9 KiB
JSON
{
|
|
"version": "1.4-dev_2023-06-17_a005f74f7",
|
|
"description": "Professional vector graphics editor",
|
|
"homepage": "https://inkscape.org",
|
|
"license": "GPL-3.0-or-later",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/inkscape/inkscape/-/jobs/4493198356/artifacts/raw/build/inkscape-1.4-dev_2023-06-17_a005f74f7-x64.7z",
|
|
"hash": "b7e5d7a09d331de58a97b40b660780445db0e1a1a4bafb444c1189e99f214fe2"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/inkscape/inkscape/-/jobs/4451692989/artifacts/raw/build/inkscape-1.4-dev_2023-06-09_83ab8c0da-x86.7z",
|
|
"hash": "3996088516db65f1ef869f2e6c419e268c9c65293d18060bdc66525e53d7587a"
|
|
}
|
|
},
|
|
"extract_dir": "inkscape",
|
|
"bin": [
|
|
"bin\\inkscapecom.com",
|
|
"bin\\inkviewcom.com"
|
|
],
|
|
"shortcuts": [
|
|
[
|
|
"bin\\inkscape.exe",
|
|
"Inkscape Dev"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"script": "('x64', 'x32' | ForEach-Object { (Invoke-WebRequest \"https://alpha.inkscape.org/snapshots/latest_master_$_.html\" -UseBasicParsing).links | Where-Object href -clike *.7z | Select-Object -first 1 -expand href }) -join ' '",
|
|
"regex": "https://gitlab\\.com/inkscape/inkscape/-/jobs/(?<job64>\\d+)/artifacts/raw/build/inkscape-([\\d.]+-[a-z]+_[\\d-]+_[a-f\\d]+)-x64\\.7z https://gitlab\\.com/inkscape/inkscape/-/jobs/(?<job32>\\d+)/artifacts/raw/build/inkscape-(?<ver32>[\\d.]+-[a-z]+_[\\d-]+_[a-f\\d]+)-x86\\.7z"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://gitlab.com/inkscape/inkscape/-/jobs/$matchJob64/artifacts/raw/build/inkscape-$version-x64.7z"
|
|
},
|
|
"32bit": {
|
|
"url": "https://gitlab.com/inkscape/inkscape/-/jobs/$matchJob32/artifacts/raw/build/inkscape-$matchVer32-x86.7z"
|
|
}
|
|
}
|
|
}
|
|
}
|