Skip to content

Commit

Permalink
Merge pull request #422 from g-maxime/choco
Browse files Browse the repository at this point in the history
Chocolatey: Do not rely on PackageVersion for URL
  • Loading branch information
JeromeMartinez authored Oct 15, 2023
2 parents 1278c9b + 5eea32e commit ec2ddb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Chocolatey/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$packageArgs = @{
PackageName = "${env:ChocolateyPackageName}"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/${env:ChocolateyPackageVersion}/RAWcooked_CLI_${env:ChocolateyPackageVersion}_Windows_x64.zip"
Url64bit = "https://mediaarea.net/download/binary/rawcooked/23.09/RAWcooked_CLI_23.09_Windows_x64.zip"
Checksum64 = '0000000000000000000000000000000000000000000000000000000000000000'
ChecksumType64 = 'sha256'
UnzipLocation = "$(split-path -parent $MyInvocation.MyCommand.Definition)\rawcooked"
Expand Down

0 comments on commit ec2ddb1

Please sign in to comment.