ScoopInstaller_Main/bucket/cppcryptfsctl.json
2024-04-29 00:33:59 +00:00

50 lines
2.0 KiB
JSON

{
"version": "1.4.4.3",
"license": "MIT",
"description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.",
"architecture": {
"64bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.3/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.3/cppcryptfs.exe"
],
"hash": [
"282fa65ea3690a1ffa6d893605d55082ed8f108aa36846fc54a2336f3bb0acca",
"8ce28cd497655fa86c1e705da94487625661560f6711a17bcf87e6e17bea4a57"
]
},
"32bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.3/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.3/cppcryptfs32.exe#/cppcryptfs.exe"
],
"hash": [
"93b215004e44788af585cdc3c8e09d64ae4a23b4ec2132dd68870935ed0f45cd",
"ecba42a30bd0d38d44862b645e28ebcbfadff6c5cf2470c741b23bfd79005813"
]
}
},
"bin": [
"cppcryptfsctl.exe",
"cppcryptfs.exe"
],
"homepage": "https://github.com/bailey27/cppcryptfs",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfs.exe"
]
},
"32bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/$version/cppcryptfs32.exe#/cppcryptfs.exe"
]
}
}
}
}