mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"version": "1.4.4.5",
|
|
"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.5/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"8ef2d649539f934e6db2cfa272535ee4016dc1f7585e53307be5ac9e3d0c1af8",
|
|
"15510c6f87eeafc4d04c1d709173055f8519d2a18cf97a9d017bbfc9aebba7e3"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.5/cppcryptfs32.exe#/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"c9e6554aa0226761b93c910d5b83274086c4eb18ddbb921cfa6a651541b6bb35",
|
|
"9456caa33e53c42a68c286ff5a5c6050c98f195375e4e18ea00eba04c308e7c9"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|