Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalint authored May 23, 2018
1 parent afe8fbd commit bff7670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatic/dopamine/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

$packageName= 'dopamine'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.digimezzo.com/content/software/dopamine/Dopamine%201.5.4.0.msi'
$url = 'https://www.digimezzo.com/content/software/dopamine/Dopamine%201.5.14%20(Release).msi'
$checksum = ''

$packageArgs = @{
Expand Down

0 comments on commit bff7670

Please sign in to comment.