dreamset.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. "license": "Unknown",
  6. "architecture": {
  7. "64bit": {
  8. "url": "http://www.dreamset-editor.com/files/dreamset2413x64.zip",
  9. "hash": "sha1:b24d4a3d0b1802b90ca6423d960c5b8cc367f6e2"
  10. },
  11. "32bit": {
  12. "url": "http://www.dreamset-editor.com/files/dreamset2413.zip",
  13. "hash": "sha1:522733f6a1103ef6dd412f981573d4706bcfa83f"
  14. }
  15. },
  16. "bin": "dreamset.exe",
  17. "shortcuts": [
  18. [
  19. "dreamset.exe",
  20. "Dreamset"
  21. ]
  22. ],
  23. "checkver": {
  24. "url": "http://www.dreamset-editor.com/index.php",
  25. "regex": "Dreamset ([\\d.]+) \\(32bit\\)"
  26. },
  27. "autoupdate": {
  28. "architecture": {
  29. "64bit": {
  30. "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersionx64.zip"
  31. },
  32. "32bit": {
  33. "url": "http://www.dreamset-editor.com/files/dreamset$cleanVersion.zip"
  34. }
  35. }
  36. }
  37. }