Skip to content

Commit

Permalink
AU: 2 updated - firefox-nightly jetbrains-rider
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Dec 20, 2019
1 parent 7e501a6 commit ed147eb
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"nightly": "73.0.1.2019121921-alpha"
"nightly": "73.0.1.2019122009-alpha"
}
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/firefox-nightly.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>73.0.1.2019121921-alpha</version>
<version>73.0.1.2019122009-alpha</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
2 changes: 1 addition & 1 deletion automatic/firefox-nightly/tools/LanguageChecksums.csv
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ en-CA|64|e8a546d704a847e463390e845009d6f9f66d2e751436779c913be6bd0409302e4440a1f
en-GB|32|27d608e825e45e42a1e32a45fb3e808435fce94ac7f432a181455ec8079139755ba8359ebd22229fcaff9fb574000560e451846ccaabaf8d1c11ed86cd7ae5e5
en-GB|64|0c73fdeceb1d8fce6a6d62994334f1c3472dcaf55e1703efe6be534571df717eeef41be08cefc857076445e8d25a1e652146499987f96be487861f5f02af1caa
en-US|32|1198196556df71e324d18f5c3ebeb228ff82e51ebcee01eeebee73c841365c203262133694a7e969de6c683818e7f42a140e2c8d685204ec4875cfd6de491908
en-US|64|ab0ad030fe3d3328b59323acc980478cbf616995a80ea69632ebb90bb8410b9fc189081de355567e44b5a3e6e262a9f1276cc0911be602a58ca44a845ad1fa41
en-US|64|c2885c3425e1bd95de869d0db95bf4bf3393175c0534fe891bd9d7e1d25ad1b440ca9cc032c5319725314786bf4b803141de5b432396c9639f684898517fa58e
eo|32|e997f629c9f16ab733981a507487dc9bac36ba96ca36aa0d3c693f7578d49528228921b065ba89542ce1ed088c04d25bf4715109df5e2e57b4023a2c00243dc7
eo|64|97449c2ee01a949c4ce344c0aabb73b280590b1417cc3b4de5a27ae159f2e30df0b31d92c1bb590be81b1c94f16b9092fc02d72c7dfa45f88e589092034228f3
es-AR|32|08c72eaadd48a4ca383c8af29150820223bf1db78e7594f79b01d83ccfc46e1801723a5bdf7679ea999f2c282c78f8ff0cdb45dbbb91bdb5d08a2fa0bc099225
Expand Down
4 changes: 2 additions & 2 deletions automatic/firefox-nightly/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {

Checksum = $checksums.Win32
ChecksumType = 'sha512'
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-19-21-52-02-mozilla-central/firefox-73.0a1.${locale}.win32.installer.exe"
Url = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-20-09-50-35-mozilla-central/firefox-73.0a1.${locale}.win32.installer.exe"

silentArgs = '-ms'
validExitCodes = @(0)
Expand All @@ -43,7 +43,7 @@ if (Get-32bitOnlyInstalled -product $softwareName) {
if (!(Get-32bitOnlyInstalled($softwareName)) -and (Get-OSArchitectureWidth 64)) {
$packageArgs.Checksum64 = $checksums.Win64
$packageArgs.ChecksumType64 = 'sha512'
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-19-21-52-02-mozilla-central/firefox-73.0a1.${locale}.win64.installer.exe"
$packageArgs.Url64 = "https://archive.mozilla.org/pub/firefox/nightly/2019/12/2019-12-20-09-50-35-mozilla-central/firefox-73.0a1.${locale}.win64.installer.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/jetbrains-rider/jetbrains-rider.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>2019.3</version>
<version>2019.3.1</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; BooBoo</owners>
<!-- ============================== -->
Expand Down
4 changes: 2 additions & 2 deletions automatic/jetbrains-rider/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'https://download.jetbrains.com/rider/JetBrains.Rider-2019.3.exe'
$checksum = 'db6e552d1319b2767362e041c580270c23c1d225776afdcd7ec3e2d2e29fcc65'
$url = 'https://download.jetbrains.com/rider/JetBrains.Rider-2019.3.1.exe'
$checksum = '3bdd12b00c53b8493144340271b89e607941459646f1d790e6637f8e20de2a11'
$checksumType = 'sha256'

# Workaround for https://youtrack.jetbrains.com/issue/IDEA-202935
Expand Down

0 comments on commit ed147eb

Please sign in to comment.