mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			71 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			71 lines
		
	
	
		
			3.2 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.47.1",
 | |
|     "description": "Simple, complete, and lightweight feature flag solution",
 | |
|     "homepage": "https://gofeatureflag.org",
 | |
|     "license": "MIT",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": [
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag_1.47.1_Windows_x86_64.tar.gz",
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag-cli_1.47.1_Windows_x86_64.tar.gz"
 | |
|             ],
 | |
|             "hash": [
 | |
|                 "18d81164c761c15bca3b0a73ccf482fe579588cb9003f7521e16184bfd516850",
 | |
|                 "305eb4efc2acc96850f839cd7fa775ac6a87bba3279c6575247d8d462a1750d3"
 | |
|             ]
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": [
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag_1.47.1_Windows_i386.tar.gz",
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag-cli_1.47.1_Windows_i386.tar.gz"
 | |
|             ],
 | |
|             "hash": [
 | |
|                 "b6de9b88fc7045d7259b1613bbea996b13bfe31d4f9f13964da5aa6c01af1914",
 | |
|                 "c20aa58e9e3bf80a44b1bdd99de120432ec15d1d0cb087292b9c7e0ccedb8d50"
 | |
|             ]
 | |
|         },
 | |
|         "arm64": {
 | |
|             "url": [
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag_1.47.1_Windows_arm64.tar.gz",
 | |
|                 "https://github.com/thomaspoignant/go-feature-flag/releases/download/v1.47.1/go-feature-flag-cli_1.47.1_Windows_arm64.tar.gz"
 | |
|             ],
 | |
|             "hash": [
 | |
|                 "f8259393ad55e2066dda3e403ba6cff44b1327677943aed76a114c52dbe0d533",
 | |
|                 "cab5324f7e764ea70c89bb44b1e92e74a87f9045646a27e6c25271a031ea9934"
 | |
|             ]
 | |
|         }
 | |
|     },
 | |
|     "bin": [
 | |
|         "go-feature-flag.exe",
 | |
|         "go-feature-flag-cli.exe"
 | |
|     ],
 | |
|     "checkver": {
 | |
|         "github": "https://github.com/thomaspoignant/go-feature-flag"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": [
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_x86_64.tar.gz",
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-cli_$version_Windows_x86_64.tar.gz"
 | |
|                 ]
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": [
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_i386.tar.gz",
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-cli_$version_Windows_i386.tar.gz"
 | |
|                 ]
 | |
|             },
 | |
|             "arm64": {
 | |
|                 "url": [
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag_$version_Windows_arm64.tar.gz",
 | |
|                     "https://github.com/thomaspoignant/go-feature-flag/releases/download/v$version/go-feature-flag-cli_$version_Windows_arm64.tar.gz"
 | |
|                 ]
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "$baseurl/checksums.txt"
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)