ScoopInstaller_Main/invoke-build.json
Roy Ivy III 97a621593c BOM cleanup
* remove BOM from all repo files that contain one
* changes all files to utf-8 (specifically, utf-8 *without* BOM)
* improves compliance with ".editorconfig"

.# Discussion

This is an example of the semi-invisible changes which can creep into patches
via various editors. Any such changes are *very* difficult to figure out from
a diff output and just add visual noise to commits. Hence, ".editorconfig" (added
in a previous commit) is used to minimize this kind of confusing patch noise.
2015-08-17 22:57:15 -05:00

14 lines
481 B
JSON

{
"version": "2.12.2",
"license": "Apache 2.0",
"extract_dir": "tools",
"url": "http://nuget.org/api/v2/package/Invoke-Build/2.12.2#.zip",
"homepage": "https://github.com/nightroman/Invoke-Build",
"hash": "b59d92d74e3dcd51c987ea865c59b63efe646afeb0ce14ea86e85873756f7654",
"env_add_path": ".",
"checkver": {
"url": "https://github.com/nightroman/Invoke-Build/raw/master/Release-Notes.md",
"re": "##\\s+v(\\d+\\.\\d+\\.\\d+)"
}
}