Format manifests

This commit is contained in:
Brandon Smith 2019-03-23 12:36:42 -04:00
parent 179ec11bbd
commit e36389275e
3 changed files with 27 additions and 30 deletions

View File

@ -13,9 +13,7 @@
} }
}, },
"bin": "interactive-rebase-tool.exe", "bin": "interactive-rebase-tool.exe",
"notes": [ "notes": "Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool.",
"Run 'git config --global sequence.editor interactive-rebase-tool' to configure as your rebase tool."
],
"checkver": { "checkver": {
"github": "https://github.com/MitMaro/git-interactive-rebase-tool/" "github": "https://github.com/MitMaro/git-interactive-rebase-tool/"
}, },

View File

@ -1,29 +1,29 @@
{ {
"description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications", "description": "Micronaut - A modern, JVM-based (Java, Groovy, Kotlin), full-stack framework for building modular and testable microservice and serverless applications",
"version": "1.0.4", "version": "1.0.4",
"homepage": "https://micronaut.io", "homepage": "https://micronaut.io",
"license": "Apache-2.0", "license": "Apache-2.0",
"url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v1.0.4/micronaut-1.0.4.zip", "url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v1.0.4/micronaut-1.0.4.zip",
"hash": "d537a774ba1e073dbeca14611a0fc9fc296e1231e128d9f62577537f46373151", "hash": "d537a774ba1e073dbeca14611a0fc9fc296e1231e128d9f62577537f46373151",
"extract_dir": "micronaut-1.0.4", "extract_dir": "micronaut-1.0.4",
"bin": "bin\\mn.bat", "bin": "bin\\mn.bat",
"env_set": { "env_set": {
"MICRONAUT_HOME": "$dir" "MICRONAUT_HOME": "$dir"
}, },
"suggest": { "suggest": {
"JDK": [ "JDK": [
"java/oraclejdk", "java/oraclejdk",
"java/openjdk" "java/openjdk"
] ]
}, },
"checkver": { "checkver": {
"github": "https://github.com/micronaut-projects/micronaut-core" "github": "https://github.com/micronaut-projects/micronaut-core"
}, },
"autoupdate": { "autoupdate": {
"url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v$version/micronaut-$version.zip", "url": "https://github.com/micronaut-projects/micronaut-core/releases/download/v$version/micronaut-$version.zip",
"extract_dir": "micronaut-$version", "extract_dir": "micronaut-$version",
"hash": { "hash": {
"url": "$url.sha256" "url": "$url.sha256"
}
} }
}
} }

View File

@ -34,5 +34,4 @@
"autoupdate": { "autoupdate": {
"url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v$version/msmpisetup.exe" "url": "https://github.com/Microsoft/Microsoft-MPI/releases/download/v$version/msmpisetup.exe"
} }
} }