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 Jun 22, 2018
1 parent 72afff9 commit 2c4d6ce
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>2018.3.1</version>
<version>2018.3.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/2018.3.1/studio-3t-x86-no-shell.zip'
$checksum32 = 'd0504cc2e2c8790428cbb80b4735d169c2e4ffabfa9e148607b727dae827020a'
$url32 = 'https://download.studio3t.com/studio-3t/windows/2018.3.2/studio-3t-x86-no-shell.zip'
$checksum32 = '16e10b3675ae5ad46533f0ffb9a9c3bec8d23ef07470e1d8d563facc9535ddbe'
$checksumType32 = 'sha256'
$url64 = 'https://download.studio3t.com/studio-3t/windows/2018.3.1/studio-3t-x64.zip'
$checksum64 = '163ad23e8f78f5a8684b2991d40b5581955dda0f35343c78c1718ce061b61946'
$url64 = 'https://download.studio3t.com/studio-3t/windows/2018.3.2/studio-3t-x64.zip'
$checksum64 = '4c5b97c919bbb7f72cf61a0f0fb9c900b148af6ec22c2c38b8e260ed68006150'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -Parent $MyInvocation.MyCommand.Definition)"

Expand Down

0 comments on commit 2c4d6ce

Please sign in to comment.