diff --git a/bucket/psgithub.json b/bucket/psgithub.json index 8480cbd016..2fb19dea7b 100644 --- a/bucket/psgithub.json +++ b/bucket/psgithub.json @@ -1,12 +1,18 @@ { - "version": "2017.01.22", + "version": "0.15.240", "description": "PowerShell module to manage GitHub through its REST API.", "homepage": "https://github.com/pcgeek86/PSGitHub", "license": "MIT", - "url": "https://github.com/pcgeek86/PSGitHub/archive/3e05a8faa50106c4f339696b0b08b065ae96bb7d.zip", - "hash": "6f34c7041b1b8262fddf0d66cd7a165bbe78a0d40701a682b8ddd8c0d20f74b0", - "extract_dir": "PSGitHub-3e05a8faa50106c4f339696b0b08b065ae96bb7d", + "url": "https://psg-prod-eastus.azureedge.net/packages/psgithub.0.15.240.nupkg", + "hash": "8a9f1b059808f432b1f3431b2047c4702c7b562e21ef7031ee79a56c876969fa", "psmodule": { "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" } }