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 Jun 17, 2018
1 parent ba1e672 commit d862b49
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>2.0.0</version>
<version>2.0.1</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages/tree/master/phraseapp</packageSourceUrl>
<owners>Bruno Baldochi</owners>
<title>PhraseApp</title>
Expand All @@ -22,7 +22,7 @@
<description><![CDATA[
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/2.0.0</releaseNotes>
<releaseNotes>https://github.com/phrase/phraseapp-client/releases/tag/2.0.1</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/2.0.0/phraseapp_windows_amd64.exe.zip'
$checksum64 = 'b960977056daa79fe8d498707bd0aa0ed007b0a54a88802d07f05ea9d754e75a'
$url64 = 'https://github.com/phrase/phraseapp-client/releases/download/2.0.1/phraseapp_windows_amd64.exe.zip'
$checksum64 = '8492864d1a01861f078d3e8f56ed44b2025b68b87523fcaf9edc43c168a2c743'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit d862b49

Please sign in to comment.