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 Nov 23, 2021
1 parent 123dd64 commit 2490512
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>5.1.1.0</version>
<version>5.2.0.0</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/v5.1.1.0/MIDI2LR-5.1.1.0-windows-installer.exe'
checksum = 'e19902159a1ac4718aa0e0a02af6f4008dad68deb2fef995f84e982319da494d'
url = 'https://github.com/rsjaffe/MIDI2LR/releases/download/v5.2.0.0/MIDI2LR-5.2.0.0-windows-installer.exe'
checksum = '9a0ab0d6e415b8258aa6fc69fec4a5c8c52e234eed6a186ef21a8966c7d58888'
checksumType = 'sha256'

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

0 comments on commit 2490512

Please sign in to comment.