Procházet zdrojové kódy

Initial release of ProduKey 1.93

Miroslav Abrahám před 5 roky
rodič
revize
53d69ea0ff
1 změnil soubory, kde provedl 41 přidání a 0 odebrání
  1. 41 0
      bucket/produkey.json

+ 41 - 0
bucket/produkey.json

@@ -0,0 +1,41 @@
+{
+    "version": "1.93",
+    "description": "A utility displaying the key of Microsoft Office, Windows, Exchange Server and SQL Server.",
+    "homepage": "https://www.nirsoft.net/utils/product_cd_key_viewer.html",
+    "architecture": {
+        "64bit": {
+            "url": "https://www.nirsoft.net/utils/produkey-x64.zip",
+            "hash": "sha1:98d3a9615b34e77ca1c6a350c38d93e5b01ad9a2"
+        },
+        "32bit": {
+            "url": "https://www.nirsoft.net/utils/produkey.zip",
+            "hash": "sha1:d356000570ad935f4d2c7c8909aea13614ede2b4"
+        }
+    },
+    "bin": [
+        [
+            "ProduKey.exe",
+            "produkey"
+        ]
+    ],
+    "shortcuts": [
+        [
+            "ProduKey.exe",
+            "ProduKey"
+        ]
+    ],
+    "checkver": {
+        "url": "https://www.nirsoft.net/utils/product_cd_key_viewer.html",
+        "regex": "ProduKey v([\\d.]+) -"
+    },
+    "autoupdate": {
+        "architecture": {
+            "64bit": {
+                "url": "https://www.nirsoft.net/utils/produkey-x64.zip"
+            },
+            "32bit": {
+                "url": "https://www.nirsoft.net/utils/produkey.zip"
+            }
+        }
+    }
+}