mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
50 lines
2.0 KiB
JSON
50 lines
2.0 KiB
JSON
{
|
|
"version": "1.4.4.4",
|
|
"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.4/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.4/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"74a1fc8c4b0c42375a1f3380b330d3db1f4c2dada2c78d25f51fbc4e12da43b7",
|
|
"be7db02df851bec90ea866fa97e20782f2a310396d02df975abf48756d0f4ec6"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.4/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.4/cppcryptfs32.exe#/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"38695bf926c88233831ab2f0732932cbc896259ec7040ae4aaca8cb6af35392a",
|
|
"09b9798a4123437f856bfe72ea2a78e6449399b2584e8434836fa379d9c63805"
|
|
]
|
|
}
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|