ghq: Update to version 0.13.1

This commit is contained in:
Richard Kuhnt 2019-12-03 16:00:25 +00:00
parent 55bbfc1edc
commit 1adf4f70d9

View File

@ -1,17 +1,17 @@
{ {
"homepage": "https://github.com/motemen/ghq", "homepage": "https://github.com/motemen/ghq",
"description": "Remote repository management made easy.", "description": "Remote repository management made easy.",
"version": "0.13.0", "version": "0.13.1",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.13.0/ghq_windows_amd64.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.13.1/ghq_windows_amd64.zip",
"hash": "sha1:c5d6bec2a372ab2ae4e3334767cd65508535d89d", "hash": "sha1:c38b1bee1ae2aeb04d304c8cd4147fe69b704e30",
"extract_dir": "ghq_windows_amd64" "extract_dir": "ghq_windows_amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/motemen/ghq/releases/download/v0.13.0/ghq_windows_386.zip", "url": "https://github.com/motemen/ghq/releases/download/v0.13.1/ghq_windows_386.zip",
"hash": "sha1:7761b82158badf724abe0a5ba39e6394ecd2afad", "hash": "sha1:ce88c9c4eeda84784950049a4b101490cf8c173c",
"extract_dir": "ghq_windows_386" "extract_dir": "ghq_windows_386"
} }
}, },