mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	avr-gcc: Update to 11.1.0 (#2246)
* reverts back to using Zak's Kembles AVR-GCC. * Adds back binaries for path. Closes #2156 Resolves #2275, resolves #2418
This commit is contained in:
		
							parent
							
								
									5048171d4c
								
							
						
					
					
						commit
						3a7d53cca0
					
				@ -1,18 +1,18 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
    "version": "10.2.0",
 | 
					    "version": "11.1.0",
 | 
				
			||||||
    "description": "AVR toolchain for Windows by Lumito (based on Zak Kemble's one)",
 | 
					    "description": "AVR toolchain for Windows by Zak Kemble.",
 | 
				
			||||||
    "homepage": "https://www.lumito.net/2020/11/02/released-avr-gcc-10-2-0/",
 | 
					    "homepage": "https://blog.zakkemble.net/avr-gcc-builds/",
 | 
				
			||||||
    "license": "BSD-3-Clause",
 | 
					    "license": "BSD-3-Clause",
 | 
				
			||||||
    "architecture": {
 | 
					    "architecture": {
 | 
				
			||||||
        "64bit": {
 | 
					        "64bit": {
 | 
				
			||||||
            "url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/10.2.0/avr-gcc-10.2.0-x64-windows.7z",
 | 
					            "url": "https://blog.zakkemble.net/download/avr-gcc-11.1.0-x64-windows.zip",
 | 
				
			||||||
            "hash": "c72e1adf1ac2d79766e2eb4b7316bf8232335b0be6cdb1c04395d943d702f15e",
 | 
					            "hash": "md5:3043B0659163DD116D02FE3470D404D5",
 | 
				
			||||||
            "extract_dir": "avr-gcc-10.2.0-x64-windows"
 | 
					            "extract_dir": "avr-gcc-11.1.0-x64-windows"
 | 
				
			||||||
        },
 | 
					        },
 | 
				
			||||||
        "32bit": {
 | 
					        "32bit": {
 | 
				
			||||||
            "url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/10.2.0/avr-gcc-10.2.0-x86-windows.7z",
 | 
					            "url": "https://blog.zakkemble.net/download/avr-gcc-11.1.0-x86-windows.zip",
 | 
				
			||||||
            "hash": "01c97759ced85b8a23d511dfef6554d6e64806a10de3bd2034629a67b5feb068",
 | 
					            "hash": "md5:B6459D9048B0870A96544330E54B66AE",
 | 
				
			||||||
            "extract_dir": "avr-gcc-10.2.0-x86-windows"
 | 
					            "extract_dir": "avr-gcc-11.1.0-x86-windows"
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    "bin": [
 | 
					    "bin": [
 | 
				
			||||||
@ -24,7 +24,7 @@
 | 
				
			|||||||
        "bin\\avr-cpp.exe",
 | 
					        "bin\\avr-cpp.exe",
 | 
				
			||||||
        "bin\\avr-elfedit.exe",
 | 
					        "bin\\avr-elfedit.exe",
 | 
				
			||||||
        "bin\\avr-g++.exe",
 | 
					        "bin\\avr-g++.exe",
 | 
				
			||||||
        "bin\\avr-gcc-10.2.0.exe",
 | 
					        "bin\\avr-gcc-11.1.0.exe",
 | 
				
			||||||
        "bin\\avr-gcc-ar.exe",
 | 
					        "bin\\avr-gcc-ar.exe",
 | 
				
			||||||
        "bin\\avr-gcc-nm.exe",
 | 
					        "bin\\avr-gcc-nm.exe",
 | 
				
			||||||
        "bin\\avr-gcc-ranlib.exe",
 | 
					        "bin\\avr-gcc-ranlib.exe",
 | 
				
			||||||
@ -51,11 +51,11 @@
 | 
				
			|||||||
    "autoupdate": {
 | 
					    "autoupdate": {
 | 
				
			||||||
        "architecture": {
 | 
					        "architecture": {
 | 
				
			||||||
            "64bit": {
 | 
					            "64bit": {
 | 
				
			||||||
                "url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/$version/avr-gcc-$version-x64-windows.7z",
 | 
					                "url": "https://blog.zakkemble.net/download/avr-gcc-$version-x64-windows.zip",
 | 
				
			||||||
                "extract_dir": "avr-gcc-$version-x64-windows"
 | 
					                "extract_dir": "avr-gcc-$version-x64-windows"
 | 
				
			||||||
            },
 | 
					            },
 | 
				
			||||||
            "32bit": {
 | 
					            "32bit": {
 | 
				
			||||||
                "url": "https://dl.bintray.com/lumito/public/projects/avr-gcc/$version/avr-gcc-$version-x86-windows.7z",
 | 
					                "url": "https://blog.zakkemble.net/download/avr-gcc-$version-x86-windows.zip",
 | 
				
			||||||
                "extract_dir": "avr-gcc-$version-x86-windows"
 | 
					                "extract_dir": "avr-gcc-$version-x86-windows"
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user