mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	 27b5ecb089
			
		
	
	
		27b5ecb089
		
			
		
	
	
	
	
		
			
			* forego: Deprecate manifest * mariadb: Fix checkver and update to 10.6.5 * redis: Move `redis5` to `redis` * Use JSONPath in mariadb Signed-off-by: Hsiao-nan Cheung <niheaven@gmail.com> * Fix whitespaces * trigger CI Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
		
			
				
	
	
		
			29 lines
		
	
	
		
			986 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			986 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "20180217041714",
 | |
|     "description": "Manage Procfile-based applications via Foreman.",
 | |
|     "homepage": "https://github.com/ddollar/forego",
 | |
|     "license": "Apache-2.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://bin.equinox.io/a/cNQswJNYTQe/forego-20180217041714-windows-amd64.zip",
 | |
|             "hash": "97ccd726c7faaecf0fc6d9404137c82b11798482b6f03f6f477af889c602de1a"
 | |
|         }
 | |
|     },
 | |
|     "bin": "forego.exe",
 | |
|     "checkver": {
 | |
|         "url": "https://dl.equinox.io/ddollar/forego/stable/archive",
 | |
|         "regex": "https://bin.equinox.io/a/(?<dir>\\w+)/forego-(\\d+)-windows-amd64.zip"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://bin.equinox.io/a/$matchDir/forego-$version-windows-amd64.zip"
 | |
|             }
 | |
|         },
 | |
|         "hash": {
 | |
|             "url": "https://dl.equinox.io/ddollar/forego/stable/archive",
 | |
|             "regex": "(?sm)$basename.*?$sha256"
 | |
|         }
 | |
|     }
 | |
| }
 |