psgithub: Update to version 0.15.240

This commit is contained in:
Rashil Gandhi 2022-08-28 15:35:20 +05:30 committed by GitHub
parent f1469006bd
commit bc54a5fef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,18 @@
{ {
"version": "2017.01.22", "version": "0.15.240",
"description": "PowerShell module to manage GitHub through its REST API.", "description": "PowerShell module to manage GitHub through its REST API.",
"homepage": "https://github.com/pcgeek86/PSGitHub", "homepage": "https://github.com/pcgeek86/PSGitHub",
"license": "MIT", "license": "MIT",
"url": "https://github.com/pcgeek86/PSGitHub/archive/3e05a8faa50106c4f339696b0b08b065ae96bb7d.zip", "url": "https://psg-prod-eastus.azureedge.net/packages/psgithub.0.15.240.nupkg",
"hash": "6f34c7041b1b8262fddf0d66cd7a165bbe78a0d40701a682b8ddd8c0d20f74b0", "hash": "8a9f1b059808f432b1f3431b2047c4702c7b562e21ef7031ee79a56c876969fa",
"extract_dir": "PSGitHub-3e05a8faa50106c4f339696b0b08b065ae96bb7d",
"psmodule": { "psmodule": {
"name": "PSGitHub" "name": "PSGitHub"
},
"checkver": {
"url": "https://www.powershellgallery.com/packages/PSGitHub",
"regex": "Downloads of ([\\d.]+)"
},
"autoupdate": {
"url": "https://psg-prod-eastus.azureedge.net/packages/psgithub.$version.nupkg"
} }
} }