Skip to content

Commit

Permalink
Update chocolateyinstall.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
kbalint authored Aug 29, 2020
1 parent 8fe9454 commit e503560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions automatic/dopamine/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

$packageName= 'dopamine'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://www.digimezzo.com/content/software/dopamine/Dopamine%202.0%20(Release).msi'
$checksum = '94B7B01D68312BCB38D9C000FE45846C689C5CC11D4BD31795E0E0922F0E4035'
$url = 'https://www.digimezzo.com/content/software/dopamine/Dopamine%202.0.3%20(Release).msi'
$checksum = '60b7cfaf96ad54d1046cbbd9239ae45c'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit e503560

Please sign in to comment.