Skip to content

Commit

Permalink
AU: 7 updated - brave chromium dropbox filezilla freeciv mkdocs-mater…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Dec 10, 2021
1 parent 2a19140 commit 7a077f8
Show file tree
Hide file tree
Showing 21 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion automatic/brave/brave.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "1.33.103",
"stable": "1.33.104",
"beta": "1.34.57-beta"
}
2 changes: 1 addition & 1 deletion automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package>
<metadata>
<id>brave</id>
<version>1.33.103</version>
<version>1.33.104</version>
<title>Brave Browser</title>
<description><![CDATA[Brave is a free and open-source web browser developed by Brave Software Inc. based on the Chromium web browser. Brave supports Windows, macOS, Linux and Android.
Expand Down
8 changes: 4 additions & 4 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ The installer have been downloaded from the GitHub mirror and can be verified li

1. Download the following installer(s):

x86: https://github.com/brave/brave-browser/releases/download/v1.33.103/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.33.103/BraveBrowserStandaloneSilentSetup.exe
x86: https://github.com/brave/brave-browser/releases/download/v1.33.104/BraveBrowserStandaloneSilentSetup32.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.33.104/BraveBrowserStandaloneSilentSetup.exe

2. You can use one of the following methods to obtain the checksum(s):
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: 219FC844D984439EC3E35C439F6F74DC1710502C69E2AC7E43793064E9104BDE
checksum64: F6B4016C6DC4FCCACC2C67337C5C56CA6C4063C7B94D57A7BD3C04C35B3D5C80
checksum32: 031BFC2A5AF40332810713A53056229F0F8494263CCE9F2A074E7F65E562F4A9
checksum64: AB91329F397FFA7247DE7AE8EEB9F01FAC2069D88F3DF855FE63CD836C711876

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
2 changes: 1 addition & 1 deletion automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $packageArgs = @{
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.33.103'
[version]$softwareVersion = '1.33.104'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "98.0.4758.0-snapshots",
"snapshots": "99.0.4759.0-snapshots",
"stable": "96.0.4664.93"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>98.0.4758.0-snapshots</version>
<version>99.0.4759.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/950284/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/950298/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/950544/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/950562/mini_installer.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: F58A7B504DD646B9DCA0FD890A5D9119960E76F8A2A62793E9F5781B8CC783AF
checksum64: C5A25976D135BFDEA522EE602D811C0580E6CC0A0B84497BD3A09EB13E60A2F6
checksum32: AEEBC8C6BB69A68313A1AFA8A5851F1D6EFB56E679D535CE27F53EF25EA8278F
checksum64: 736AD71D55BD684956395E146BA11510477E506240B1F3D9D95B93891B993BE3

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "98.0.4758.0-snapshots"
$version = "99.0.4759.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
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": "138.3.2325-beta",
"beta": "138.3.2340-beta",
"stable": "136.4.4345"
}
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>138.3.2325-beta</version>
<version>138.3.2340-beta</version>
<title>Dropbox</title>
<authors>Dropbox</authors>
<owners>chocolatey-community,ferventcoder,the-running-dev</owners>
Expand Down
6 changes: 3 additions & 3 deletions automatic/dropbox/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (!$PSScriptRoot) {
}
. "$PSScriptRoot\helper.ps1"

$version = '138.3.2325'
$version = '138.3.2340'

if (!(IsVersionAlreadyInstalled $version)) {
$stop_dropbox = if (Get-Process -Name Dropbox -ErrorAction SilentlyContinue) { $false } else { $true }
Expand All @@ -13,8 +13,8 @@ if (!(IsVersionAlreadyInstalled $version)) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = "Dropbox"
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20138.3.2325%20Offline%20Installer.exe'
checksum = 'ae87f3f7f5e2fde77d8fdbf98572745a11f78706e773e5f8a999cc267b4d8a50'
url = 'https://edge.dropboxstatic.com/dbx-releng/client/Dropbox%20138.3.2340%20Offline%20Installer.exe'
checksum = '4d06689f6344a811e73af9c750cfe9cd3ee5cd0556630249accfbdf82f0dff72'
fileType = 'exe'
checksumType = 'sha256'
silentArgs = '/s'
Expand Down
2 changes: 1 addition & 1 deletion automatic/filezilla/filezilla.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>filezilla</id>
<title>FileZilla</title>
<version>3.56.2</version>
<version>3.57.0</version>
<authors>Tim Kosse, other FileZilla committers</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>FileZilla – The free FTP solution</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/filezilla/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:

1. Go to

x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.56.2_win32-setup.exe?h=enHyOvya5-j29piHbOgFcA&x=1635361770
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.56.2_win64-setup.exe?h=XXXD8aDQn82Gh8_M16PFTg&x=1635361770
x32: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.57.0_win32-setup.exe?h=9oJqg_ANvntW_9YfrkUl0g&x=1639163347
x64: https://dl3.cdn.filezilla-project.org/client/FileZilla_3.57.0_win64-setup.exe?h=8cFseOWtvGGvv23BMsGu5w&x=1639163347

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'

checksum32: 3B1F86F15ED19D6C7E5F40AEEA5208AD3CBED0997B04A905E10096E026EFCA77
checksum64: 79A096C8616128764C75D5506D34439AB83902D9F1F8EF0CC59543F94BFC44E1
checksum32: 2186F3D012C68DE6837892C222F4E589813BB49C13A3C6C639975A2F72F28572
checksum64: CD465BBC69C9ADB7606C8D67EA27A07211F4F68B83C372DDC6C2682A129299E5

Using AU:

Expand Down
2 changes: 1 addition & 1 deletion automatic/freeciv/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/freeciv.png" width="48" height="48"/> [freeciv](https://chocolatey.org/packages/freeciv)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/freeciv.png" width="48" height="48"/> [freeciv](https://chocolatey.org/packages/freeciv)


Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
Expand Down
8 changes: 4 additions & 4 deletions automatic/freeciv/freeciv.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>freeciv</id>
<version>2.6.5</version>
<version>2.6.6</version>
<title>Freeciv</title>
<owners>chocolatey-community purity</owners>
<authors>Freeciv Contributors</authors>
Expand All @@ -12,7 +12,7 @@
<docsUrl>http://www.freeciv.org/wiki/</docsUrl>
<bugTrackerUrl>https://www.hostedredmine.com/projects/freeciv</bugTrackerUrl>
<projectSourceUrl>https://github.com/freeciv/freeciv-web</projectSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/freeciv.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/freeciv.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.
Expand All @@ -23,10 +23,10 @@ You can play online against other players (multiplayer) or play by yourself agai
]]></description>
<summary>Freeciv is a Free and Open Source empire-building strategy game inspired by the history of human civilization.</summary>
<releaseNotes>http://www.freeciv.org/wiki/NEWS-2.6.5</releaseNotes>
<releaseNotes>http://www.freeciv.org/wiki/NEWS-2.6.6</releaseNotes>
<copyright />
<tags>freeciv game strategy civilization admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/freeciv</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freeciv</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/freeciv/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ $packageArgs = @{
fileType = 'exe'
softwareName = 'Freeciv*'

checksum = 'e30a6e0f8b70b91dc97b8ca1090de37ad85a0c7030dac2c3793e8cb5e4aa877a'
checksum = '339f56b769347517e1d88658e24da03e542632618e2cb69b4939b9e433bc67b2'
checksumType = 'sha256'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.6.5-win32-gtk3-setup.exe'
url = 'http://files.freeciv.org/packages/windows/Freeciv-2.6.6-win32-gtk3-setup.exe'

silentArgs = '/S'
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/mkdocs-material.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>mkdocs-material</id>
<title>MkDocs Material Theme</title>
<version>8.0.5</version>
<version>8.1.0</version>
<authors>Martin Donath</authors>
<owners>chocolatey-community</owners>
<projectUrl>http://squidfunk.github.io/mkdocs-material/</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mkdocs-material/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Update-SessionEnvironment

$version = '8.0.5'
$version = '8.1.0'

$proxy = Get-EffectiveProxy
if ($proxy) {
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv311esetup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv311fsetup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: BBDBE989814660E3E84D4C4B5DC4320051CFE7DAA12270608F1AFF7E451D38FF
checksum32: 4F027D12C30E094A16D201D5CEE3896B2337199777D918E9850C2E2EA50C5DA2

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>mp3tag</id>
<version>3.11.5-beta</version>
<version>3.11.6-beta</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv311esetup.exe"
file = "$toolsPath\mp3tagv311fsetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
Expand Down

0 comments on commit 7a077f8

Please sign in to comment.