dirhash: Update to version 1.10.0

This commit is contained in:
Jakub Čábera 2020-08-02 10:36:42 +02:00
parent 74dfd00f84
commit 5966206e22

View File

@ -1,22 +1,22 @@
{
"homepage": "https://idrassi.github.io/DirHash",
"version": "1.10.0",
"description": "DirHash is a Windows console program that computes the hash of a given directory content or a single file",
"homepage": "https://idrassi.github.io/DirHash",
"license": "BSD-3-Clause",
"version": "1.9.0",
"architecture": {
"64bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x64.zip",
"hash": "5cf9606bede101f92a39fee3a7efc4699d089f5e9152260a427fd0ec9e558d85"
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x64.zip",
"hash": "2011eacd3c2e6874c3ad9ea0742542b6c5fa602c38bcd65ceadd796edf43c1b0"
},
"32bit": {
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.9.0/DirHash-1.9.0-x86.zip",
"hash": "5c877485d1227e9ce9a4cf6c9d1f7d2f1d9e72d15add89e520e106a54dd5a3c2"
"url": "https://github.com/idrassi/DirHash/releases/download/DirHash_1.10.0/DirHash-1.10.0-x86.zip",
"hash": "4820f971350b80d75a41d2080926bf6785dfc004d95c0e8ce20fa1e1da99dab5"
}
},
"bin": "DirHash.exe",
"checkver": {
"url": "https://github.com/idrassi/DirHash/releases/latest",
"re": "DirHash-([\\d.]+)-x64.zip"
"github": "https://github.com/idrassi/DirHash",
"regex": "DirHash-([\\d.]+)-x64\\.zip"
},
"autoupdate": {
"architecture": {
@ -28,8 +28,8 @@
}
},
"hash": {
"url": "https://github.com/idrassi/DirHash/releases/latest",
"find": "$basename:\\s+([0-9a-fA-F]{64})"
"url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version",
"regex": "$basename:\\s*<code>$sha256"
}
}
}