portainer: add au.hash

This commit is contained in:
linsui 2019-08-15 19:09:40 +08:00
parent 22e28a2278
commit 0c72f9d3c1

View File

@ -1,5 +1,6 @@
{
"homepage": "https://portainer.io/",
"description": "Making Docker management easy.",
"license": "Zlib",
"version": "1.22.0",
"architecture": {
@ -16,7 +17,11 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/portainer/portainer/releases/download/$version/portainer-$version-windows-amd64.tar.gz"
"url": "https://github.com/portainer/portainer/releases/download/$version/portainer-$version-windows-amd64.tar.gz",
"hash": {
"url": "$baseurl/portainer-$version-windows-amd64-checksum.txt",
"regex": "$sha256"
}
}
}
}