mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 fb0822d658
			
		
	
	
		fb0822d658
		
			
		
	
	
	
	
		
			
			* ddosify: Add arm64 architecture * duf: Add arm64 architecture * fx: Add arm64 architecture * hopp-cli: Add arm64 architecture * octosql: Add arm64 architecture * gron: Enable autoupdate * gron: Add arm64 architecture
		
			
				
	
	
		
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "0.0.8",
 | |
|     "description": "An HTTP CLI client for Hoppscotch, an alternative to curl/httpie",
 | |
|     "homepage": "https://hoppscotch.io/",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.8/hopp-cli_0.0.8_windows_x86_64.tar.gz",
 | |
|             "hash": "17307a8d0fa1b38174807a10218d23dffc0c58c46449912fe472595cc23acfef"
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v0.0.8/hopp-cli_0.0.8_windows_arm64.tar.gz",
 | |
|             "hash": "accc78843c9755796b18aa568df184c8942f4a40833c28a0719a1fe1907be830"
 | |
|         }
 | |
|     },
 | |
|     "bin": "hopp-cli.exe",
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/hoppscotch/hopp-cli"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v$version/hopp-cli_$version_windows_x86_64.tar.gz"
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": "https://github.com/hoppscotch/hopp-cli/releases/download/v$version/hopp-cli_$version_windows_arm64.tar.gz"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/checksums.txt"
 | |
|         }
 | |
|     }
 | |
| }
 |