mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.6.0-701fb8e",
 | 
						|
    "description": "Store encrypted data in git repository",
 | 
						|
    "homepage": "https://www.agwa.name/projects/git-crypt/",
 | 
						|
    "license": "GPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/rasa/git-crypt/releases/download/0.6.0-701fb8e/git-crypt-x64.exe#/git-crypt.exe",
 | 
						|
            "hash": "ae9126b1fe96b723a7d29fc53755d9e3ea81a454378a28f8baad78607143d1ce"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://github.com/rasa/git-crypt/releases/download/0.6.0-701fb8e/git-crypt.exe",
 | 
						|
            "hash": "52a0087796381e401d15f16b8c819e64b8dc76d6b850799a086fb18d5022bd4e"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "git-crypt.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/rasa/git-crypt",
 | 
						|
        "regex": "tag/([\\w.-]+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/rasa/git-crypt/releases/download/$version/git-crypt-x64.exe#/git-crypt.exe"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://github.com/rasa/git-crypt/releases/download/$version/git-crypt.exe"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "https://github.com/rasa/git-crypt/releases/tag/$version"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |