Skip to content

Commit

Permalink
AU: 2 updated - phraseapp studio3t
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 24, 2017
1 parent 19e0782 commit 35764c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.5.0</version>
<version>1.6.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.5.0</releaseNotes>
<releaseNotes>https://github.com/phrase/phraseapp-client/releases/tag/1.6.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.5.0/phraseapp_windows_amd64.exe.zip'
$checksum64 = 'ba8bd869d00ee13d2c3fbfe07032123f6c5722e69d1668926be54ef56296d2b2'
$url64 = 'https://github.com/phrase/phraseapp-client/releases/download/1.6.0/phraseapp_windows_amd64.exe.zip'
$checksum64 = '6fa11d52e1f0cfab15ecf093014f9a4c9d43f812a72997dbde0e548f2a14fc75'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion studio3t/studio3t.nuspec
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>studio3t</id>
<version>5.6.3</version>
<version>5.6.4</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages</packageSourceUrl>
<owners>Bruno Baldochi</owners>
<title>Studio 3T</title>
Expand Down
8 changes: 4 additions & 4 deletions studio3t/tools/chocolateyInstall.ps1
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop'

$packageName = 'studio3t'
$url32 = 'https://download.studio3t.com/studio-3t/windows/5.6.3/studio-3t-x86.msi.zip'
$checksum32 = 'fddbff1851a46f704930ee3996feeb962d0bd5070a78c344854cfd9238090b4b'
$url32 = 'https://download.studio3t.com/studio-3t/windows/5.6.4/studio-3t-x86.msi.zip'
$checksum32 = '27427b80f5afdabb80750aa2b660a8a30dd0a54924cc3ed7b96eb6f13e9e2618'
$checksumType32 = 'sha256'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.6.3/studio-3t-x64.msi.zip'
$checksum64 = '41797b69428300cb2c06b3375c7459ddf0187b833bf58bd507e04721cd908bab'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.6.4/studio-3t-x64.msi.zip'
$checksum64 = '2d94b368e451f11f79de42be6b83986116f2668d29becbf9e4a2f5b809367b45'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 35764c9

Please sign in to comment.