-
Notifications
You must be signed in to change notification settings - Fork 26
/
winget.yml
72 lines (72 loc) · 3.8 KB
/
winget.yml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
version: 1.9.25180
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/v1.9.25180
architecture:
64bit:
url:
- https://github.com/microsoft/winget-cli/releases/download/v1.9.25180/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x64.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x86.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00_14.0.30704.0_x64.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00_14.0.30704.0_x86.Appx
hash:
- 3208be1ae9a7a143cf0977b9d867788c1354cf71683a29955592d567f8933d95
- 9bfde6cfcc530ef073ab4bc9c4817575f63be1251dd75aaa58cb89299697a569
- 3195db914bea1534ee73582cd483c548a929aed2799d305b3bbf7411ba7a6c7d
- 009f7db134c6061fe8f260e075374a28abbbc44e6cf23de107f93ec8b8c59816
- 397b610554d67abaddfdc287ced6a9bf1ada4d4c9ddf53e01c6a061bed2860ef
pre_install: Expand-7zipArchive "$dir\AppInstaller_x64.msix" "$dir\cosi"
32bit:
url:
- https://github.com/microsoft/winget-cli/releases/download/v1.9.25180/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_x86.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00_14.0.30704.0_x86.Appx
hash:
- 3208be1ae9a7a143cf0977b9d867788c1354cf71683a29955592d567f8933d95
- 3195db914bea1534ee73582cd483c548a929aed2799d305b3bbf7411ba7a6c7d
- 397b610554d67abaddfdc287ced6a9bf1ada4d4c9ddf53e01c6a061bed2860ef
pre_install: Expand-7zipArchive "$dir\AppInstaller_x86.msix" "$dir\cosi"
arm64:
url:
- https://github.com/microsoft/winget-cli/releases/download/v1.9.25180/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_arm64.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00.UWPDesktop_14.0.30704.0_arm.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00_14.0.30704.0_arm64.Appx
- https://stor.shovel.ash258.com/winget/Microsoft.VCLibs.140.00_14.0.30704.0_arm.Appx
hash:
- 3208be1ae9a7a143cf0977b9d867788c1354cf71683a29955592d567f8933d95
- 1ec4e926f17b8557c76b4dd0bd06af229ab0d096e719fa6631d1fab8334fd9a5
- e88497eed19c1207acca2bf85a81e4c52899e8c7350030b57298ee0282c69c9b
- 4ab54162efffe26e605c5ec6170de76d72d8f78983c7fc84427630b951402973
- a9e511ff763091b098a932761288c44871dab527f4a429087245295a551d0540
pre_install: Expand-7zipArchive "$dir\AppInstaller_arm64.msix" "$dir\cosi"
installer:
script: |
Get-ChildItem "$dir\*" -Exclude 'cosi' -Force | Remove-Item -Force -Recurse
movedir "$dir\cosi" "$dir" | Out-Null
Remove-AppDirItem 'cosi'
bin:
- winget.exe
- - winget.exe
- AppInstallerCLI
- - winget.exe
- AppInstaller
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
architecture:
64bit:
url: https://github.com/microsoft/winget-cli/releases/download/v$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
32bit:
url: https://github.com/microsoft/winget-cli/releases/download/v$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
arm64:
url: https://github.com/microsoft/winget-cli/releases/download/v$version/Microsoft.DesktopAppInstaller_8wekyb3d8bbwe.msixbundle#/cosi.7z
hash:
url: $urlNoExt.txt
regex: $sha256