Skip to content

Commit

Permalink
AU: 3 updated - chromium julia scribus
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Chocolatey Community committed Mar 10, 2024
1 parent 71f611f commit 5e401af
Show file tree
Hide file tree
Showing 12 changed files with 35 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
@@ -1,4 +1,4 @@
{
"snapshots": "117.0.5857.0-snapshots",
"snapshots": "124.0.6349.0-snapshots",
"stable": "114.0.5735.199"
}
4 changes: 2 additions & 2 deletions automatic/chromium/chromium.nuspec
Expand Up @@ -3,8 +3,8 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>chromium</id>
<version>114.0.5735.199</version>
<title>Chromium</title>
<version>124.0.6349.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey-community</owners>
<authors>The Chromium Authors</authors>
<projectUrl>http://www.chromium.org/Home</projectUrl>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
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://github.com/Hibbiki/chromium-win32/releases/download/v109.0.5414.120-r1070088/mini_installer.sync.exe>
64-Bit software: <https://github.com/Hibbiki/chromium-win64/releases/download/v114.0.5735.199-r1135570/mini_installer.sync.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/1270650/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/1270644/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: C1AABD6EEF38D759BBD92CA9516353D88C463A1E8389A875B4D12D53DB467F98
checksum64: 68D8DCEEC60E18E7F8B0C3BC589AFBCA5EF11F2E65805AC68A8775C670C4B8F7
checksum32: 34B75FECF2C2F8A12E9BD72A167BD62654950B72D6762EE87F43821688B473DA
checksum64: 4C28DCD5D770BF8E23BC5AEF28967CA2D62EF5BD1E292127387EA12F829F8D69

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
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "114.0.5735.199"
$version = "124.0.6349.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
4 changes: 2 additions & 2 deletions automatic/julia/julia.nuspec
Expand Up @@ -2,13 +2,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>julia</id>
<version>1.10.0</version>
<version>1.10.2</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.0</releaseNotes>
<releaseNotes>https://github.com/JuliaLang/julia/releases/tag/v1.10.2</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
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.0-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.0-win64.exe>
32-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x86/1.10/julia-1.10.2-win32.exe>
64-bit installer: <https://julialang-s3.julialang.org/bin/winnt/x64/1.10/julia-1.10.2-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: C707B9CC5CD4DA71B8E557A4542B3E2314B0DDC393EF925B65EB560CC9566240
checksum64: F58AAA631748A5B0389586F3A3B7A081A2A6AC219A5A73A501AC61C0D99DAEBD
checksum32: C71C0C546BB20E6DB98F4D3C8C497313342FB72078A7D23F5528DB3F4BFE09AE
checksum64: 5BA6BAC56753F4FFFE18390721816680F1FDF268B6BAE920179A24FE5D588C4B

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
Expand Up @@ -5,15 +5,15 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsDir\julia-1.10.0-win32.exe"
file64 = "$toolsDir\julia-1.10.0-win64.exe"
file = "$toolsDir\julia-1.10.2-win32.exe"
file64 = "$toolsDir\julia-1.10.2-win64.exe"

softwareName = 'Julia*'

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

Install-ChocolateyInstallPackage @packageArgs

Expand Down
2 changes: 1 addition & 1 deletion automatic/scribus/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/c60e11994d4e9da90e4e5a974f54e284b8d92823/icons/scribus.svg" width="48" height="48"/> [scribus](https://chocolatey.org/packages/scribus)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c60e11994d4e9da90e4e5a974f54e284b8d92823/icons/scribus.svg" width="48" height="48"/> [scribus](https://chocolatey.org/packages/scribus)


Scribus is an Open Source program that brings professional page layout to Linux/UNIX, Mac OS X, OS/2 Warp 4, eComStation, Haiku and Windows desktops with a combination of press-ready output and new approaches to page design.
Expand Down
8 changes: 4 additions & 4 deletions automatic/scribus/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ location on <https://sourceforge.net/projects/scribus/files/scribus/>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows.exe/download>
64-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.4.8/scribus-1.4.8-windows-x64.exe/download>
32-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.6.1/scribus-1.6.1-windows.exe/download>
64-Bit software: <https://sourceforge.net/projects/scribus/files/scribus/1.6.1/scribus-1.6.1-windows-x64.exe/download>
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: EB8CDB9EA513393C5793D3A6B180B0B04BD9383385396E13DDC23487DAFDB0CA
checksum64: 1197587EBAF4622F348DA594F3D96442847024476F078B1C1B515A736A507181
checksum32: 82E7BED899524F2084F698F90FBFC41269C1D3B7C9F22EE8434866F0A51F1CFA
checksum64: 7EAA92581A8262A2F339B7CC4CB8982FA52454D27E6738E23EC14A66DB2A8FED

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt>
9 changes: 6 additions & 3 deletions automatic/scribus/scribus.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>scribus</id>
<version>1.4.8</version>
<packageSourceUrl>https://github.com/Chocolatey/chocolatey-coreteampackages/tree/master/automatic/scribus</packageSourceUrl>
<version>1.6.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/scribus</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Scribus</title>
<authors>The Scribus Team</authors>
<projectUrl>https://www.scribus.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@c60e11994d4e9da90e4e5a974f54e284b8d92823/icons/scribus.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@c60e11994d4e9da90e4e5a974f54e284b8d92823/icons/scribus.svg</iconUrl>
<copyright>Copyright 2015-2016 The Scribus Team</copyright>
<licenseUrl>https://sourceforge.net/p/scribus/code/ci/master/tree/Scribus/COPYING</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand All @@ -22,6 +22,9 @@ Scribus is an Open Source program that brings professional page layout to Linux/
Underneath a modern and user-friendly interface, Scribus supports professional publishing features, such as color separations, CMYK and spot colors, ICC color management, and versatile PDF creation.
## Notes
- **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>
<dependencies>
<dependency id="vcredist2008" version="9.0.30729.6161" />
Expand Down
4 changes: 2 additions & 2 deletions automatic/scribus/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\scribus-1.4.8-windows.exe"
file64 = "$toolsPath\scribus-1.4.8-windows-x64.exe"
file = "$toolsPath\scribus-1.6.1-windows.exe"
file64 = "$toolsPath\scribus-1.6.1-windows-x64.exe"
softwareName = 'Scribus*'
silentArgs = '/S'
validExitCodes = @(0)
Expand Down
10 changes: 5 additions & 5 deletions automatic/scribus/update.ps1
Expand Up @@ -25,18 +25,18 @@ function global:au_GetLatest {

$re = '\/[\d\.]+\/$'
$builder = New-Object System.UriBuilder($releases)
$builder.Path = $download_page.Links | ? href -match $re | select -first 1 -expand href
$builder.Path = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href
$releasesUrl = $builder.Uri.ToString()

$download_page = Invoke-WebRequest -Uri $releasesUrl -UseBasicParsing
$re = '\.exe\/download$'
$urls = $download_page.Links | ? href -match $re | select -expand href
$urls = $download_page.Links | Where-Object href -match $re | Select-Object -expand href

$url32 = $urls | ? { $_ -notmatch '\-x64' } | select -first 1
$url64 = $urls | ? { $_ -match '\-x64' } | select -first 1
$url32 = $urls | Where-Object { $_ -notmatch '\-x64' } | Select-Object -first 1
$url64 = $urls | Where-Object { $_ -match '\-x64' } | Select-Object -first 1

$verRe = '\/'
$version32 = $url32 -split "$verRe" | select -last 1 -skip 2
$version32 = $url32 -split "$verRe" | Select-Object -last 1 -skip 2

@{
URL32 = $url32
Expand Down

0 comments on commit 5e401af

Please sign in to comment.