mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com> Co-authored-by: Richard Kuhnt <r15ch13+git@gmail.com>
19 lines
939 B
JSON
19 lines
939 B
JSON
{
|
|
"version": "0.12.1",
|
|
"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",
|
|
"hash": "sha1:7c44b819690baec3de22edc0c9f7eb21dc0a7850",
|
|
"extract_dir": "editorconfig-0.12.1-Windows-x86",
|
|
"bin": "bin/editorconfig.exe",
|
|
"checkver": {
|
|
"url": "https://sourceforge.net/projects/editorconfig/rss?path=/EditorConfig-C-Core",
|
|
"re": "([0-9.]+)/binary-Windows"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://downloads.sourceforge.net/project/editorconfig/EditorConfig-C-Core/$version/binary-Windows/editorconfig-$version-Windows-x86.zip",
|
|
"extract_dir": "editorconfig-$version-Windows-x86"
|
|
}
|
|
}
|