Skip to content

Commit

Permalink
AU: 1 updated - rubberduck
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Apr 25, 2021
1 parent 7e9d50d commit 1ecd354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/rubberduck/rubberduck.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>rubberduck</id>
<version>2.5.2.5834-pre</version>
<version>2.5.2.5851-pre</version>
<title>rubberduck VBE addin</title>
<authors>Mathieu Guindon, Christopher McClellan</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/rubberduck/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

$packageName = $env:ChocolateyPackageName
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5834/Rubberduck.Setup.2.5.2.5834-pre.exe' # download url
$checksum = '55139019c8204b67db5bb476aeb6a8a23d37a2875430877bf33fb32d736e4f4f'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.5851/Rubberduck.Setup.2.5.2.5851-pre.exe' # download url
$checksum = 'ea74f6d668d2941b9ac6578f54bc95256f934cca8372ccee2f70ef901f4d8d49'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 1ecd354

Please sign in to comment.