ScoopInstaller_Main/bucket/cppcryptfsctl.json
2023-09-27 04:26:27 +00:00

50 lines
2.0 KiB
JSON

{
"version": "1.4.4.2",
"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.2/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs.exe"
],
"hash": [
"a8f96fbf026ec05d847e1fb7743be7231ed9cd279ddbf47a5fd056dbfc83ebd3",
"2030224f3abd45a76c4b325f67c7750e8510ef02a968c1c2f90645a2681fcadc"
]
},
"32bit": {
"url": [
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfsctl32.exe#/cppcryptfsctl.exe",
"https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.2/cppcryptfs32.exe#/cppcryptfs.exe"
],
"hash": [
"0df5cb8f59d72dcad144132df519b4c37467366a89a0427308fc7bc902be99f6",
"9d6c373efe511b51b0ef244525c5add6782469e936b43de142d296bd4d5f862d"
]
}
},
"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"
]
}
}
}
}