Skip to content

Commit

Permalink
AU: 1 updated - dngrep
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 18, 2017
1 parent 292a7cd commit 8ac7230
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dngrep/dngrep.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>dngrep</id>
<title>dnGrep</title>
<version>2.9.40.0</version>
<version>2.9.42.0</version>
<authors>Denis Stankovski, John Burak</authors>
<owners>Miodrag Milić</owners>
<summary>Powerful search for Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions dngrep/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

$packageName = 'dngrep'
$exeName = 'dnGREP.exe'
$url32 = 'https://github.com/dnGrep/dnGrep/releases/download/v2.9.40.0/dnGREP.2.9.40.x86.msi'
$url64 = 'https://github.com/dnGrep/dnGrep/releases/download/v2.9.40.0/dnGREP.2.9.40.x64.msi'
$checksum32 = '50929f259ab5c7fa914a12833728f915e19bba2dd05d7efa1a79b9460f5e2223'
$checksum64 = 'b7d593a31069b4379a146696b1f21e71bfca413defb0d2e7648f7ed915a37840'
$url32 = 'https://github.com/dnGrep/dnGrep/releases/download/v2.9.42.0/dnGREP.2.9.42.x86.msi'
$url64 = 'https://github.com/dnGrep/dnGrep/releases/download/v2.9.42.0/dnGREP.2.9.42.x64.msi'
$checksum32 = '1f0f21926cfd1973cf1641eb44ec254aadd483082687c89f0d652b65e1e0e69b'
$checksum64 = 'c2398219d729657308618b81796c515163271b4fce98b745805113866b1ddc0e'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit 8ac7230

Please sign in to comment.