diff --git a/bucket/dependency-check.json b/bucket/dependency-check.json
index 3009d03276..8c2e2e8e1e 100644
--- a/bucket/dependency-check.json
+++ b/bucket/dependency-check.json
@@ -1,18 +1,18 @@
{
- "version": "6.0.4",
+ "version": "6.0.5",
"description": "Software composition analysis utility that identifies project dependencies and checks if there are any known, publicly disclosed, vulnerabilities.",
"homepage": "https://www.owasp.org/index.php/OWASP_Dependency_Check",
"license": "Apache-2.0",
- "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.4-release.zip",
- "hash": "18b2a408aae5ff5fc9c00e471451e604fa0338cc8f8b535aba36b9dbce48426e",
- "extract_dir": "dependency-check",
- "bin": "bin\\dependency-check.bat",
"suggest": {
"JDK": [
"java/oraclejdk",
"java/openjdk"
]
},
+ "url": "https://dl.bintray.com/jeremy-long/owasp/dependency-check-6.0.5-release.zip",
+ "hash": "fa96436530139449dac8022c8cd120bdc6e9dfbb9cbf390cc15b83d9bccfe565",
+ "extract_dir": "dependency-check",
+ "bin": "bin\\dependency-check.bat",
"checkver": {
"url": "https://jeremylong.github.io/DependencyCheck/current.txt",
"regex": "(.+)"
diff --git a/bucket/s.json b/bucket/s.json
index 293a84dc93..11273c1c87 100644
--- a/bucket/s.json
+++ b/bucket/s.json
@@ -1,8 +1,8 @@
{
- "homepage": "https://github.com/zquestz/s",
- "description": "Open a web search in your terminal.",
- "license": "MIT",
"version": "0.5.14",
+ "description": "Open a web search in your terminal.",
+ "homepage": "https://github.com/zquestz/s",
+ "license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/zquestz/s/releases/download/v0.5.14/s-windows_amd64.zip",
diff --git a/bucket/sampler.json b/bucket/sampler.json
index dbcfa3f68d..febb59601e 100644
--- a/bucket/sampler.json
+++ b/bucket/sampler.json
@@ -1,15 +1,15 @@
{
- "homepage": "https://sampler.dev",
"version": "1.1.0",
- "license": "GPL-3.0-or-later",
"description": "A tool for shell commands execution, visualization and alerting.",
+ "homepage": "https://sampler.dev",
+ "license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/sqshq/sampler/releases/download/v1.1.0/sampler-1.1.0-windows-amd64.exe#/sampler.exe",
- "hash": "d3a129deff0e7e1161b293b19130ef174469d1331acb5b0bc0e2513be5b3a51b",
- "bin": "sampler.exe"
+ "hash": "d3a129deff0e7e1161b293b19130ef174469d1331acb5b0bc0e2513be5b3a51b"
}
},
+ "bin": "sampler.exe",
"checkver": {
"github": "https://github.com/sqshq/sampler"
},
diff --git a/bucket/say.json b/bucket/say.json
index 6938168f4b..367797d164 100644
--- a/bucket/say.json
+++ b/bucket/say.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://github.com/lukesampson/psutils",
- "description": "An approximation of say from macOS.",
"version": "0.2020.01.26",
+ "description": "An approximation of say from macOS.",
+ "homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": [
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/say.ps1",
diff --git a/bucket/sbcl.json b/bucket/sbcl.json
index e0a6958ca7..408494d929 100644
--- a/bucket/sbcl.json
+++ b/bucket/sbcl.json
@@ -1,11 +1,12 @@
{
- "homepage": "http://www.sbcl.org/",
- "description": "A high performance Common Lisp compiler.",
"version": "2.0.0",
+ "description": "A high performance Common Lisp compiler.",
+ "homepage": "http://www.sbcl.org/",
"license": {
"identifier": "BSD-3-Clause,MIT,Public Domain",
"url": "https://sourceforge.net/p/sbcl/sbcl/ci/master/tree/COPYING"
},
+ "notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/",
"architecture": {
"64bit": {
"url": "https://downloads.sourceforge.net/project/sbcl/sbcl/2.0.0/sbcl-2.0.0-x86-64-windows-binary.msi",
@@ -13,13 +14,13 @@
"extract_dir": "PFiles\\Steel Bank Common Lisp\\2.0.0"
}
},
+ "bin": "sbcl.exe",
"env_set": {
"SBCL_HOME": "$dir"
},
- "bin": "sbcl.exe",
"checkver": {
"url": "http://www.sbcl.org/platform-table.html",
- "re": "sbcl-([\\d.]+)-x86-64-windows"
+ "regex": "sbcl-([\\d.]+)-x86-64-windows"
},
"autoupdate": {
"architecture": {
@@ -28,6 +29,5 @@
"extract_dir": "PFiles\\Steel Bank Common Lisp\\$version"
}
}
- },
- "notes": "Please restart your command line for SBCL_HOME to take effect. Please consider installing http://www.quicklisp.org/"
+ }
}
diff --git a/bucket/scala.json b/bucket/scala.json
index dc6256120f..086d434825 100644
--- a/bucket/scala.json
+++ b/bucket/scala.json
@@ -1,8 +1,14 @@
{
- "homepage": "https://www.scala-lang.org/",
- "description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
"version": "2.13.4",
+ "description": "A modern multi-paradigm programming language designed to express common programming patterns in a concise, elegant, and type-safe way.",
+ "homepage": "https://www.scala-lang.org/",
"license": "BSD-3-Clause",
+ "suggest": {
+ "JDK": [
+ "java/oraclejdk",
+ "java/openjdk"
+ ]
+ },
"url": "https://downloads.typesafe.com/scala/2.13.4/scala-2.13.4.zip",
"hash": "35ac25f74a1dd6fd5f18234f73988eb58b703da0d6cc9f2d40967856067ef0c9",
"extract_dir": "scala-2.13.4",
@@ -16,15 +22,9 @@
"env_set": {
"SCALA_HOME": "$dir"
},
- "suggest": {
- "JDK": [
- "java/oraclejdk",
- "java/openjdk"
- ]
- },
"checkver": {
"url": "https://www.scala-lang.org/download/",
- "re": "scala-([\\d.]+).zip"
+ "regex": "scala-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://downloads.typesafe.com/scala/$version/scala-$version.zip",
diff --git a/bucket/scholdoc.json b/bucket/scholdoc.json
index 069d83ec29..4a36ff0ad5 100644
--- a/bucket/scholdoc.json
+++ b/bucket/scholdoc.json
@@ -1,7 +1,7 @@
{
- "homepage": "http://scholdoc.scholarlymarkdown.com/",
- "description": "Convert ScholarlyMarkdown documents into the HTML5, LaTeX, and Docx (OOML) formats.",
"version": "0.1.3",
+ "description": "Convert ScholarlyMarkdown documents into the HTML5, LaTeX, and Docx (OOML) formats.",
+ "homepage": "http://scholdoc.scholarlymarkdown.com/",
"license": "GPL-2.0-only",
"url": "http://scholarlymarkdown.com/scholdoc-distribution/windows/scholdoc-0.1.3-alpha-windows.msi",
"hash": "e58036686c3c05db4a50d5fabd875eaa33aff2b0dd4d930c6bc2067c2bcd2b86",
diff --git a/bucket/scons.json b/bucket/scons.json
index 631febebf6..7f7611ff66 100644
--- a/bucket/scons.json
+++ b/bucket/scons.json
@@ -1,8 +1,8 @@
{
- "homepage": "https://scons.org/",
- "description": "A software construction tool",
- "license": "MIT",
"version": "4.0.1",
+ "description": "A software construction tool",
+ "homepage": "https://scons.org/",
+ "license": "MIT",
"url": "https://downloads.sourceforge.net/project/scons/scons-local/4.0.1/scons-local-4.0.1.zip",
"hash": "sha1:41e4a7f4af2d2e9cf3b574971a2cee5171da7953",
"pre_install": "echo \"python `\"$dir\\scons.py`\" @args\" | out-file \"$dir\\scons.ps1\"",
@@ -12,7 +12,7 @@
},
"checkver": {
"url": "https://scons.org/pages/download.html",
- "re": "The current production release of SCons is ([\\d.]+)"
+ "regex": "The current production release of SCons is ([\\d.]+)"
},
"autoupdate": {
"url": "https://downloads.sourceforge.net/project/scons/scons-local/$version/scons-local-$version.zip"
diff --git a/bucket/scoop-shim.json b/bucket/scoop-shim.json
index aef523a2fd..64a23e3cd2 100644
--- a/bucket/scoop-shim.json
+++ b/bucket/scoop-shim.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://github.com/ScoopInstaller/Shim/",
- "description": "A Scoop helper program for shimming executables",
"version": "1.0.1",
+ "description": "A Scoop helper program for shimming executables",
+ "homepage": "https://github.com/ScoopInstaller/Shim/",
"license": "Unlicense",
"url": "https://github.com/ScoopInstaller/Shim/releases/download/v1.0.1/shim.exe",
"hash": "cb440b8a08a2095a59666a859b35aa5a1524b140b909ecc760f38f3baccf80e6",
diff --git a/bucket/scoop-validator.json b/bucket/scoop-validator.json
index c2e1d7e0ce..ed30e38732 100644
--- a/bucket/scoop-validator.json
+++ b/bucket/scoop-validator.json
@@ -1,12 +1,12 @@
{
- "homepage": "https://github.com/ScoopInstaller/Validator/",
- "description": "A Scoop helper program for validating JSON files against a JSON Schema",
"version": "1.0.2",
+ "description": "A Scoop helper program for validating JSON files against a JSON Schema",
+ "homepage": "https://github.com/ScoopInstaller/Validator/",
"license": "Unlicense",
"url": "https://github.com/ScoopInstaller/Validator/releases/download/v1.0.2/validator.zip",
"hash": "eecc3122d4e9a73e8e5cf742e7af2e60c5a77360b64c514166c0250ed13120a9",
- "checkver": "github",
"bin": "validator.exe",
+ "checkver": "github",
"autoupdate": {
"url": "https://github.com/ScoopInstaller/Validator/releases/download/v$version/validator.zip",
"hash": {
diff --git a/bucket/scriptcs.json b/bucket/scriptcs.json
index ad7ef79939..58329eddb9 100644
--- a/bucket/scriptcs.json
+++ b/bucket/scriptcs.json
@@ -1,7 +1,7 @@
{
- "homepage": "http://scriptcs.net/",
- "description": "Scriptcs makes it easy to write and execute C# with a simple text editor.",
"version": "0.17.1",
+ "description": "Scriptcs makes it easy to write and execute C# with a simple text editor.",
+ "homepage": "http://scriptcs.net/",
"license": "Apache-2.0",
"url": "https://packages.chocolatey.org/ScriptCs.0.17.1.nupkg",
"hash": "4b6de155f6c5811311df060b626098a771e8534d2d6e3ce51ea99da5e2ec0783",
diff --git a/bucket/sd.json b/bucket/sd.json
index 62facfe660..b9b5ee29a6 100644
--- a/bucket/sd.json
+++ b/bucket/sd.json
@@ -1,8 +1,8 @@
{
- "homepage": "https://github.com/chmln/sd",
- "description": "Intuitive find & replace CLI (sed alternative)",
- "license": "MIT",
"version": "0.7.5",
+ "description": "Intuitive find & replace CLI (sed alternative)",
+ "homepage": "https://github.com/chmln/sd",
+ "license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/chmln/sd/releases/download/v0.7.5/sd.0.7.5-.x86_64-pc-windows-msvc.zip",
diff --git a/bucket/selenium.json b/bucket/selenium.json
index b2f9a634ac..a9f5e8b2dd 100644
--- a/bucket/selenium.json
+++ b/bucket/selenium.json
@@ -1,17 +1,17 @@
{
"version": "3.141.59",
- "homepage": "https://selenium.dev",
"description": "A smart proxy server that allows Selenium tests to route commands to remote web browser instances",
+ "homepage": "https://selenium.dev",
"license": "Apache-2.0",
- "url": "https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar#/selenium.jar",
- "hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb",
- "bin": "selenium.jar",
"suggest": {
"JDK": [
"java/openjdk",
"java/oraclejdk"
]
},
+ "url": "https://selenium-release.storage.googleapis.com/3.141/selenium-server-standalone-3.141.59.jar#/selenium.jar",
+ "hash": "acf71b77d1b66b55db6fb0bed6d8bae2bbd481311bcbedfeff472c0d15e8f3cb",
+ "bin": "selenium.jar",
"checkver": {
"url": "https://selenium.dev/downloads/",
"regex": "Latest stable version.*?>([\\d.]+)<"
diff --git a/bucket/sendmail.json b/bucket/sendmail.json
index b9978cf52d..533519ea65 100644
--- a/bucket/sendmail.json
+++ b/bucket/sendmail.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://www.glob.com.au/sendmail/",
"version": "32",
"description": "Fake sendmail wrapper.",
+ "homepage": "https://www.glob.com.au/sendmail/",
"license": "BSD-3-Clause",
"url": "https://www.glob.com.au/sendmail/sendmail.zip",
"hash": "5ad276d066ceeaeaf0352c5b36076638474e94035d27705b48dacf358c595ce0",
diff --git a/bucket/serve.json b/bucket/serve.json
index 83ac8d00f4..0be4890161 100644
--- a/bucket/serve.json
+++ b/bucket/serve.json
@@ -1,19 +1,24 @@
{
"version": "0.3.2",
- "license": "MPL-2.0",
- "homepage": "https://github.com/philippgille/serve",
"description": "Starts a simple temporary static file server in your current directory and prints your IP address to share with colleagues",
- "url": "https://github.com/philippgille/serve/releases/download/v0.3.2/serve_v0.3.2_Windows_x64.zip",
- "hash": "ab8e274c2e1144440a15dd0c78bb6385084439c94f85c1413739b2c8e7c8d6ba",
- "bin": "serve.exe",
- "checkver": {
- "github": "https://github.com/philippgille/serve"
+ "homepage": "https://github.com/philippgille/serve",
+ "license": "MPL-2.0",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/philippgille/serve/releases/download/v0.3.2/serve_v0.3.2_Windows_x64.zip",
+ "hash": "ab8e274c2e1144440a15dd0c78bb6385084439c94f85c1413739b2c8e7c8d6ba"
+ }
},
+ "bin": "serve.exe",
+ "checkver": "github",
"autoupdate": {
- "url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip",
+ "architecture": {
+ "64bit": {
+ "url": "https://github.com/philippgille/serve/releases/download/v$version/serve_v$version_Windows_x64.zip"
+ }
+ },
"hash": {
"url": "$url.sha256"
}
- },
- "notes": "Thank you for installing serve! Type `serve -h` to print its usage."
+ }
}
diff --git a/bucket/shasum.json b/bucket/shasum.json
index 50d393d532..f47a0ce304 100644
--- a/bucket/shasum.json
+++ b/bucket/shasum.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://github.com/lukesampson/psutils",
- "description": "An approximation of the Unix shasum command.",
"version": "0.2020.01.26",
+ "description": "An approximation of the Unix shasum command.",
+ "homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": [
"https://raw.githubusercontent.com/lukesampson/psutils/de1a069215c54a1cb105f3dc79f14e25570c75f2/shasum.ps1",
diff --git a/bucket/shellcheck.json b/bucket/shellcheck.json
index 3e34cee20a..e4d65b080a 100644
--- a/bucket/shellcheck.json
+++ b/bucket/shellcheck.json
@@ -1,12 +1,12 @@
{
- "homepage": "https://shellcheck.net/",
"version": "0.7.1",
"description": "Static analysis tool for shell scripts",
+ "homepage": "https://shellcheck.net/",
"license": "GPL-3.0-only",
"url": "https://github.com/koalaman/shellcheck/releases/download/v0.7.1/shellcheck-v0.7.1.zip",
"hash": "1763f8f4a639d39e341798c7787d360ed79c3d68a1cdbad0549c9c0767a75e98",
+ "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName 'shellcheck.exe'",
"bin": "shellcheck.exe",
- "pre_install": "Get-ChildItem \"$dir\\shellcheck-*.exe\" | Rename-Item -NewName \"$dir\\shellcheck.exe\"",
"checkver": {
"github": "https://github.com/koalaman/shellcheck"
},
diff --git a/bucket/shim.json b/bucket/shim.json
index ffc9bfc190..6eb07c3dfc 100644
--- a/bucket/shim.json
+++ b/bucket/shim.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://github.com/lukesampson/psutils",
- "description": "Create shim for programs.",
"version": "0.2018.07.25",
+ "description": "Create shim for programs.",
+ "homepage": "https://github.com/lukesampson/psutils",
"license": "MIT",
"url": "https://raw.githubusercontent.com/lukesampson/psutils/3290c04d7653ea8183a5e11d3d5a4e46716035d1/shim.ps1",
"hash": "775940af14567b7965297d5545dd8b80da9b383981744a125a995d396704c621",
diff --git a/bucket/shortcut.json b/bucket/shortcut.json
index 89c7411c53..cb48d31657 100644
--- a/bucket/shortcut.json
+++ b/bucket/shortcut.json
@@ -1,7 +1,7 @@
{
- "homepage": "http://www.optimumx.com",
- "description": "Allows you to create, modify or query shortcuts from the command-line.",
"version": "1.11",
+ "description": "Allows you to create, modify or query shortcuts from the command-line.",
+ "homepage": "http://www.optimumx.com",
"license": {
"identifier": "Freeware",
"url": "http://www.optimumx.com/terms.html"
diff --git a/bucket/sigrok.json b/bucket/sigrok.json
index 44941d6509..f5ebb6f1b4 100644
--- a/bucket/sigrok.json
+++ b/bucket/sigrok.json
@@ -1,8 +1,8 @@
{
- "homepage": "https://sigrok.org/",
- "description": "A command line utility for the sigrok software.",
- "license": "GPL-3.0-or-later",
"version": "0.7.1",
+ "description": "A command line utility for the sigrok software.",
+ "homepage": "https://sigrok.org/",
+ "license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://sigrok.org/download/binary/sigrok-cli/sigrok-cli-0.7.1-x86_64-installer.exe#/dl.7z",
@@ -23,7 +23,7 @@
],
"checkver": {
"url": "https://sigrok.org/download/binary/sigrok-cli/?C=M;O=D",
- "regex": "sigrok-cli-([\\d.]+)-x86_64-installer.exe"
+ "regex": "sigrok-cli-([\\d.]+)-x86_64-installer\\.exe"
},
"autoupdate": {
"architecture": {
diff --git a/bucket/sliksvn.json b/bucket/sliksvn.json
index 1936a4863b..d4410884f4 100644
--- a/bucket/sliksvn.json
+++ b/bucket/sliksvn.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://sliksvn.com/",
- "description": "A software versioning and revision control system.",
"version": "1.12.0",
+ "description": "A software versioning and revision control system.",
+ "homepage": "https://sliksvn.com/",
"license": "Apache-2.0",
"architecture": {
"64bit": {
@@ -29,7 +29,7 @@
],
"checkver": {
"url": "https://sliksvn.com/download/",
- "re": "SVN ([\\d.]+), 64 bit"
+ "regex": "SVN ([\\d.]+), 64 bit"
},
"autoupdate": {
"architecture": {
diff --git a/bucket/sonarqube.json b/bucket/sonarqube.json
index 7ca8ca22e9..cf55f94133 100644
--- a/bucket/sonarqube.json
+++ b/bucket/sonarqube.json
@@ -1,10 +1,17 @@
{
- "homepage": "https://www.sonarqube.org",
- "description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
"version": "7.9.5",
+ "description": "Platform for continuous inspection of code quality and security using static analysis for 20+ programming languages.",
+ "homepage": "https://www.sonarqube.org",
"license": "LGPL-3.0-only",
+ "suggest": {
+ "JDK": [
+ "java/oraclejdk",
+ "java/openjdk"
+ ]
+ },
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.5.zip",
"hash": "c7f182c4fc19e8ab5aac1ff5a0107044bde00205ec5f57fad47a5fe967509411",
+ "extract_dir": "sonarqube-7.9.5",
"architecture": {
"64bit": {
"bin": "bin\\windows-x86-64\\StartSonar.bat"
@@ -20,22 +27,15 @@
"logs",
"temp"
],
- "extract_dir": "sonarqube-7.9.5",
- "suggest": {
- "JDK": [
- "java/oraclejdk",
- "java/openjdk"
- ]
- },
"checkver": {
"url": "https://www.sonarqube.org/downloads/",
- "re": "sonarqube-([\\d\\.]+).zip"
+ "regex": "sonarqube-([\\d.]+)\\.zip"
},
"autoupdate": {
"url": "https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-$version.zip",
- "extract_dir": "sonarqube-$version",
"hash": {
"url": "$url.sha"
- }
+ },
+ "extract_dir": "sonarqube-$version"
}
}
diff --git a/bucket/spark.json b/bucket/spark.json
index 306b245df2..a5ce41353a 100644
--- a/bucket/spark.json
+++ b/bucket/spark.json
@@ -1,8 +1,14 @@
{
- "homepage": "https://spark.apache.org/",
- "description": "A unified analytics engine for large-scale data processing.",
"version": "3.0.1",
+ "description": "A unified analytics engine for large-scale data processing.",
+ "homepage": "https://spark.apache.org/",
"license": "Apache-2.0",
+ "suggest": {
+ "JDK": [
+ "java/oraclejdk",
+ "java/openjdk"
+ ]
+ },
"url": "https://www.apache.org/dist/spark/spark-3.0.1/spark-3.0.1-bin-hadoop2.7.tgz",
"hash": "sha512:f4a10baec5b8ff1841f10651cac2c4aa39c162d3029ca180a9749149e6060805b5b5ddf9287b4aa321434810172f8cc0534943ac005531bb48b6622fbe228ddc",
"extract_dir": "spark-3.0.1-bin-hadoop2.7",
@@ -13,7 +19,7 @@
"persist": "conf",
"checkver": {
"url": "https://spark.apache.org/downloads.html",
- "re": "version: ([\\d.]+)"
+ "regex": "version: ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.apache.org/dist/spark/spark-$version/spark-$version-bin-hadoop2.7.tgz",
@@ -22,11 +28,5 @@
"regex": "$basename: ([A-F0-9\\s]+)$"
},
"extract_dir": "spark-$version-bin-hadoop2.7"
- },
- "suggest": {
- "JDK": [
- "java/oraclejdk",
- "java/openjdk"
- ]
}
}
diff --git a/bucket/speedtest-cli.json b/bucket/speedtest-cli.json
index 41e46002b0..73db8f4d53 100644
--- a/bucket/speedtest-cli.json
+++ b/bucket/speedtest-cli.json
@@ -13,9 +13,7 @@
}
},
"bin": "speedtest.exe",
- "checkver": {
- "regex": "speedtest-([\\d.]+)-win64.zip"
- },
+ "checkver": "speedtest-([\\d.]+)-win64\\.zip",
"autoupdate": {
"architecture": {
"64bit": {
diff --git a/bucket/sqlite.json b/bucket/sqlite.json
index 41733dbd04..fbce30255e 100644
--- a/bucket/sqlite.json
+++ b/bucket/sqlite.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://www.sqlite.org/",
- "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.",
"version": "3.34.0",
+ "description": "A small, fast, self-contained, high-reliability and full-featured SQL database engine.",
+ "homepage": "https://www.sqlite.org/",
"license": "Public Domain",
"url": "https://www.sqlite.org/2020/sqlite-tools-win32-x86-3340000.zip",
"hash": "ef3e474d574ce85c57d84b00cb06223e10d1c965c07973e7ed262871b3d0decf",
diff --git a/bucket/srlua.json b/bucket/srlua.json
index 66602b5373..48bdf16372 100644
--- a/bucket/srlua.json
+++ b/bucket/srlua.json
@@ -1,8 +1,8 @@
{
- "homepage": "https://github.com/LuaDist/srlua",
"version": "5.4.1",
- "license": "MIT",
"description": "A tool for building self-running Lua programs",
+ "homepage": "https://github.com/LuaDist/srlua",
+ "license": "MIT",
"architecture": {
"64bit": {
"url": [
diff --git a/bucket/srvman.json b/bucket/srvman.json
index b0b2a2c0b0..f213d79a2a 100644
--- a/bucket/srvman.json
+++ b/bucket/srvman.json
@@ -1,8 +1,12 @@
{
- "homepage": "https://sysprogs.com/legacy/tools/srvman/",
- "description": "Windows Service Manager is a small tool that simplifies all common tasks related to Windows services.",
"version": "1.0",
+ "description": "Windows Service Manager is a small tool that simplifies all common tasks related to Windows services.",
+ "homepage": "https://sysprogs.com/legacy/tools/srvman/",
"license": "Unknown",
+ "notes": [
+ "Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').",
+ "Visit http://tools.sysprogs.org/srvman/ for more info"
+ ],
"url": "https://sysprogs.com/getfile/411/srvman-1.0.7z",
"hash": "7F42305BEA2804C1220073B8823137E48BDFB881A96AB74BE4D9A6623E1C4CAF",
"architecture": {
@@ -19,9 +23,5 @@
"srvman.exe",
"service"
]
- ],
- "notes": [
- "Always use sudo to start, stop or edit (e.g., 'sudo srvman start nginx' or 'sudo service restart apache').",
- "Visit http://tools.sysprogs.org/srvman/ for more info"
]
}
diff --git a/bucket/ssh-copy-id.json b/bucket/ssh-copy-id.json
index a472192af8..41b5147cc1 100644
--- a/bucket/ssh-copy-id.json
+++ b/bucket/ssh-copy-id.json
@@ -1,13 +1,13 @@
{
- "homepage": "https://github.com/VijayS1/Scripts/blob/master/ssh-copy-id/README.md",
- "description": "Provision SSH access without requiring a password for each login.",
"version": "2015-03-22",
+ "description": "Provision SSH access without requiring a password for each login.",
+ "homepage": "https://github.com/VijayS1/Scripts/blob/master/ssh-copy-id/README.md",
"license": "GPL-2.0-only",
- "url": "https://raw.githubusercontent.com/deevus/ssh-copy-id-posh/a75f94aca42aa6c18f631957f3d1ef6b606d0d43/ssh-copy-id/ssh-copy-id.ps1",
"depends": [
"gow",
"openssh"
],
+ "url": "https://raw.githubusercontent.com/deevus/ssh-copy-id-posh/a75f94aca42aa6c18f631957f3d1ef6b606d0d43/ssh-copy-id/ssh-copy-id.ps1",
"hash": "ebaaaa16e89926b69c324a25e4525de745af2bcc46f99338a85ab6495109f39d",
"bin": "ssh-copy-id.ps1"
}
diff --git a/bucket/subinacl.json b/bucket/subinacl.json
index a2560d3a7f..d3c589b2a7 100644
--- a/bucket/subinacl.json
+++ b/bucket/subinacl.json
@@ -1,7 +1,7 @@
{
- "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=23510",
- "description": "SubInACL is a command-line tool that enables administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain.",
"version": "5.2.3790.1180",
+ "description": "SubInACL is a command-line tool that enables administrators to obtain security information about files, registry keys, and services, and transfer this information from user to user, from local or global group to group, and from domain to domain.",
+ "homepage": "https://www.microsoft.com/en-us/download/details.aspx?id=23510",
"license": {
"identifier": "Freeware",
"url": "https://www.microsoft.com/en-us/legal/intellectualproperty/copyright/default.aspx"
@@ -9,8 +9,5 @@
"url": "https://download.microsoft.com/download/1/7/d/17d82b72-bc6a-4dc8-bfaa-98b37b22b367/subinacl.msi#dl.7z",
"hash": "ea6ae1c19b2a51677662d38ce7da7e7afff89a275da4e06e3b7fd519da8e9ac7",
"bin": "subinacl.exe",
- "checkver": {
- "url": "https://www.microsoft.com/en-us/download/details.aspx?id=23510",
- "regex": "