Skip to content

Commit

Permalink
AU: 4 updated - brave julia nexus-repository vim
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Jun 5, 2024
1 parent 2ac7d38 commit 4940cbd
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 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.66.118",
"beta": "1.67.100-beta"
"beta": "1.67.105-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.66.118</version>
<title>Brave Browser</title>
<version>1.67.105-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.66.118/BraveBrowserStandaloneSilentSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.67.105/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: 2F0D24A63426052BFE08CA9D4B5301BD43160E6E6CC27D0C951E5C7BD2BA149D
checksum64: 4C90DEDE6E6895588E242C451D61D6ACCB36926BFCE7A75FCB88D455562E600C

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.66.118/BraveBrowserStandaloneSilentSetup32.exe'
checksum = 'AA65AB98170DDCF5C1C3EBD510E56275160550AF690F6E9F4F1945AE3D340E05'
url = 'https://github.com/brave/brave-browser/releases/download/v1.67.105/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '1AA79F7BC99861E7D4F5AC0847ED7DC9B253871D530454E707F5A36D0D7AF0B8'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
}

[version]$softwareVersion = '1.66.118'
[version]$softwareVersion = '1.67.105'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.10.3</version>
<version>1.10.4</version>
<title>Julia programming language</title>
<authors>Jeff Bezanson, Alan Edelman, Stefan Karpinski, Viral B. Shah, Julia contributors</authors>
<owners>chocolatey-community, FlorianRappl, drel</owners>
<licenseUrl>https://github.com/JuliaLang/julia/blob/master/LICENSE.md</licenseUrl>
<projectUrl>https://julialang.org</projectUrl>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.10.3</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.10.4</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/julia</packageSourceUrl>
<projectSourceUrl>https://github.com/JuliaLang/julia</projectSourceUrl>
<docsUrl>http://docs.julialang.org/</docsUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/julia/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 Julia download page on <https://julia
and can be verified like this:

1. Download the following:
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.3-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.3-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.4-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.4-win64.exe>
2. You can use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum32: DD1335E3CA82295531FB09662FB0E11D25B121EAC3CE7EF8B65EB6D46846CE4B
checksum64: 688E746F3D8700BA44A6CBC9CE04CCEAD4CD921F093AF80259E10D0B0C5448C8
checksum32: 5DBBAB19864D27DFC06B84F872A8137E46E222344AEDAEA44F6C78BBBE702AE9
checksum64: C1B659ABC90991DCBDF461F33CAE483501DA736FC223C11D4C51F337338CCB21

File 'LICENSE.txt' is obtained from <https://github.com/JuliaLang/julia/blob/master/LICENSE.md>
6 changes: 3 additions & 3 deletions automatic/julia/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.10.3-win32.exe"
file64 = "$toolsDir\julia-1.10.3-win64.exe"
file = "$toolsDir\julia-1.10.4-win32.exe"
file64 = "$toolsDir\julia-1.10.4-win64.exe"

softwareName = 'Julia*'

silentArgs = '/VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-'
validExitCodes= @(0)
}
$packageVersion = "1.10.3"
$packageVersion = "1.10.4"

Install-ChocolateyInstallPackage @packageArgs

Expand Down
2 changes: 1 addition & 1 deletion automatic/nexus-repository/nexus-repository.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>nexus-repository</id>
<title>Nexus Repository OSS</title>
<version>3.68.1.02</version>
<version>3.69.0.02</version>
<authors>Sonatype</authors>
<owners>chocolatey-community,DarwinJS</owners>
<summary>Free open source version of popular Nexus Repository for binary artifacts including first class Nuget support.</summary>
Expand Down
6 changes: 3 additions & 3 deletions automatic/nexus-repository/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if (Get-OSArchitectureWidth 32) {
throw "Sonatype Nexus Repository 3.0 and greater only supports 64-bit Windows."
}

$Version = '3.68.1-02'
$Version = '3.69.0-02'
$NexusVersionedFolder = "nexus-$Version"
$TargetFolder = "$env:ProgramData\nexus"
$ExtractFolder = "$env:TEMP\NexusExtract"
Expand Down Expand Up @@ -55,8 +55,8 @@ if (Test-Path "$ExtractFolder") {
$PackageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $ExtractFolder
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.68.1-02-win64.zip'
checksum64 = 'cbe4112d9708e14554bdcb48bd4bac863be3b124ede24c8c5da87ea40e712f72'
url64 = 'https://sonatype-download.global.ssl.fastly.net/repository/downloads-prod-group/3/nexus-3.69.0-02-win64.zip'
checksum64 = '1c784ef5bbcd106a5eb94d8ce86d00d149841a8641f0da63021894da827c9979'
checksumType64 = 'SHA256'
}

Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0465/gvim_9.1.0465_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0465/gvim_9.1.0465_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0466/gvim_9.1.0466_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v9.1.0466/gvim_9.1.0466_x64.zip>
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: 52F33A9216B690FD5CCE7F8A1573F94CA83133D0E559F9A4C0CE95EB5033FAC8
checksum64: 60E4D7279F0F480CAA24E0B48EAFE5B38E4B6BAC576D1EFB4A5D5B827AF320E8
checksum32: 429580754662188A6039E567F25A895E9CEA7219EA83EB85F608F1ED8F53A3E3
checksum64: DA3FA16FFA928F0CEE29B0951A6C9E121DDF087AFCFD7E8BD24D41B95F212F0F
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_9.1.0465_x86.zip"
file64 = "$toolsDir\gvim_9.1.0465_x64.zip"
file = "$toolsDir\gvim_9.1.0466_x86.zip"
file64 = "$toolsDir\gvim_9.1.0466_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>9.1.0465</version>
<version>9.1.0466</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 4940cbd

Please sign in to comment.