Skip to content

Commit

Permalink
AU: 2 updated - busybox lossless-cut
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 25, 2021
1 parent 20da294 commit c6f6ba9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/busybox/busybox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>busybox</id>
<version>3902.0</version>
<version>4264.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/busybox</packageSourceUrl>
<owners>chtof</owners>
<title>BusyBox-w32</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/busybox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Package can be verified like this:
- Use Chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 5595FF92795DBA4717DF671C0B17FE3419C332986B2CF5E6A92B4A0F83312FA3
checksum64: 901F5125FD35DF11102DF65C70B8877F0D06AAD5AC3A27BF9E5D50A43644744B
checksum32: 7D8067D9687FAAB15E39003A30BB7C05CC4D3E05BCE8AF8AEE8587CA2E3C0774
checksum64: 158BE77052F257570E4E925863061F3D55A677DB228A9ADBCFE2DAD071437681

File 'LICENSE.txt' is obtained from:
https://raw.githubusercontent.com/rmyorston/busybox-w32/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/lossless-cut/lossless-cut.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lossless-cut</id>
<version>3.27.0</version>
<version>3.37.0</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/lossless-cut</packageSourceUrl>
<owners>chtof</owners>
<title>LosslessCut</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/lossless-cut/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ If ($PackageParameters.InstallDir) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$installDir"
url = 'https://github.com/mifi/lossless-cut/releases/download/v3.36.0/LosslessCut-win.zip'
checksum = '65ad5926430d78d8ad2c30a178c4e77ed0fd9f6361294f98211f61a936a87be3'
url = 'https://github.com/mifi/lossless-cut/releases/download/v3.37.0/LosslessCut-win.zip'
checksum = '75c9374059b813f24139d2596d1f08a1b1141c12491758b9b5f865c0d16d4d79'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit c6f6ba9

Please sign in to comment.