forked from Ash258/Shovel-Ash258
-
Notifications
You must be signed in to change notification settings - Fork 0
/
winget.json
49 lines (49 loc) · 2.61 KB
/
winget.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"version": "0.4.11391-preview",
"description": "Official windows command line installer",
"homepage": "https://github.com/microsoft/winget-cli",
"license": {
"identifier": "MIT",
"url": "https://github.com/microsoft/winget-cli/blob/master/LICENSE"
},
"changelog": "https://github.com/microsoft/winget-cli/releases/tag/v-0.4.11391-preview",
"url": [
"https://github.com/microsoft/winget-cli/releases/download/v-0.4.11391-preview/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle#/cosi.7z",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x64__8wekyb3d8bbwe.Appx",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/Microsoft.VCLibs.140.00.UWPDesktop_14.0.29231.0_x86__8wekyb3d8bbwe.Appx",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/Microsoft.VCLibs.140.00_14.0.29231.0_x64__8wekyb3d8bbwe.Appx",
"https://gist.githubusercontent.com/Ash258/e143436e2f9183a650424d635b535e51/raw/Microsoft.VCLibs.140.00_14.0.29231.0_x86__8wekyb3d8bbwe.Appx"
],
"hash": [
"d2e161077084c1c2bf0e42836c0df5975ef424b0e5cebd83db301361fd26f05a",
"6602159c341bafea747d0edf15669ac72df8817299fbfaa90469909e06794256",
"eb0e38a8958df9e4576089851d846473d04204c62d69f5afacfd67d69d74d5d1",
"e3339b2b40ee2522703fcaa451236653d8b9aca2b98ae9162c427f978d08139a",
"641cba2377c4fb5d859d5b10348aa47dcbc04b9f221dc6e2d6b057f277ed941d"
],
"pre_install": [
"try { Get-Command 'Test-Persistence' -ErrorAction 'Stop' | Out-Null } catch { error 'Shovel flavour of scoop is required'; exit 258 }",
"Get-ChildItem \"$dir\\*\" -Exclude 'AppInstaller_x*.appx' -Force -Recurse | Remove-Item -Force -Recurse",
"$a = if ($architecture -like '64*') { '64' } else { '86' }",
"Expand-7zipArchive \"$dir\\AppInstaller_x$a.appx\"",
"Remove-AppDirItem 'AppInstaller_x*.appx'"
],
"bin": [
"AppInstallerCLI.exe",
[
"AppInstallerCLI.exe",
"winget"
]
],
"checkver": {
"url": "https://github.com/microsoft/winget-cli/releases",
"regex": "tag/v-([\\w.-]+)\""
},
"autoupdate": {
"changelog": "https://github.com/microsoft/winget-cli/releases/tag/v-$version",
"url": "https://github.com/microsoft/winget-cli/releases/download/v-$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.appxbundle#/cosi.7z",
"hash": {
"url": "$baseurl/Microsoft.DesktopAppInstaller.SHA256.txt"
}
}
}