Skip to content

Commit

Permalink
AU: 1 updated - pt
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 8, 2018
1 parent 5a1044e commit 206bd5d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pt/pt.nuspec
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>pt</id>
<version>2.1.5</version>
<version>2.1.6</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages/tree/master/pt</packageSourceUrl>
<owners>Bruno Baldochi</owners>
<title>The Platinum Searcher</title>
Expand All @@ -29,7 +29,7 @@ A code searching tool similar to `ack` and The Silver Searcher (`ag`). It suppor
* It searches `UTF-8`, `EUC-JP` and `Shift_JIS` files.
* It provides binaries for multi platforms (macOS, Windows, Linux).
]]></description>
<releaseNotes>https://github.com/monochromegane/the_platinum_searcher/releases/tag/v2.1.5</releaseNotes>
<releaseNotes>https://github.com/monochromegane/the_platinum_searcher/releases/tag/v2.1.6</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions pt/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'pt'
$url32 = 'https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_386.zip'
$checksum32 = '5756ebf64d3d65aa4ef7bb176f5170ea8abfd5e23bf349d7c64a408b2201732b'
$url32 = 'https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.6/pt_windows_386.zip'
$checksum32 = 'e9ebd094e6b837d0a6b2bcead377f9321e62db990b6386b8a7921e94fede3c22'
$checksumType32 = 'sha256'
$url64 = 'https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.5/pt_windows_amd64.zip'
$checksum64 = '0f02db8eba977bc50b743ed18b4ba8efb769b7ade5f8a5c84e869d44117924bb'
$url64 = 'https://github.com/monochromegane/the_platinum_searcher/releases/download/v2.1.6/pt_windows_amd64.zip'
$checksum64 = 'c0916da58860e509932f6e8558a90e39038e4fe3665c83319a43fd83e37ad7b0'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 206bd5d

Please sign in to comment.