ScoopInstaller_Main/bucket/editorconfig.json
linsui 0f8c4b09fe Fix ~156 license tags (#272)
* Fix 150 license

* Update

* Update

* Update cockroachdb.json

See https://github.com/cockroachdb/cockroach/blob/master/LICENSE and
https://github.com/cockroachdb/cockroach/blob/master/licenses/BSL.txt

* Apply new rule

* Change to unknown

* Update tup.json

* fix radare2

* Some fix

* Some fix

* Fix sliksvn

* Fix sliksvn

* Update imagemagick.json
2019-08-02 07:28:29 -07:00

19 lines
934 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": "MIT",
"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"
}
}