mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-10-31 22:01:19 +00:00
(chore): Fix download and autoupdate URLs in PowerShell module manifests (#7195)
This commit is contained in:
parent
fbaeac3e53
commit
25b4560167
@ -3,7 +3,7 @@
|
||||
"description": "An ACME (Let's Encrypt) client library and PowerShell client for the .NET platform",
|
||||
"homepage": "https://github.com/ebekker/ACMESharp",
|
||||
"license": "Unknown",
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/acmesharp.0.9.1.326.nupkg",
|
||||
"url": "https://cdn.powershellgallery.com/packages/acmesharp.0.9.1.326.nupkg",
|
||||
"hash": "e8c3c6799c03e7d3df41b6c39c7f3761ec027f94800f4bdf177b274a407012dd",
|
||||
"psmodule": {
|
||||
"name": "ACMESharp"
|
||||
@ -13,6 +13,6 @@
|
||||
"regex": "Downloads of ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/acmesharp.$version.nupkg"
|
||||
"url": "https://cdn.powershellgallery.com/packages/acmesharp.$version.nupkg"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "PowerShell module to import/export Excel spreadsheets, without Excel",
|
||||
"homepage": "https://github.com/dfinke/ImportExcel",
|
||||
"license": "Apache-2.0",
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/importexcel.7.8.10.nupkg",
|
||||
"url": "https://cdn.powershellgallery.com/packages/importexcel.7.8.10.nupkg",
|
||||
"hash": "d8a1d79dc8cf10c0eea30b68b70459b3fb4cac0042fb756fcb23890671857e4c",
|
||||
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content*.xml\" -Recurse",
|
||||
"psmodule": {
|
||||
@ -14,6 +14,6 @@
|
||||
"regex": "<h2>([\\d.]+)</h2>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/importexcel.$version.nupkg"
|
||||
"url": "https://cdn.powershellgallery.com/packages/importexcel.$version.nupkg"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "A whitespace reformatter and code cleaner for Windows PowerShell and PowerShell Core",
|
||||
"homepage": "https://github.com/DTW-DanWard/PowerShell-Beautifier",
|
||||
"license": "MIT",
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-beautifier.1.2.5.nupkg",
|
||||
"url": "https://cdn.powershellgallery.com/packages/powershell-beautifier.1.2.5.nupkg",
|
||||
"hash": "3ec3d76a2b303136bc73f91d278f03b748cf5cc6aa6287aa3ea180adf39c6ff3",
|
||||
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content_Types*.xml\" -Recurse",
|
||||
"psmodule": {
|
||||
@ -14,6 +14,6 @@
|
||||
"regex": "<h2>([\\d\\.]+)</h2>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-beautifier.$version.nupkg"
|
||||
"url": "https://cdn.powershellgallery.com/packages/powershell-beautifier.$version.nupkg"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "PowerShell module for serializing and deserializing YAML",
|
||||
"homepage": "https://github.com/cloudbase/powershell-yaml",
|
||||
"license": "MIT",
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.0.4.12.nupkg",
|
||||
"url": "https://cdn.powershellgallery.com/packages/powershell-yaml.0.4.12.nupkg",
|
||||
"hash": "d4602bc7a4a093766520422d53ca8b09acde162286fae11e2ee6c8edfea07810",
|
||||
"pre_install": "Remove-Item \"$dir\\_rels\", \"$dir\\package\", \"$dir\\*Content_Types*.xml\" -Recurse",
|
||||
"psmodule": {
|
||||
@ -14,6 +14,6 @@
|
||||
"regex": "<h2>([\\d\\.]+)</h2>"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/powershell-yaml.$version.nupkg"
|
||||
"url": "https://cdn.powershellgallery.com/packages/powershell-yaml.$version.nupkg"
|
||||
}
|
||||
}
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
"description": "PowerShell module to manage GitHub through its REST API.",
|
||||
"homepage": "https://github.com/pcgeek86/PSGitHub",
|
||||
"license": "MIT",
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/psgithub.0.15.240.nupkg",
|
||||
"url": "https://cdn.powershellgallery.com/packages/psgithub.0.15.240.nupkg",
|
||||
"hash": "8a9f1b059808f432b1f3431b2047c4702c7b562e21ef7031ee79a56c876969fa",
|
||||
"psmodule": {
|
||||
"name": "PSGitHub"
|
||||
@ -13,6 +13,6 @@
|
||||
"regex": "Downloads of ([\\d.]+)"
|
||||
},
|
||||
"autoupdate": {
|
||||
"url": "https://psg-prod-eastus.azureedge.net/packages/psgithub.$version.nupkg"
|
||||
"url": "https://cdn.powershellgallery.com/packages/psgithub.$version.nupkg"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user