mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	bit: Update to version 0.7.5
This commit is contained in:
		
							parent
							
								
									16de4f0c92
								
							
						
					
					
						commit
						5a35738c01
					
				@ -1,16 +1,16 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "0.6.10",
 | 
			
		||||
    "version": "0.7.5",
 | 
			
		||||
    "description": "Modernized git CLI",
 | 
			
		||||
    "homepage": "https://github.com/chriswalz/bit",
 | 
			
		||||
    "license": "Apache-2.0",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_x86_64.tar.gz",
 | 
			
		||||
            "hash": "5df20efd67572decc8d2fdaaa9fae10af28525cb5face9fa6e3e392882c94680"
 | 
			
		||||
            "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_amd64.tar.gz",
 | 
			
		||||
            "hash": "41e9305c1533950936b4d356c0102fff355c99957fd6f11db128c4ede51e1ce7"
 | 
			
		||||
        },
 | 
			
		||||
        "32bit": {
 | 
			
		||||
            "url": "https://github.com/chriswalz/bit/releases/download/v0.6.10/bit_0.6.10_Windows_i386.tar.gz",
 | 
			
		||||
            "hash": "73717340154545736759f96860e7283d8e77d75b9339ab53b8874b7be1f48b30"
 | 
			
		||||
            "url": "https://github.com/chriswalz/bit/releases/download/v0.7.5/bit_0.7.5_Windows_386.tar.gz",
 | 
			
		||||
            "hash": "0aee56bc8a21f1e0de9724176dc930bf8a4b8e87696770aed4aeb0a5148bd3ac"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "bit.exe",
 | 
			
		||||
@ -18,14 +18,14 @@
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_x86_64.tar.gz"
 | 
			
		||||
                "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_amd64.tar.gz"
 | 
			
		||||
            },
 | 
			
		||||
            "32bit": {
 | 
			
		||||
                "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_i386.tar.gz"
 | 
			
		||||
                "url": "https://github.com/chriswalz/bit/releases/download/v$version/bit_$version_Windows_386.tar.gz"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
            "url": "$baseurl/checksums.txt"
 | 
			
		||||
            "url": "$baseurl/bit_$version_checksums.txt"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user