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 Nov 16, 2021
1 parent 67f2d8a commit 9abf0ff
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
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.6015-pre</version>
<version>2.5.2.6027-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
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.6015/Rubberduck.Setup.2.5.2.6015-pre.exe' # download url
$checksum = '2552a7a781a3ca441433ab7b57ed66d8948bb11e0a7951679c77c9d187339540'
$url = 'https://github.com/rubberduck-vba/Rubberduck/releases/download/Prerelease-v2.5.2.6027/Rubberduck.Setup.2.5.2.6027-pre.exe' # download url
$checksum = 'fe9a65a75eaeb94be499b80572dfafe2394d3cc44383a04d3fe11908c0932a36'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down

0 comments on commit 9abf0ff

Please sign in to comment.