| 12345678910111213141516171819202122232425262728293031 |
- {
- "version": "2024.0.1",
- "description": "Hugin: panorama stitcher",
- "homepage": "http://hugin.sourceforge.net/",
- "license": "GPL-2.0-only",
- "architecture": {
- "64bit": {
- "url": "https://downloads.sourceforge.net/project/hugin/hugin/hugin-2024.0/Hugin-2024.0.1-win64.msi",
- "hash": "sha1:a390d8b6ca08ed8aab91c97b9f8db49689324082"
- }
- },
- "extract_dir": "Hugin",
- "bin": "bin\\hugin.exe",
- "shortcuts": [
- [
- "bin\\hugin.exe",
- "Hugin"
- ]
- ],
- "checkver": {
- "url": "http://hugin.sourceforge.net/releases/",
- "regex": "<h2>Hugin ([\\d.]+)</h2>"
- },
- "autoupdate": {
- "architecture": {
- "64bit": {
- "url": "https://downloads.sourceforge.net/project/hugin/hugin/hugin-$majorVersion.$minorVersion/Hugin-$version-win64.msi"
- }
- }
- }
- }
|