mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 18:44:47 +00:00
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
|
"version": "1.4.4.7",
|
|
"description": "cppcryptfs is an implementation of the gocryptfs encrypted overlay filesystem in C++ for Windows.",
|
|
"homepage": "https://github.com/bailey27/cppcryptfs",
|
|
"license": {
|
|
"identifier": "MIT",
|
|
"url": "https://github.com/bailey27/cppcryptfs/blob/HEAD/LICENSE.txt"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"5acd0e03af2cb28059818a9a5ba05f6d2bd763774c9abf4ea534bd21f13dcc4f",
|
|
"5cfa208890ccdcdf046f99b14a4b80392325ae3ce86c9b4b4d9397afeb21e34e"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v1.4.4.7/cppcryptfs32.exe#/cppcryptfs.exe"
|
|
],
|
|
"hash": [
|
|
"f834a4a910799fab78ab2572c1864b9a8ff473add3929359a34e5b661807b1fc",
|
|
"cdc5fd0b6beb6c8933fffec0a7987bd71aabd89eac78ccef6bfd22948f24cced"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"cppcryptfsctl.exe",
|
|
"cppcryptfs.exe"
|
|
],
|
|
"checkver": "github",
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs.exe"
|
|
]
|
|
},
|
|
"32bit": {
|
|
"url": [
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
|
|
"https://github.com/bailey27/cppcryptfs/releases/download/v$version/cppcryptfs32.exe#/cppcryptfs.exe"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|