ScoopInstaller_Main/bucket/git-crypt.json
张丘洋 dc2e9287e9
git-crypt: Update to version 0.7.0 (#4656)
Change to upstream repository
2023-04-13 13:44:45 +05:30

22 lines
724 B
JSON

{
"version": "0.7.0",
"description": "Store encrypted data in git repository",
"homepage": "https://github.com/AGWA/git-crypt",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/AGWA/git-crypt/releases/download/0.7.0/git-crypt-0.7.0-x86_64.exe#/git-crypt.exe",
"hash": "8c54a3b583cd4fc1483c952480116a9c86f771b02d4403fc6d3627b26cf146e2"
}
},
"bin": "git-crypt.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/AGWA/git-crypt/releases/download/$version/git-crypt-$version-x86_64.exe#/git-crypt.exe"
}
}
}
}