Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(binaries): Support YAML typed manifests #94

Merged
merged 8 commits into from
Dec 22, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
last touch
  • Loading branch information
Ash258 committed Dec 21, 2020
commit 0948445ff3a8461046534d675e07460401743498
1 change: 1 addition & 0 deletions .vscode/Shovel.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@
"bucket/*.json*",
"deprecated/*.json*",
"TODO/*.json*",
"supporting/*.json*",
],
},
],
Expand Down
4 changes: 3 additions & 1 deletion supporting/shimexe.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
version: 1.0.2
description: Scoop shim
homepage: https://github.com/Ash258/Scoop-Shim
license: Unlicense
license:
identifier: GPL-3.0-only
url: https://github.com/Ash258/Scoop-Shim/blob/main/LICENSE
url: https://github.com/Ash258/Scoop-Shim/releases/download/1.0.2/shim.exe
hash: 9726c3a429009a5b22bd92cb8ab96724c670e164e7240e83f27b7c8b7bd1ca39
checkver: github
Expand Down
7 changes: 5 additions & 2 deletions supporting/yaml.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{
"version": "0.4.2",
"desciption": "Powershell module for yaml parsing",
"description": "Powershell module for yaml parsing",
"homepage": "https://github.com/cloudbase/powershell-yaml",
"license": "Apache-2.0",
"license": {
"identifier": "Apache-2.0",
"url": "https://github.com/cloudbase/powershell-yaml/blob/master/LICENSE"
},
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.0.4.2.nupkg",
"hash": "47f21c151775c2f0d8a21c86cedca3998f0bbcfd309b27977c9024f48da9787c",
"pre_install": [
Expand Down