Skip to content
Open
Changes from all commits
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
32 changes: 32 additions & 0 deletions bucket/dsc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "3.1.1",
"description": "DSC since v3 is an open source command line application that abstracts the management of software components declaratively and idempotently.",
"homepage": "https://github.com/PowerShell/dsc",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-x86_64-pc-windows-msvc.zip",
"hash": "677873da773755b34e89fa57fe086e88b1dff87d560128e48cc5e5d2318525b7"
},
"arm64": {
"url": "https://github.com/PowerShell/DSC/releases/download/v3.1.1/DSC-3.1.1-aarch64-pc-windows-msvc.zip",
"hash": "a4a0b61411b155a19d89be33b1a4491a85562424e9d7f09476ba8b91f6606afd"
}
},
"bin": "dsc.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/PowerShell/DSC/releases/download/v$version/DSC-$version-aarch64-pc-windows-msvc.zip"
}
},
"hash": {
"url": "https://github.com/PowerShell/DSC/releases/tag/v$version",
"regex": "(?s)$basename.*?$sha256"
}
}
}
Loading