forked from jcwillox/scoop-bucket
-
Notifications
You must be signed in to change notification settings - Fork 0
/
PSConfiguration.json
24 lines (24 loc) · 917 Bytes
/
PSConfiguration.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"version": "1.5.1",
"description": "A PowerShell module to help other modules have settings",
"homepage": "https://github.com/PoshCode/Configuration",
"license": "MIT",
"url": "https://www.powershellgallery.com/api/v2/package/Configuration/1.5.1#/dl.7z",
"hash": "aef66d600f179aeccb08e4018e8f8a5b24ba5aeef3ff492028c568e3bb8323f5",
"pre_install": [
"Remove-Item -Recurse \"$dir\\package\"",
"Remove-Item -Recurse \"$dir\\_rels\"",
"Remove-Item \"$dir\\Configuration.nuspec\"",
"Remove-Item \"$dir\\``[Content_Types``].xml\""
],
"psmodule": {
"name": "Configuration"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/Configuration",
"regex": "Configuration ([\\d.]+)"
},
"autoupdate": {
"url": "https://www.powershellgallery.com/api/v2/package/Configuration/$version#/dl.7z"
}
}