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 24, 2018
1 parent eca916f commit 58901a5
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 @@ -4,7 +4,7 @@
$packageName= 'dopamine'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.digimezzo.com/content/software/dopamine/Dopamine%201.5.14%20(Release).msi'
$checksum = ''
$checksum = 'D205F03DEDEEF1FA2816696D1994987511EF177B0B29F255C2AE70F09BAD71A6'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 58901a5

Please sign in to comment.