mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* 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>
		
	
			
		
			
				
	
	
		
			50 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "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"
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |