dirhash: Fix hash extraction

This commit is contained in:
Rashil Gandhi 2022-01-23 02:26:15 +05:30 committed by GitHub
parent e95e0740d9
commit cdb6425f5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,7 +29,7 @@
}, },
"hash": { "hash": {
"url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version", "url": "https://github.com/idrassi/DirHash/releases/tag/DirHash_$version",
"regex": "$basename:\\s*<code>$sha256" "regex": "$basename:\\s*$sha256"
} }
} }
} }