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 Dec 20, 2017
1 parent 61d7668 commit 91de9f0
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 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>studio3t</id>
<version>5.7.1</version>
<version>5.7.2</version>
<packageSourceUrl>https://github.com/brunoyb/chocolatey-packages/tree/master/studio3t</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.7.1/studio-3t-x86-no-shell.zip'
$checksum32 = '80613dc27c41e12431be1394873d3e75807a0c48922ae550314bd7024eec9a40'
$url32 = 'https://download.studio3t.com/studio-3t/windows/5.7.2/studio-3t-x86-no-shell.zip'
$checksum32 = 'b6a9cd3301bc02ad636303cb3d5192695788717533654ea26fece13c8f093723'
$checksumType32 = 'sha256'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.7.1/studio-3t-x64.zip'
$checksum64 = 'd27a0a067e692931ff761c3ca01039c7da46614414b7455efc5a8fe13b1b426f'
$url64 = 'https://download.studio3t.com/studio-3t/windows/5.7.2/studio-3t-x64.zip'
$checksum64 = 'cc47fd7bb3783f79bbbb1446dcf29c8d7e1f0bc2c3fc96e323c77e4cb7eca187'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 91de9f0

Please sign in to comment.