Skip to content

Commit

Permalink
AU: 1 updated - midi2lr
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 13, 2021
1 parent 0ffc7d6 commit c9f2fe3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion midi2lr/midi2lr.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>midi2lr</id>
<version>4.3.0.0</version>
<version>4.3.1.11</version>
<packageSourceUrl>https://github.com/Pilskalns/choco-au-packages/tree/master/midi2lr</packageSourceUrl>
<owners>Andzs Pilskalns</owners>
<title>MIDI2LR</title>
Expand Down
4 changes: 2 additions & 2 deletions midi2lr/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $packageArgs = @{
fileType = 'EXE'
softwareName = 'midi2lr*'

url = 'https://github.com/rsjaffe/MIDI2LR/releases/download/v4.3.0.0/MIDI2LR-4.3.0.0-windows-installer.exe'
checksum = 'de85c0da26165e40322ec7aacf3869f78bf4d653b0d840f2d43a45684ede3d2f'
url = 'https://github.com/rsjaffe/MIDI2LR/releases/download/v4.3.1.11/MIDI2LR-4.3.1.11-windows-installer.exe'
checksum = '46d84e5d88122ef183d77406742132d2c9d9e8c307fa785894f0533e1b17685d'
checksumType = 'sha256'

silentArgs = '--mode unattended --unattendedmodeui none'
Expand Down

0 comments on commit c9f2fe3

Please sign in to comment.