1
0

produkey.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "version": "1.93",
  3. "description": "A utility displaying the key of Microsoft Office, Windows, Exchange Server and SQL Server.",
  4. "homepage": "https://www.nirsoft.net/utils/product_cd_key_viewer.html",
  5. "architecture": {
  6. "64bit": {
  7. "url": "https://www.nirsoft.net/utils/produkey-x64.zip",
  8. "hash": "sha1:98d3a9615b34e77ca1c6a350c38d93e5b01ad9a2"
  9. },
  10. "32bit": {
  11. "url": "https://www.nirsoft.net/utils/produkey.zip",
  12. "hash": "sha1:d356000570ad935f4d2c7c8909aea13614ede2b4"
  13. }
  14. },
  15. "bin": [
  16. [
  17. "ProduKey.exe",
  18. "produkey"
  19. ]
  20. ],
  21. "shortcuts": [
  22. [
  23. "ProduKey.exe",
  24. "ProduKey"
  25. ]
  26. ],
  27. "checkver": {
  28. "url": "https://www.nirsoft.net/utils/product_cd_key_viewer.html",
  29. "regex": "ProduKey v([\\d.]+) -"
  30. },
  31. "autoupdate": {
  32. "architecture": {
  33. "64bit": {
  34. "url": "https://www.nirsoft.net/utils/produkey-x64.zip"
  35. },
  36. "32bit": {
  37. "url": "https://www.nirsoft.net/utils/produkey.zip"
  38. }
  39. }
  40. }
  41. }