http -> https (#3091)

Add some descriptions
Red - Add hash extraction
This commit is contained in:
Jakub Čábera 2019-02-06 21:41:02 +01:00 committed by Richard Kuhnt
parent b865412cf5
commit c59c3d6268
6 changed files with 20 additions and 8 deletions

View File

@ -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/",

View File

@ -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",

View File

@ -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",

View File

@ -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",

View File

@ -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": {

View File

@ -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)"
}
}
}