gof: Update to version 0.0.8 (#943)

This commit is contained in:
Jakub Čábera 2020-04-02 03:54:17 +02:00 committed by GitHub
parent 973ccf47cd
commit a0e837e8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,16 +1,13 @@
{
"version": "0.0.8",
"description": "Fuzzy search tool written in Go",
"homepage": "https://github.com/mattn/gof",
"description": "Fuzzy search tool written in Go.",
"version": "0.0.3",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_amd64.zip",
"hash": "sha1:1e6e1c5c191455ae7ff21c68c79c872a053f5b1a"
},
"32bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.3/gof_windows_386.zip",
"hash": "sha1:24ee9ecf167a372af32c63913befcc029722fc02"
"url": "https://github.com/mattn/gof/releases/download/v0.0.8/gof_v0.0.8_windows_amd64.zip",
"hash": "0c7c0f03602959ed57c8e25d76a84db0a43670373ab841d8ac3ef605404b5c24",
"extract_dir": "gof_v0.0.8_windows_amd64"
}
},
"bin": "gof.exe",
@ -18,14 +15,9 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_amd64.zip"
},
"32bit": {
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_386.zip"
"url": "https://github.com/mattn/gof/releases/download/v$version/gof_v$version_windows_amd64.zip",
"extract_dir": "gof_v$version_windows_amd64"
}
},
"hash": {
"url": "$baseurl/SHASUMS"
}
}
}