Skip to content

Commit

Permalink
AU: 4 updated - driverbooster firefox-dev rocrail vlc-nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mkevenaar committed Jan 15, 2020
1 parent c6de76e commit 9af8939
Show file tree
Hide file tree
Showing 12 changed files with 211 additions and 211 deletions.
2 changes: 1 addition & 1 deletion automatic/driverbooster/driverbooster.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>7.2.0.580</version>
<version>7.2.0.598</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/driverbooster/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"1445003439"|7.2.0.580
"495249545"|7.2.0.598
2 changes: 1 addition & 1 deletion automatic/driverbooster/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url = 'http://update.iobit.com/dl/driver_booster_setup.exe'
$checksum = 'FEEB4A024BA5186DF23E401AE6AB05C62B169DCE628CE305F2212FFC2EB4A6D0'
$checksum = '981A43B31784A0655AE282E635F529F6BC8018A8EBE8F2751DE1E016D83FE7AA'

$checksumType = 'sha256'

Expand Down
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": "73.0.3-beta",
"dev": "73.0.3-beta"
"beta": "73.0.5-beta",
"dev": "73.0.5-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>73.0.3-beta</version>
<version>73.0.5-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 '73.0b3')
$alreadyInstalled = (AlreadyInstalled -product $softwareName -version '73.0b5')

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/73.0b3/win32/${locale}/Firefox%20Setup%2073.0b3.exe"
Url = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/73.0b5/win32/${locale}/Firefox%20Setup%2073.0b5.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/73.0b3/win64/${locale}/Firefox%20Setup%2073.0b3.exe"
$packageArgs.Url64 = "https://download-installer.cdn.mozilla.net/pub/devedition/releases/73.0b5/win64/${locale}/Firefox%20Setup%2073.0b5.exe"
}

Install-ChocolateyPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/rocrail/rocrail.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>1.380</version>
<version>1.384</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
8 changes: 4 additions & 4 deletions automatic/rocrail/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
$ErrorActionPreference = 'Stop';

$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-380-win32.exe'
$checksum32 = '37ec110669cd6a0f180263f2faacf18deb95a02d01dc8474806372ad6a98c75c'
$url32 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-384-win32.exe'
$checksum32 = '9aefb87cb831a6e574b4c6e0e4e8495bed1de50586b01a33af9a0622c622fb7b'
$checksumType32 = 'sha256'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-380-win64.exe'
$checksum64 = '1e4a062dfe92ae8acfe07fad3e793f70a2421b32e88dfdcc7382ae65f646bffe'
$url64 = 'https://wiki.rocrail.net/rocrail-snapshot/history/rocrail-384-win64.exe'
$checksum64 = '34e99f6dbae11eafcc4d461ff8b7010331664efdbe5e014d41f647589b7658af'
$checksumType64 = 'sha256'

$packageArgs = @{
Expand Down
6 changes: 3 additions & 3 deletions automatic/vlc-nightly/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x64: https://nightlies.videolan.org/build/win64/vlc-4.0.0-20200114-0834/vlc-4.0.0-20200114-0834-dev-win64.exe
x64: https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200115-0513/vlc-3.0.9-20200115-0512-win64.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: 6DEF782F1900A049ADC1466C4ED7117A61A6386B30BDB58E455D4F4C432E7CF7
checksum64: 830042C54B6A51BB09534DE3195C8EB079DF25C70A3CD30E948BC19D9CCF15CA

Using AU:

Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-4.0.0-20200114-0834/vlc-4.0.0-20200114-0834-dev-win64.exe
Get-RemoteChecksum https://nightlies.videolan.org/build/win64/vlc-3.0.9-20200115-0513/vlc-3.0.9-20200115-0512-win64.exe

File 'LICENSE.txt' obtained from:
https://git.videolan.org/?p=vlc.git;a=blob_plain;f=COPYING;hb=HEAD
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-nightly.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"3.0": "3.0.9.20200114",
"3.0": "3.0.9.20200115",
"4.0": "4.0.0.20200114"
}
2 changes: 1 addition & 1 deletion automatic/vlc-nightly/vlc-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>4.0.0.20200114</version>
<version>3.0.9.20200115</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

0 comments on commit 9af8939

Please sign in to comment.