File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
src/chocolatey.resources/tools Expand file tree Collapse file tree 5 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
- [ Contributors] ( #contributors )
7
7
- [ Third Party Licenses - Development] ( #third-party-licenses---development )
8
8
- [ Third Party Licenses - Runtime] ( #third-party-licenses---runtime )
9
- - [ 7-Zip @ 24.08 ] ( #7-zip--2408 )
9
+ - [ 7-Zip @ 24.09 ] ( #7-zip--2409 )
10
10
- [ AlphaFS @ 2.1.3] ( #alphafs--213 )
11
11
- [ Checksum @ 0.3.1] ( #checksum--031 )
12
12
- [ log4net @ 2.0.12] ( #log4net--2012 )
@@ -73,7 +73,7 @@ We would like to credit other super sweet tools/frameworks that aid in the devel
73
73
Chocolatey CLI (choco) uses a number of 3rd-party components.
74
74
Their details are below.
75
75
76
- ### 7-Zip @ 24.08
76
+ ### 7-Zip @ 24.09
77
77
78
78
Chocolatey uses [ 7-Zip] ( http://www.7-zip.org/ ) for uncompressing archives.
79
79
[ License terms] ( http://www.7-zip.org/license.txt ) :
Original file line number Diff line number Diff line change 87
87
88
88
89
89
--
90
- Igor Pavlov
90
+ Igor Pavlov
Original file line number Diff line number Diff line change 3
3
Describe ' Ensuring correct version of <Name> is installed' - Tag BundledApplications - ForEach @ (
4
4
@ { Name = ' shimgen' ; Version = ' 2.0.0' ; IsSigned = $true }
5
5
@ { Name = ' checksum' ; Version = ' 0.3.1' ; IsSigned = $true }
6
- @ { Name = ' 7z' ; Version = ' 24.08 ' ; IsSigned = $false }
6
+ @ { Name = ' 7z' ; Version = ' 24.09 ' ; IsSigned = $false }
7
7
) {
8
8
Context ' <Name> is correctly installed' {
9
9
BeforeAll {
You can’t perform that action at this time.
0 commit comments