diff --git a/editorconfig.json b/editorconfig.json index 2f5ddc3d38..93597e3ff5 100644 --- a/editorconfig.json +++ b/editorconfig.json @@ -1,9 +1,11 @@ { "version": "0.12.1", - "extract_dir": "editorconfig-0.12.1-Windows-x86", + "description": "Maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.", + "homepage": "https://editorconfig.org/", + "license": "CC-BY-30", "url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/0.12.1/binary-Windows/editorconfig-0.12.1-Windows-x86.zip", - "homepage": "http://editorconfig.org/", "hash": "sha1:7c44b819690baec3de22edc0c9f7eb21dc0a7850", + "extract_dir": "editorconfig-0.12.1-Windows-x86", "bin": "bin/editorconfig.exe", "checkver": { "url": "https://sourceforge.net/projects/editorconfig/files/EditorConfig-C-Core/", diff --git a/elm.json b/elm.json index c620d061dd..42d7b8647c 100644 --- a/elm.json +++ b/elm.json @@ -1,5 +1,6 @@ { - "homepage": "http://elm-lang.org", + "description": "Elm language compiler.", + "homepage": "https://elm-lang.org", "license": "BSD-3-Clause", "version": "0.19.0", "url": "https://github.com/elm/compiler/releases/download/0.19.0/binaries-for-windows.tar.gz", diff --git a/lynx.json b/lynx.json index 0ad60a99f6..6bf4e1a784 100644 --- a/lynx.json +++ b/lynx.json @@ -1,7 +1,9 @@ { "_comment": "Version 2.8.3 was moved to https://github.com/scoopinstaller/versions/blob/master/lynx283.json", "version": "2.9.0dev.1", - "homepage": "http://invisible-island.net/lynx/lynx.html", + "description": "Fully featured World-Wide Web browser.", + "homepage": "https://invisible-island.net/lynx/lynx.html", + "license": "GPL-2.0-only", "architecture": { "32bit": { "url": "https://invisible-island.net/datafiles/current/lynx-newssl-setup.exe", diff --git a/mono.json b/mono.json index 3a73818517..502d85b866 100644 --- a/mono.json +++ b/mono.json @@ -1,6 +1,7 @@ { "version": "5.18.0.240", - "homepage": "http://www.mono-project.com/", + "description": "Cross platform, open source .NET framework.", + "homepage": "https://www.mono-project.com/", "license": "MIT", "url": "https://download.mono-project.com/archive/5.18.0/windows-installer/mono-5.18.0.240-gtksharp-2.12.45-win32-0.msi", "hash": "9b556968c7f57ed0df9a2319ae47ff4dae98e0ba95a3f0e51d8160f918300aee", diff --git a/nasm.json b/nasm.json index 7457f3c2d5..3346b50cfa 100644 --- a/nasm.json +++ b/nasm.json @@ -1,7 +1,8 @@ { - "homepage": "http://www.nasm.us", + "homepage": "https://www.nasm.us", "license": "BSD-2-Clause", "version": "2.14.02", + "description": "80x86 and x86-64 assembler designed for portability and modularity.", "extract_dir": "nasm-2.14.02", "architecture": { "64bit": { diff --git a/red.json b/red.json index 0e29253db6..fd3b768c47 100644 --- a/red.json +++ b/red.json @@ -1,6 +1,7 @@ { - "homepage": "http://www.red-lang.org", + "homepage": "https://www.red-lang.org", "version": "0.6.4", + "description": "Programming language inspired by Rebol.", "license": "BSD-3-Clause,BSL-1.0", "url": "https://static.red-lang.org/dl/win/red-064.exe#/red.exe", "hash": "45eb8d089b6e25701e4208ac5d1db0c483752e0abff28f58baff5a39f765db9c", @@ -10,6 +11,10 @@ "re": "Red\\s+([\\d.]+)\\s+for" }, "autoupdate": { - "url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe" + "url": "https://static.red-lang.org/dl/win/red-$cleanVersion.exe#/red.exe", + "hash": { + "url": "http://static.red-lang.org/download.html", + "regex": "($sha256)" + } } }