mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	* add initial config for dioxus * Update checkver * Remove empty entries * Point to latest version, no auto update available * checkver and autoupdate --------- Co-authored-by: HUMORCE <humorce@outlook.com>
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "0.6.3",
 | 
						|
    "description": "A fullstack app framework for web, desktop, mobile, and more.",
 | 
						|
    "homepage": "https://dioxuslabs.com",
 | 
						|
    "license": "Apache-2.0|MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.6.3/dx-x86_64-pc-windows-msvc-v0.6.3.zip",
 | 
						|
            "hash": "3e23e464c2ae010b20170ffd4cc815a0122ccde48b4b8f0305eaffc9509eee00"
 | 
						|
        },
 | 
						|
        "arm64": {
 | 
						|
            "url": "https://github.com/DioxusLabs/dioxus/releases/download/v0.6.3/dx-aarch64-pc-windows-msvc-v0.6.3.zip",
 | 
						|
            "hash": "c470b775f669a1429658ce2543b2e38cc776eae9894afa87509414c23cdeeba2"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "dx.exe",
 | 
						|
    "checkver": {
 | 
						|
        "github": "https://github.com/DioxusLabs/dioxus"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-x86_64-pc-windows-msvc-v$version.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/dx-x86_64-pc-windows-msvc-v$version.sha256"
 | 
						|
                }
 | 
						|
            },
 | 
						|
            "arm64": {
 | 
						|
                "url": "https://github.com/DioxusLabs/dioxus/releases/download/v$version/dx-aarch64-pc-windows-msvc-v$version.zip",
 | 
						|
                "hash": {
 | 
						|
                    "url": "$baseurl/dx-aarch64-pc-windows-msvc-v$version.sha256"
 | 
						|
                }
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |