diff --git a/bucket/cppcryptfsctl.json b/bucket/cppcryptfsctl.json new file mode 100644 index 0000000000..f2b4c6ba17 --- /dev/null +++ b/bucket/cppcryptfsctl.json @@ -0,0 +1,49 @@ +{ + "version": "1.4.4.1", + "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.1/cppcryptfsctl.exe", + "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfs.exe" + ], + "hash": [ + "30141acf45b5fdbb30208465f3f629d45467211f22950cc3e260e6d61ea02b89", + "2f4af3b75b7341acaec1c4d5b156a1c2e9eb071e0f3d5fc0bae28f336c48fe3a" + ] + }, + "32bit": { + "url": [ + "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfsctl32.exe#/cppcryptfsctl.exe", + "https://github.com/bailey27/cppcryptfs/releases/download/1.4.4.1/cppcryptfs32.exe#/cppcryptfs.exe" + ], + "hash": [ + "bcd10379d362c15ca78050ca43ef7ce4dd676be349125b0f50b26a0619a4f12a", + "f561c474572ceca71373dd94af80881e09e94f37e50d257f5f0d348d59f97484" + ] + } + }, + "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" + ] + } + } + } +}