From 119c2cf0220294a5de85842e1f1ad81c7839645f Mon Sep 17 00:00:00 2001 From: Bharatvaj Hemanth Date: Tue, 19 Sep 2023 01:03:21 +0530 Subject: [PATCH] cppcryptfsctl: Add version 1.4.4.1 (#4651) * cppcryptfsctl: Add version 1.4.4.1 * (chore): Add missing description for cppcryptfsctl * (chore): Remove tab in cppcryptfsctl.json * cppcryptfsctl: Add required cppcryptfs(32).exe * cppcryptfsctl: Remove 32 in cppcryptfs{ctl}32.exe * cppcryptfsctl: Modify autoupdate field to include cppcryptfs Move "bin" outside architecture as they are common for both archs. * Update cppcryptfsctl.json --------- Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> --- bucket/cppcryptfsctl.json | 49 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 bucket/cppcryptfsctl.json 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" + ] + } + } + } +}