Skip to content

Commit

Permalink
AU: 2 updated - locale-emulator lossless-cut
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 26, 2021
1 parent 594a630 commit 7316dba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/locale-emulator/locale-emulator.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>locale-emulator</id>
<version>2.5.0.0</version>
<version>2.5.0.1</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/locale-emulator</packageSourceUrl>
<owners>chtof</owners>
<title>Locale Emulator</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/locale-emulator/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = "$toolsDir"
file = "$toolsDir\Locale.Emulator.2.5.0.0\LEInstaller.exe"
file = "$toolsDir\Locale.Emulator.2.5.0.1\LEInstaller.exe"

url = 'https://github.com/xupefei/Locale-Emulator/releases/download/v2.5.0.0/Locale.Emulator.2.5.0.0.zip'
checksum = '5b5dfd183cecd40efba9f549f53cdae6d659c3dd85b9caad926aaebe5db4acb0'
url = 'https://github.com/xupefei/Locale-Emulator/releases/download/v2.5.0.1/Locale.Emulator.2.5.0.1.zip'
checksum = '808ff584426d52cc775ad6406da00622f454be95bd4c8fbca42eef4b7235ad5c'
checksumType = 'sha256'
}

Expand All @@ -19,7 +19,7 @@ Install-ChocolateyInstallPackage @packageArgs
#Install start menu shortcuts
$programs = [environment]::GetFolderPath([environment+specialfolder]::Programs)
$shortcutFilePath = Join-Path $programs "Locale Emulator GUI.lnk"
$targetPath = Join-Path $toolsDir "Locale.Emulator.2.5.0.0\LEGUI.exe"
$targetPath = Join-Path $toolsDir "Locale.Emulator.2.5.0.1\LEGUI.exe"
Install-ChocolateyShortcut -shortcutFilePath $shortcutFilePath -targetPath $targetPath

Write-Warning 'Launch LEGUI or "Locale Emulator GUI" from start menu to access settings.'
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.37.0</version>
<version>3.38.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.37.0/LosslessCut-win.zip'
checksum = '75c9374059b813f24139d2596d1f08a1b1141c12491758b9b5f865c0d16d4d79'
url = 'https://github.com/mifi/lossless-cut/releases/download/v3.38.0/LosslessCut-win.zip'
checksum = '6680c5df00c4d7d4eb7dfe72341de67ad8ab6f44f5bd002b25d9bab971727fbd'
checksumType = 'sha256'
}
Install-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit 7316dba

Please sign in to comment.