mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	nfpm: Add version 2.42.1 (#6842)
* add nfpm 2.42.1 Signed-off-by: Slach <bloodjazman@gmail.com> * add nfpm 2.42.1 Signed-off-by: Slach <bloodjazman@gmail.com> --------- Signed-off-by: Slach <bloodjazman@gmail.com>
This commit is contained in:
		
							parent
							
								
									85c1e39ff5
								
							
						
					
					
						commit
						c5cda9c0ff
					
				
							
								
								
									
										31
									
								
								bucket/nfpm.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										31
									
								
								bucket/nfpm.json
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,31 @@
 | 
			
		||||
{
 | 
			
		||||
    "version": "2.42.1",
 | 
			
		||||
    "description": "nFPM is Not FPM - a simple deb, rpm, apk, ipk, and arch linux packager written in Go",
 | 
			
		||||
    "homepage": "https://github.com/goreleaser/nfpm",
 | 
			
		||||
    "license": "MIT",
 | 
			
		||||
    "architecture": {
 | 
			
		||||
        "64bit": {
 | 
			
		||||
            "url": "https://github.com/goreleaser/nfpm/releases/download/v2.42.1/nfpm_2.42.1_Windows_x86_64.zip",
 | 
			
		||||
            "hash": "b9fac270f05632ce863810f7079bb43f31e0fe7d3db4a41c9138cd8749989034"
 | 
			
		||||
        },
 | 
			
		||||
        "arm64": {
 | 
			
		||||
            "url": "https://github.com/goreleaser/nfpm/releases/download/v2.42.1/nfpm_2.42.1_Windows_arm64.zip",
 | 
			
		||||
            "hash": "0b46ad9140c5c7b32bee98d55fd62711f8ae983e818182bfdcf9e842bcd93964"
 | 
			
		||||
        }
 | 
			
		||||
    },
 | 
			
		||||
    "bin": "nfpm.exe",
 | 
			
		||||
    "checkver": "github",
 | 
			
		||||
    "autoupdate": {
 | 
			
		||||
        "architecture": {
 | 
			
		||||
            "64bit": {
 | 
			
		||||
                "url": "https://github.com/goreleaser/nfpm/releases/download/v$version/nfpm_$version_Windows_x86_64.zip"
 | 
			
		||||
            },
 | 
			
		||||
            "arm64": {
 | 
			
		||||
                "url": "https://github.com/goreleaser/nfpm/releases/download/v$version/nfpm_$version_Windows_arm64.zip"
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "hash": {
 | 
			
		||||
            "url": "https://github.com/goreleaser/nfpm/releases/download/v$version/checksums.txt"
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user