mirror of
				https://github.com/ScoopInstaller/Main.git
				synced 2025-11-04 07:41:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			58 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			58 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "version": "4.8",
 | 
						|
    "description": "sed (stream editor) is a non-interactive command-line text editor",
 | 
						|
    "homepage": "https://www.gnu.org/software/sed",
 | 
						|
    "license": "GPL-3.0-or-later",
 | 
						|
    "url": "https://packages.chocolatey.org/sed.4.8.nupkg",
 | 
						|
    "hash": "ee430b5edc827e1368cf424fb888e997fc05d24e7e90373b8e9c6811a26eec80",
 | 
						|
    "extract_dir": "tools\\install\\sed-windows-master",
 | 
						|
    "post_install": "Remove-Item \"$dir\\tools\" -Recurse",
 | 
						|
    "architecture": {
 | 
						|
        "64bit": {
 | 
						|
            "bin": [
 | 
						|
                [
 | 
						|
                    "sed-4.8-x64.exe",
 | 
						|
                    "sed"
 | 
						|
                ]
 | 
						|
            ]
 | 
						|
        },
 | 
						|
        "32bit": {
 | 
						|
            "bin": [
 | 
						|
                [
 | 
						|
                    "sed-4.8-xp.exe",
 | 
						|
                    "sed"
 | 
						|
                ]
 | 
						|
            ]
 | 
						|
        }
 | 
						|
    },
 | 
						|
    "checkver": {
 | 
						|
        "url": "https://community.chocolatey.org/packages/sed",
 | 
						|
        "regex": "GNU sed ([\\d.]+)</title>"
 | 
						|
    },
 | 
						|
    "autoupdate": {
 | 
						|
        "url": "https://packages.chocolatey.org/sed.$version.nupkg",
 | 
						|
        "hash": {
 | 
						|
            "url": "https://community.chocolatey.org/packages/sed",
 | 
						|
            "regex": "$sha256.*?$basename"
 | 
						|
        },
 | 
						|
        "architecture": {
 | 
						|
            "64bit": {
 | 
						|
                "bin": [
 | 
						|
                    [
 | 
						|
                        "sed-$version-x64.exe",
 | 
						|
                        "sed"
 | 
						|
                    ]
 | 
						|
                ]
 | 
						|
            },
 | 
						|
            "32bit": {
 | 
						|
                "bin": [
 | 
						|
                    [
 | 
						|
                        "sed-$version-xp.exe",
 | 
						|
                        "sed"
 | 
						|
                    ]
 | 
						|
                ]
 | 
						|
            }
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |