dreamset.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "version": "2.4.13",
  3. "description": "Dreamset is a settings editor for digital satellite receivers.",
  4. "homepage": "http://www.dreamset-editor.com",
  5. "architecture": {
  6. "64bit": {
  7. "url": "http://www.dreamset-editor.com/files/dreamset2413x64.zip",
  8. "hash": "sha1:b24d4a3d0b1802b90ca6423d960c5b8cc367f6e2"
  9. },
  10. "32bit": {
  11. "url": "http://www.dreamset-editor.com/files/dreamset2413.zip",
  12. "hash": "sha1:522733f6a1103ef6dd412f981573d4706bcfa83f"
  13. }
  14. },
  15. "bin": "dreamset.exe",
  16. "shortcuts": [
  17. [
  18. "dreamset.exe",
  19. "Dreamset"
  20. ]
  21. ],
  22. "checkver": {
  23. "url": "http://www.dreamset-editor.com/index.php",
  24. "regex": "Dreamset ([\\d.]+) \\(32bit\\)"
  25. },
  26. "autoupdate": {
  27. "architecture": {
  28. "64bit": {
  29. "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersionx64.zip"
  30. },
  31. "32bit": {
  32. "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersion.zip"
  33. }
  34. }
  35. }
  36. }