mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "2.12.7",
 | |
|     "description": "Release automation tool for Go projects.",
 | |
|     "homepage": "https://goreleaser.com",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.7/goreleaser_Windows_x86_64.zip",
 | |
|             "hash": "d8bfa5643ce29645d0bb11bc2aac8061579d14f720ed278e3d75ead8f3f5b0d4"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.7/goreleaser_Windows_i386.zip",
 | |
|             "hash": "ac68032d1df50b146b3d9d719be36c82d41d6ab610bcd0044ac0027708878872"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/goreleaser/goreleaser/releases/download/v2.12.7/goreleaser_Windows_arm64.zip",
 | |
|             "hash": "ff5d9692c4acff082869d0bf4995661c31f9e73bda278ec50b07e7f8ac6c02e6"
 | |
|         }
 | |
|     },
 | |
|     "bin": "goreleaser.exe",
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/goreleaser/goreleaser/"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/checksums.txt",
 | |
|             "regex": "$sha256  $basename\\n"
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)