Skip to content

Commit

Permalink
AU: 3 updated - dropbox keeweb typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 6, 2019
1 parent f6b6ac4 commit 9c1b3b1
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
@@ -1,4 +1,4 @@
{
"beta": "71.3.99-beta",
"beta": "71.3.102-beta",
"stable": "70.4.93"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>70.4.93</version>
<version>71.3.102-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey,ferventcoder,the-running-dev</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2070.4.93%20Offline%20Installer.exe'
checksum = '5fc0555dd43590d908c9b23843a934ae606f899fac1cb0ec5edba03dd1f67879'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2071.3.102%20Offline%20Installer.exe'
checksum = '14a92526837dfad46ef1cbf87e8b1f353706caea1a85ee7d412acf6a9ea41584'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/keeweb/keeweb.nuspec
Expand Up @@ -6,7 +6,7 @@
<metadata>
<id>keeweb</id>
<title>KeeWeb</title>
<version>1.8.0</version>
<version>1.8.1</version>
<authors>antelle</authors>
<owners>wget</owners>
<summary>Free cross-platform password manager compatible with KeePass</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/keeweb/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The installer have been downloaded from the Github release page <https://github.
and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.0/KeeWeb-1.8.0.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.0/KeeWeb-1.8.0.win.x64.exe>
32-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.1/KeeWeb-1.8.1.win.ia32.exe>
64-Bit: <https://github.com/keeweb/keeweb/releases/download/v1.8.1/KeeWeb-1.8.1.win.x64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: F8F2E3969641064777AC2B72C21581F6E1442CFAD340925898BC98B1B6739200
checksum64: 5657EBFED86645E664E026A7D32B774138507C4708ABEB310493A816DD9C23B0
checksum32: E6F21F89A2C92332257C8A88E14EE76ED9768979B9BD62E3A9277C39F2BAD5F3
checksum64: 4AE0D3EB11A5867DF5672A8339793973EAE3AF13FA8802B52E493D952480ACA1

File 'LICENSE.txt' is obtained from <https://github.com/keeweb/keeweb/blob/26d6844b65e78217d3b3eb6cfa4ed5e226404320/LICENSE>
4 changes: 2 additions & 2 deletions automatic/keeweb/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = 'keeweb'
fileType = 'exe'
file = "$toolsPath\KeeWeb-1.8.0.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.8.0.win.x64.exe"
file = "$toolsPath\KeeWeb-1.8.1.win.ia32.exe"
file64 = "$toolsPath\KeeWeb-1.8.1.win.x64.exe"
softwareName = 'keeweb*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/typescript/tools/chocolateyInstall.ps1
Expand Up @@ -4,4 +4,4 @@ Update-SessionEnvironment

$npmPath = Get-Command npm | ForEach-Object { $_.Path }
"Installing $env:chocolateyPackageName using nodejs..."
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.4.1"
Start-ChocolateyProcessAsAdmin $npmPath -statements install,"-g","typescript@3.4.2"
4 changes: 2 additions & 2 deletions automatic/typescript/typescript.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>typescript</id>
<version>3.4.1</version>
<version>3.4.2</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/typescript</packageSourceUrl>
<owners>chocolatey, Microsoft</owners>
<title>TypeScript</title>
Expand All @@ -23,7 +23,7 @@
This package installs the command-line TypeScript compiler as a Node.js package.
]]></description>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.4.1%22+label%3A%22fixed%22+</releaseNotes>
<releaseNotes>https://github.com/Microsoft/TypeScript/issues?q=is%3Aissue+milestone%3A%22TypeScript+3.4.2%22+label%3A%22fixed%22+</releaseNotes>
<dependencies>
<dependency id="nodejs-lts" version="6.9.2" />
</dependencies>
Expand Down

0 comments on commit 9c1b3b1

Please sign in to comment.