Skip to content

Commit

Permalink
AU: 1 updated - phraseapp
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 19, 2017
1 parent dd6f303 commit f6ba41d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions phraseapp/phraseapp.nuspec
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>phraseapp</id>
<version>1.4.5</version>
<version>1.5.0</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages</packageSourceUrl>
<owners>Bruno Baldochi</owners>
<title>PhraseApp</title>
Expand All @@ -20,7 +20,7 @@
<tags>phraseapp cli</tags>
<summary>The PhraseApp API in your terminal</summary>
<description>The PhraseApp Client lets you access all API endpoints as well as easily sync your locale files between your source code and PhraseApp.</description>
<releaseNotes>https://github.com/phrase/phraseapp-client/releases/tag/1.4.5</releaseNotes>
<releaseNotes>https://github.com/phrase/phraseapp-client/releases/tag/1.5.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions phraseapp/tools/chocolateyInstall.ps1
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = 'phraseapp'
$url64 = 'https://github.com/phrase/phraseapp-client/releases/download/1.4.5/phraseapp_windows_amd64.exe.zip'
$checksum64 = 'c320c6cd35e368462d928ed08468d8c5e667f55b8f8fd754d39e91e22a3fbdc2'
$url64 = 'https://github.com/phrase/phraseapp-client/releases/download/1.5.0/phraseapp_windows_amd64.exe.zip'
$checksum64 = 'ba8bd869d00ee13d2c3fbfe07032123f6c5722e69d1668926be54ef56296d2b2'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit f6ba41d

Please sign in to comment.