gof: add au.hash (#343)

This commit is contained in:
linsui 2019-08-15 22:32:34 +08:00 committed by Chawye Hsu
parent ca72bdd16d
commit 71d7f1a1fd

View File

@ -5,25 +5,26 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip", "url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_amd64.zip",
"hash": "61A00215F6F15C28563A8D844440109C162E48369C908131AF36FD99EB867580" "hash": "sha1:b47b6ef1534b4d5ead91dd52421d17daa04fc2b9"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip", "url": "https://github.com/mattn/gof/releases/download/v0.0.1/gof_windows_386.zip",
"hash": "4F0CCAC830D80E1401D5C51349AA639950792657E900BB54DC36FF6B1723A0DA" "hash": "sha1:46ab950c686ddafa53456e79c8cf7a75c54a67f5"
} }
}, },
"bin": "gof.exe", "bin": "gof.exe",
"checkver": { "checkver": "github",
"github": "https://github.com/mattn/gof"
},
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/mattn/gof/releases/download/$version/gof_windows_amd64.zip" "url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_amd64.zip"
}, },
"32bit": { "32bit": {
"url": "https://github.com/mattn/gof/releases/download/$version/gof_windows_386.zip" "url": "https://github.com/mattn/gof/releases/download/v$version/gof_windows_386.zip"
} }
},
"hash": {
"url": "$baseurl/SHASUMS"
} }
} }
} }