hugin.json 914 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "version": "2024.0.1",
  3. "description": "Hugin: panorama stitcher",
  4. "homepage": "http://hugin.sourceforge.net/",
  5. "license": "GPL-2.0-only",
  6. "architecture": {
  7. "64bit": {
  8. "url": "https://downloads.sourceforge.net/project/hugin/hugin/hugin-2024.0/Hugin-2024.0.1-win64.msi",
  9. "hash": "sha1:a390d8b6ca08ed8aab91c97b9f8db49689324082"
  10. }
  11. },
  12. "extract_dir": "Hugin",
  13. "bin": "bin\\hugin.exe",
  14. "shortcuts": [
  15. [
  16. "bin\\hugin.exe",
  17. "Hugin"
  18. ]
  19. ],
  20. "checkver": {
  21. "url": "http://hugin.sourceforge.net/releases/",
  22. "regex": "<h2>Hugin ([\\d.]+)</h2>"
  23. },
  24. "autoupdate": {
  25. "architecture": {
  26. "64bit": {
  27. "url": "https://downloads.sourceforge.net/project/hugin/hugin/hugin-$majorVersion.$minorVersion/Hugin-$version-win64.msi"
  28. }
  29. }
  30. }
  31. }