mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
* pester@5.3.1: Fix manifest - The package converted to a PS module * pester@5.3.1: Update homepage url * update checkver
23 lines
732 B
JSON
23 lines
732 B
JSON
{
|
|
"version": "5.3.1",
|
|
"description": "Pester is a test and mock framework for PowerShell.",
|
|
"homepage": "https://pester.dev",
|
|
"license": "Apache-2.0",
|
|
"notes":[
|
|
"'Pester' is currently installed as a PS module",
|
|
"For more information, visit: 'https://pester.dev/docs/quick-start'"
|
|
],
|
|
"url": "https://globalcdn.nuget.org/packages/pester.5.3.1.nupkg",
|
|
"hash": "ea4ed471b21a614bd3f4a157623941e372deea60c0e224e1e0f7ef5527a8b30c",
|
|
"extract_dir": "tools",
|
|
"psmodule": {
|
|
"name": "Pester"
|
|
},
|
|
"checkver":{
|
|
"github": "https://github.com/pester/Pester"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://globalcdn.nuget.org/packages/pester.$version.nupkg"
|
|
}
|
|
}
|