Skip to content

Commit

Permalink
AU: 3 updated - 1password dropbox php
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Dec 7, 2018
1 parent 04c2ab5 commit b0eee50
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"OPW": "7.2.581",
"OPW": "7.3.601-beta",
"OPW4": "4.6.2.626"
}
4 changes: 2 additions & 2 deletions automatic/1password/1password.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>1password</id>
<version>7.2.581</version>
<version>7.3.601-beta</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey, AgileBits</owners>
<licenseUrl>https://1password.com/legal/terms-of-service</licenseUrl>
<projectUrl>https://1password.com/</projectUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<mailingListUrl>https://discussions.agilebits.com/</mailingListUrl>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png" height="48" width="48" /> 1password](https://chocolatey.org/packages/1password)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@09451a71b28e4ee0b3ea3841ab130b1bbf46f9b0/icons/1password.png" height="48" width="48" /> 1password](https://chocolatey.org/packages/1password)

1Password – Too many passwords to remember?

Expand Down
4 changes: 2 additions & 2 deletions automatic/1password/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.2.581.exe'
url = 'https://c.1password.com/dist/1P/win6/1PasswordSetup-7.3.601.BETA.exe'
softwareName = '1Password*'
checksum = '7cfcf2bc5a7130db698c30f02e5d5caa1ec9280e3190a9eb386c542c93004383'
checksum = '18d206d7334a92e1c209e919192ebaf9a14e5e7da463e3787df4fe0dbd0b796c'
checksumType = 'sha256'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "63.3.97-beta",
"beta": "63.3.98-beta",
"stable": "62.4.103"
}
2 changes: 1 addition & 1 deletion automatic/dropbox/dropbox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>dropbox</id>
<version>63.3.97-beta</version>
<version>63.3.98-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
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox*"
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2063.3.97%20Offline%20Installer.exe'
checksum = '795541310f76844e281d36464885e0554091e82c8b456e082cc995b4437cdca2'
url = 'https://clientupdates.dropboxstatic.com/dbx-releng/client/Dropbox%2063.3.98%20Offline%20Installer.exe'
checksum = '8682410d1d0e397587bcbe0d4ba39b376e7f2278b3ab3590eeee6a47b128ff88'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/php.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"7.1": "7.1.25",
"7.0": "7.0.32",
"5.6": "5.6.38",
"7.0": "7.0.33",
"5.6": "5.6.39",
"7.2": "7.2.13",
"7.3": "7.3.0"
}
6 changes: 3 additions & 3 deletions automatic/php/php.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>php</id>
<title>PHP (Hypertext Preprocessor)</title>
<version>7.3.0</version>
<version>7.0.33</version>
<authors>PHP Authors</authors>
<owners>chocolatey, Rob Reynolds</owners>
<summary>PHP – widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.</summary>
Expand All @@ -24,13 +24,13 @@ For example: `--params '"/ThreadSafe ""/InstallDir:C:\PHP"""'`.
<tags>php development programming foss cross-platform admin</tags>
<licenseUrl>http://us.php.net/license/</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.3.0</releaseNotes>
<releaseNotes>https://secure.php.net/ChangeLog-7.php#7.0.33</releaseNotes>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4e147ce52b1a2a7ac522ffbce6d176f257de6ac1/icons/php.svg</iconUrl>
<bugTrackerUrl>https://bugs.php.net/</bugTrackerUrl>
<docsUrl>https://secure.php.net/docs.php</docsUrl>
<projectSourceUrl>http://git.php.net</projectSourceUrl>
<dependencies>
<dependency id="vcredist140" version="14.11.25325.0" />
<dependency id="vcredist140" version="14.0.24215.1" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
<dependency id="chocolatey" version="0.10.0" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/php/tools/downloadInfo.csv
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
threadsafe|http://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.3.0-Win32-VC15-x64.zip|558dc498e9e63fade8a1bfd49819e34a87ad4f327d136cda403449cebad5a513|8bc4e2cbfe8b17b9a269925dd005a23a9b8c07f87965b9f70a69b1420845d065
not-threadsafe|http://windows.php.net/downloads/releases/php-7.3.0-nts-Win32-VC15-x86.zip|http://windows.php.net/downloads/releases/php-7.3.0-nts-Win32-VC15-x64.zip|752a1444e6d5fe25757ea9461acb5fd5a261cb9805739cfbafee37f535f6bd13|5301e3ba616d4c01cafa8a29cb833b78efeb1e840d3efffb4696a10c462a22a3
threadsafe|http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.33-Win32-VC14-x64.zip|5c5b7e3c4b80a6e8984dca6bb1a1e1909c5dfb2b83b0242978020f78a473ab9c|8a22c93732b576507888e011b147df80beee7b7e24f527cb6e1282b5228350c2
not-threadsafe|http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x86.zip|http://windows.php.net/downloads/releases/php-7.0.33-nts-Win32-VC14-x64.zip|b3ac2c67a5dceb937d7e56288704d0421d75102de6e49b4f40c20e5386c24629|bba39bde5b0bd50efadc11e2716c7528669945f9d1397d707486e401e67e89fb

0 comments on commit b0eee50

Please sign in to comment.