Skip to content

Commit

Permalink
AU: 3 updated - brave freevideoeditor palemoon
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 30, 2024
1 parent 4ee72b3 commit 13cca09
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 19 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.62.153",
"beta": "1.63.133-beta"
"beta": "1.63.138-beta"
}
8 changes: 4 additions & 4 deletions automatic/brave/brave.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<package>
<metadata>
<id>brave</id>
<version>1.62.153</version>
<title>Brave Browser</title>
<version>1.63.138-beta</version>
<title>Brave Browser (Beta)</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.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- Beta is an early preview for new versions of Brave. This build showcases the newest advances and it's ready for daily use. Brave Beta automatically sends crash reports, but you can turn this off if you'd like.
- **If the package is out of date please check [Version History](#versionhistory) for the latest submitted version. If you have a question, please ask it in [Chocolatey Community Package Discussions](https://github.com/chocolatey-community/chocolatey-packages/discussions) or raise an issue on the [Chocolatey Community Packages Repository](https://github.com/chocolatey-community/chocolatey-packages/issues) if you have problems with the package. Disqus comments will generally not be responded to.**
]]></description>
<!-- IconUrl: Skip check -->
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave-beta.svg</iconUrl>
<summary>A browser that lets you browse safer and faster by blocking ads and trackers.</summary>
<owners>chocolatey-community, Sanshiro</owners>
<authors>Brave Software Inc.</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/brave/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The installer has been downloaded from the GitHub mirror and can be verified lik

1. Download the following installer(s):

x86_64: https://github.com/brave/brave-browser/releases/download/v1.62.153/BraveBrowserStandaloneSilentSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.63.138/BraveBrowserStandaloneSilentBetaSetup.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
checksum64: CBAB9FFEBB6870FF5881022EAB973045EB7A3363182DFD90FFF2192337D885AC
checksum64: B6EE933CDE9F7E75DEA3E48AD7DF325A9C575544E1C62EBBA68025875B986C85

The included 'LICENSE.txt' file have been obtained from:
https://github.com/brave/brave-browser/blob/master/LICENSE
8 changes: 4 additions & 4 deletions automatic/brave/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@

$packageArgs = @{
packageName = $env:ChocolateyPackageName
url = 'https://github.com/brave/brave-browser/releases/download/v1.62.153/BraveBrowserStandaloneSilentSetup32.exe'
checksum = '60A3D8E32FCD40CBAAE813503FD46255038AF3C3E8026A9E83D970C0054CCAC3'
url = 'https://github.com/brave/brave-browser/releases/download/v1.63.138/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '1331568F04115951B120FABE13462C29416AA59EFCF6246EAEA7898B8A79D44B'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.62.153'
[version]$softwareVersion = '1.63.138'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/freevideoeditor/freevideoeditor.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>freevideoeditor</id>
<version>8.3</version>
<version>9.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/freevideoeditor</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>VSDC Free Video Editor</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/freevideoeditor/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum32: 6F90BD1AAA9D3F480E0BFFC47ABC854F8C443A4E335F0B195A2BBDCA1D1A4355
checksum64: AF1774CB4677A4A4D2C401B593ADA3D97615FCA0CD436C546355EC9A7B7AE18F
checksum32: 562A5861A5EDBCED679D7195E0AC422EEB840A62CBDA718B311EB16C69D33DB1
checksum64: BFCB485676AD8A6D71EFE8C25D2B20A7085165BA11C6B51D0501202B6FED7BC9

The file 'LICENSE.txt' has been obtained from <http://www.videosoftdev.com/terms-and-conditions>
2 changes: 1 addition & 1 deletion automatic/palemoon/palemoon.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>palemoon</id>
<title>Pale Moon browser</title>
<version>32.5.2</version>
<version>33.0.0</version>
<authors>Moonchild Productions</authors>
<owners>chocolatey-community,Redsandro</owners>
<summary>A Firefox-based web browser optimized for modern hardware.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/palemoon/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
$packageArgs = @{
packageName = 'palemoon'
fileType = 'exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-32.5.2.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-32.5.2.win64.installer.exe'
url = 'https://rm-eu.palemoon.org/release/palemoon-33.0.0.win32.installer.exe'
url64 = 'https://rm-eu.palemoon.org/release/palemoon-33.0.0.win64.installer.exe'

softwareName = 'Pale Moon*'

checksum = '744d2c5f918bcf186e59e168d86d677f00265730a15ee36fbde0622b55c5b396'
checksum = 'd9ba834986edb61c60c9d87a1caab3ba18d62557eefbf69bc7034ad6a6a6b274'
checksumType = 'sha256'
checksum64 = 'a67d25926ec1f837ea9a1c3b96676ac827f3a3ecb50ead91cdd4d39e758d2fe7'
checksum64 = 'b5af5874bfd00f5d18286294e87b4f278fed9c4cbf310eab215d33d3c824ce01'
checksumType64= 'sha256'

silentArgs = "/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-"
Expand Down

0 comments on commit 13cca09

Please sign in to comment.