mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* simplex-chat: Add version 1.0.0 * Update bucket/simplex-chat.json Co-authored-by: Issac Lin <issaclin32@gmail.com> Co-authored-by: Issac Lin <issaclin32@gmail.com>
		
			
				
	
	
		
			25 lines
		
	
	
		
			894 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			894 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "1.0.0",
 | 
						|
    "description": "Private and secure chat and applications platform",
 | 
						|
    "homepage": "https://simplex.chat",
 | 
						|
    "license": "AGPL-3.0-only",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/simplex-chat/simplex-chat/releases/download/v1.0.0/simplex-chat-windows-x86-64#/simplex-chat.exe",
 | 
						|
            "hash": "34CD17B6DCCAEE7964C071DBA83222E1BD90EB1580FA46D857D7A80587033E03"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "simplex-chat.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://github.com/simplex-chat/simplex-chat/releases",
 | 
						|
        "regex": "download/v([\\d.]+)/simplex-chat-windows-x86-64"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url" : "https://github.com/simplex-chat/simplex-chat/releases/download/v$version/simplex-chat-windows-x86-64#/simplex-chat.exe"
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |