Skip to content

Commit

Permalink
AU: 5 updated - firefox-dev lastpass windowsrepair windowsrepair.inst…
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Nov 15, 2019
1 parent dbc2841 commit d9be958
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 207 deletions.
4 changes: 2 additions & 2 deletions automatic/firefox/firefox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"beta": "71.0.9-beta",
"dev": "71.0.9-beta"
"beta": "71.0.10-beta",
"dev": "71.0.10-beta"
}
2 changes: 1 addition & 1 deletion automatic/firefox/firefox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>71.0.9-beta</version>
<version>71.0.10-beta</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
384 changes: 192 additions & 192 deletions automatic/firefox/tools/LanguageChecksums.csv

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions automatic/firefox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$packageName = 'firefox-dev'
$softwareName = 'Firefox Developer Edition'

$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '71.0b9')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '71.0b10')

if (Get-32bitOnlyInstalled -product $softwareName) {
Write-Output $(
Expand All @@ -34,7 +34,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/71.0b9/win32/${locale}/Firefox%20Setup%2071.0b9.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/71.0b10/win32/${locale}/Firefox%20Setup%2071.0b10.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if ($alreadyInstalled -and ($env:ChocolateyForce -ne $true)) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/71.0b9/win64/${locale}/Firefox%20Setup%2071.0b9.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/71.0b10/win64/${locale}/Firefox%20Setup%2071.0b10.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/lastpass/lastpass.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.35.0</version>
<version>4.36.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar, Brian Dukes</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/lastpass/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop';

$url32 = 'https://download.cloud.lastpass.com/windows_installer/lastpass.exe'
$checksum32 = '4b7788ee4569470df9ec4afbc5d72d8c949319956254dd3522cbc9d6b9bf4945'
$checksum32 = 'a593da384785398f66de6dd1a5fab12a3a887708a92ab0482923a3c389c298b4'
$checksumType32 = 'sha256'
$url64 = 'https://download.cloud.lastpass.com/windows_installer/lastpass_x64.exe'
$checksum64 = '321b4b44fa850ecb5643ad9cae66cbe926e5b7746a7411594fee1668c9a846ae'
$checksum64 = '37e674d347fb5dfc5d7c8234e1d793982017009fec5dc88e977612166bc88244'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.tweaking.com/files/setups/tweaking.com_windows_repair_aio_setup.exe'
$checksum = '62f6f28f46afda9b3a8d2de73a070e8aa4df5a7bf93bcdeb55a8b107e6431c16'
$checksum = '8542081ba9563ce56b49f36187ee2cfb277631f309aa21403eaf6e338f30aa61'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.6.1</version>
<version>4.7.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://www.tweaking.com/files/setups/tweaking.com_windows_repair_aio.zip'
$checksum = '558154d620815781df2a3dd85d55bcadf4b0d912351e9c26630b1d411cb4618d'
$checksum = '7daf06f88cc5374b56bcfbfe58dae21377022d5f4f7fd7d6c5f2478da1286832'
$checksumType = 'sha256'

$packageArgs = @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.6.1</version>
<version>4.7.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/windowsrepair/windowsrepair.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<!-- version should MATCH as closely as possible with the underlying software -->
<!-- Is the version a prerelease of a version? https://docs.nuget.org/create/versioning#creating-prerelease-packages -->
<!-- Note that unstable versions like 0.0.1 can be considered a released version, but it's possible that one can release a 0.0.1-beta before you release a 0.0.1 version. If the version number is final, that is considered a released version and not a prerelease. -->
<version>4.6.1</version>
<version>4.7.0</version>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
<owners>Maurice Kevenaar</owners>
<!-- ============================== -->
Expand Down Expand Up @@ -63,7 +63,7 @@ let them know the package is no longer updating correctly.

<!-- Specifying dependencies and version ranges? https://docs.nuget.org/create/versioning#specifying-version-ranges-in-.nuspec-files -->
<dependencies>
<dependency id="windowsrepair.install" version="[4.6.1]" />
<dependency id="windowsrepair.install" version="[4.7.0]" />
</dependencies>

<!--<provides>NOT YET IMPLEMENTED</provides>-->
Expand Down

0 comments on commit d9be958

Please sign in to comment.