Skip to content

Commit

Permalink
AU: 1 updated - studio3t
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 20, 2017
1 parent 129bb66 commit e688359
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion studio3t/studio3t.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>studio3t</id>
<version>5.2.1</version>
<version>5.2.2</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,9 +1,9 @@
$packageName = 'studio3t'
$url32 = 'https://download.studio3t.com/studio-3t/windows/5.2.1/studio-3t-x86.msi.zip'
$checksum32 = '55eadbf12e93d5394bf08d60d0d1202d7c7b41d93f56695e50e4f050d161736a'
$url32 = 'https://download.studio3t.com/studio-3t/windows/5.2.2/studio-3t-x86.msi.zip'
$checksum32 = 'a7328c178418b700376f60ce54775bcbbac26720c3f7a0d408060a2b01ee481c'
$checksumType32 = 'sha256'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.2.1/studio-3t-x64.msi.zip'
$checksum64 = 'd7bcdab61001ce8b9950600e0f99fad7361b71e6d45cce1b8ddfb5ec77e9fae2'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.2.2/studio-3t-x64.msi.zip'
$checksum64 = '75b5bfbdd7f8ca13078c3ddb7cabef3eca5b806d4c0a9f006c480bf74de4617d'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit e688359

Please sign in to comment.