Skip to content

Commit

Permalink
AU: 2 updated - dngrep etcher
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 9, 2019
1 parent d45ac26 commit 639b63c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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.127.0</version>
<version>2.9.140.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/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://github.com/dnGrep/dnGrep/releases/download/v2.9.127.0/dnGREP.2.9.127.x86.msi
x64: https://github.com/dnGrep/dnGrep/releases/download/v2.9.127.0/dnGREP.2.9.127.x64.msi
x32: https://github.com/dnGrep/dnGrep/releases/download/v2.9.140.0/dnGREP.2.9.140.x86.msi
x64: https://github.com/dnGrep/dnGrep/releases/download/v2.9.140.0/dnGREP.2.9.140.x64.msi

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: 293FAEB0AE8D51F06327D7ED571BE42289F64136DC6FC1C3DB91FFA81D7D12EF
checksum64: 62F582ED97E738200EB3B0BD753CD6CA0E76AB9D27B1FB4783A6F5C4CD3D0CB4
checksum32: 88F2824644391CE28F1F4693BC0C81E51670D1ED8770A6FF4080E0651F43DD29
checksum64: 890C2FC4076EBC17EDE2744AF9A46AF941BEF64B7C25045768F5EBA57E4B701D


File 'license.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion etcher/etcher.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>etcher</id>
<title>Etcher</title>
<version>1.5.23</version>
<version>1.5.24</version>
<authors>Resin.io</authors>
<owners>Miodrag Milic</owners>
<summary>Flash OS images to SD cards and USB drives, safely and easily</summary>
Expand Down
8 changes: 4 additions & 4 deletions etcher/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'etcher'
fileType = 'exe'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.23/balenaEtcher-Setup-1.5.23-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.23/balenaEtcher-Setup-1.5.23-x64.exe'
checksum = 'a68144ae33db254b50c4fd3d8c16938f8895db9439a235787fd2ecaafdbfe6e6'
checksum64 = '5d76bbf2435b97090e40fef66ddb9e29f8c2ba57c24902dc74b9e0dbd6f15583'
url = 'https://github.com/balena-io/etcher/releases/download/v1.5.24/balenaEtcher-Setup-1.5.24-x86.exe'
url64bit = 'https://github.com/balena-io/etcher/releases/download/v1.5.24/balenaEtcher-Setup-1.5.24-x64.exe'
checksum = '69183116d9ca9e05f14f27832ee3d414e61f3016358a5425e6be39fa40f92118'
checksum64 = '5dda7c8e2d634a500fffee5d713ff86fbd72d1bf526f074becab5cc6220a36b5'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down

0 comments on commit 639b63c

Please sign in to comment.