kompose: fix hash extraction

This commit is contained in:
Richard Kuhnt 2018-03-07 18:30:42 +01:00
parent 8b70b9c14c
commit 0c48e8b11f

View File

@ -22,7 +22,8 @@
} }
}, },
"hash": { "hash": {
"url": "$url.sha256" "url": "https://github.com/kubernetes/kompose/releases/tag/v$version",
"find": ">kompose-windows-amd64.exe[^.]+([0-9a-fA-F]{64})"
} }
} }
} }