git-lfs: Fix au.hash and add desc (#264)

This commit is contained in:
Hsiao-nan Cheung 2019-07-27 00:41:08 +08:00 committed by Ross Smith II
parent be14e8811b
commit 4ff9ed7dd5

View File

@ -2,6 +2,7 @@
"homepage": "https://git-lfs.github.com/", "homepage": "https://git-lfs.github.com/",
"version": "2.8.0", "version": "2.8.0",
"license": "MIT", "license": "MIT",
"description": "Git extension for versioning large files.",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-386-v2.8.0.zip", "url": "https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-386-v2.8.0.zip",
@ -32,8 +33,7 @@
} }
}, },
"hash": { "hash": {
"url": "https://github.com/git-lfs/git-lfs/releases/tag/v$version", "url": "$baseurl/sha256sums.asc"
"find": "<strong>$basename</strong><br>\\s+([a-fA-F0-9]{64})</p>"
} }
} }
} }