Skip to content

Commit

Permalink
AU: 1 updated - ripgrep-all
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 20, 2019
1 parent d160746 commit f6f9e84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ripgrep-all/ripgrep-all.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ripgrep-all</id>
<title>Ripgrep-All</title>
<version>0.9.2.20190807</version>
<version>0.9.3</version>
<authors>phiresky</authors>
<owners>Jonas A. Wendorf</owners>
<summary>rga: ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.</summary>
Expand Down
4 changes: 2 additions & 2 deletions ripgrep-all/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $packageName
unzipLocation = Split-Path $MyInvocation.MyCommand.Definition
url64bit = 'https://github.com/phiresky/ripgrep-all/releases/download/0.9.2/ripgrep_all-0.9.2-x86_64-pc-windows-msvc.7z'
checksum64 = '9076633786EA4950F162F554E77E4D0FDFE90F2E95F08335F3ABB423A0CFC74E'
url64bit = 'https://github.com/phiresky/ripgrep-all/releases/download/0.9.3/ripgrep_all-0.9.3-x86_64-pc-windows-msvc.7z'
checksum64 = 'ef26533e7a901755d50adc43c4cf34a267c5e008d1df2ccbae4d3cf8dadf7db3'
checksumType64 = 'sha256'
}

Expand Down

0 comments on commit f6f9e84

Please sign in to comment.