mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-10-31 13:51:18 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			1.4 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "version": "1.89.0",
 | |
|     "description": "Boost C++ Libraries",
 | |
|     "homepage": "https://www.boost.org/",
 | |
|     "license": "BSL-1.0",
 | |
|     "architecture": {
 | |
|         "64bit": {
 | |
|             "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.89.0/boost_1_89_0-msvc-14.3-64.exe",
 | |
|             "hash": "sha1:84c419d2c0215be8532bb35836a795ad19cea987"
 | |
|         },
 | |
|         "32bit": {
 | |
|             "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/1.89.0/boost_1_89_0-msvc-14.3-32.exe",
 | |
|             "hash": "sha1:bd18ae5f921dc8e0ed15ef3dd4b7022ed630c71d"
 | |
|         }
 | |
|     },
 | |
|     "innosetup": true,
 | |
|     "pre_install": "Get-ChildItem \"$dir/lib$($architecture.Substring(0, 2))-msvc-*.*\" | Rename-Item -NewName lib",
 | |
|     "env_set": {
 | |
|         "BOOST_ROOT": "$dir",
 | |
|         "Boost_INCLUDE_DIR": "$dir\\boost"
 | |
|     },
 | |
|     "checkver": {
 | |
|         "sourceforge": "boost/boost-binaries",
 | |
|         "regex": "([\\d.]+)+/boost_(?:[\\d_]+)-msvc-(?<msvc>[\\d.]+)-64\\.exe"
 | |
|     },
 | |
|     "autoupdate": {
 | |
|         "architecture": {
 | |
|             "64bit": {
 | |
|                 "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$version/boost_$underscoreVersion-msvc-$matchMsvc-64.exe"
 | |
|             },
 | |
|             "32bit": {
 | |
|                 "url": "https://downloads.sourceforge.net/project/boost/boost-binaries/$version/boost_$underscoreVersion-msvc-$matchMsvc-32.exe"
 | |
|             }
 | |
|         }
 | |
|     }
 | |
| }
 | 
![github-actions[bot]](/assets/img/avatar_default.png)