mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-03 23:31:20 +00:00 
			
		
		
		
	rustic: Add version 0.5.4 (#5042)
* rustic: Add version 0.5.4 * adding hash * Add env variable, add persist directories * Update rustic.json * Update rustic.json --------- Co-authored-by: HUMORCE <humorce@outlook.com>
This commit is contained in:
		
							parent
							
								
									8d70a46021
								
							
						
					
					
						commit
						5641887806
					
				
							
								
								
									
										33
									
								
								bucket/rustic.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										33
									
								
								bucket/rustic.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,33 @@
 | 
				
			|||||||
 | 
					{
 | 
				
			||||||
 | 
					    "version": "0.5.4",
 | 
				
			||||||
 | 
					    "description": "fast, encrypted, and deduplicated backups powered by Rust",
 | 
				
			||||||
 | 
					    "homepage": "https://rustic.cli.rs",
 | 
				
			||||||
 | 
					    "license": "MIT|Apache-2.0",
 | 
				
			||||||
 | 
					    "architecture": {
 | 
				
			||||||
 | 
					        "64bit": {
 | 
				
			||||||
 | 
					            "url": "https://github.com/rustic-rs/rustic/releases/download/v0.5.4/rustic-v0.5.4-x86_64-pc-windows-msvc.tar.gz",
 | 
				
			||||||
 | 
					            "hash": "4a5074a2937dcf1b8bcc1bdeebdb9d10364062b00e0c6475b4e0d8859ebb49d2"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "env_set": {
 | 
				
			||||||
 | 
					        "RUSTIC_HOME": "$dir"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "bin": "rustic.exe",
 | 
				
			||||||
 | 
					    "persist": [
 | 
				
			||||||
 | 
					        "config",
 | 
				
			||||||
 | 
					        "logs"
 | 
				
			||||||
 | 
					    ],
 | 
				
			||||||
 | 
					    "checkver": {
 | 
				
			||||||
 | 
					        "github": "https://github.com/rustic-rs/rustic"
 | 
				
			||||||
 | 
					    },
 | 
				
			||||||
 | 
					    "autoupdate": {
 | 
				
			||||||
 | 
					        "architecture": {
 | 
				
			||||||
 | 
					            "64bit": {
 | 
				
			||||||
 | 
					                "url": "https://github.com/rustic-rs/rustic/releases/download/v$version/rustic-v$version-x86_64-pc-windows-msvc.tar.gz"
 | 
				
			||||||
 | 
					            }
 | 
				
			||||||
 | 
					        },
 | 
				
			||||||
 | 
					        "hash": {
 | 
				
			||||||
 | 
					            "url": "$url.sha256"
 | 
				
			||||||
 | 
					        }
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
 | 
					}
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user