mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	- Add `description` - Use download urls in `downloads.rclone.org` (main site) - Use version file in download site to `checkver` - Add `autoupdate.hash`
		
			
				
	
	
		
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "homepage": "https://rclone.org",
 | 
						|
    "description": "rsync for cloud storage",
 | 
						|
    "version": "1.46",
 | 
						|
    "license": "MIT",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "url": "https://downloads.rclone.org/v1.46/rclone-v1.46-windows-amd64.zip",
 | 
						|
            "hash": "1ac2930725ddb9c3d22c7ed677a4c1d3c5358972ef38d5f1a33486dc5c64be6b",
 | 
						|
            "extract_dir": "rclone-v1.46-windows-amd64"
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "url": "https://downloads.rclone.org/v1.46/rclone-v1.46-windows-386.zip",
 | 
						|
            "hash": "3b706a692d8a8e6260d09a33fda350b369e7c71a85ca822f4ab071eac79fc4fe",
 | 
						|
            "extract_dir": "rclone-v1.46-windows-386"
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "bin": "rclone.exe",
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://downloads.rclone.org/version.txt",
 | 
						|
        "regex": "rclone v(.+)"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "url": "https://downloads.rclone.org/v$version/rclone-v$version-windows-amd64.zip",
 | 
						|
                "extract_dir": "rclone-v$version-windows-amd64"
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "url": "https://downloads.rclone.org/v$version/rclone-v$version-windows-386.zip",
 | 
						|
                "extract_dir": "rclone-v$version-windows-386"
 | 
						|
            }
 | 
						|
        },
 | 
						|
        "hash": {
 | 
						|
            "url": "$baseurl/SHA256SUMS"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |