Skip to content

Commit

Permalink
AU: 8 updated - clipboardfusion jenkins musescore Opera rdcman rufus …
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jul 26, 2023
1 parent 7da97eb commit 981b4cb
Show file tree
Hide file tree
Showing 21 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"stable": "6.0",
"stable": "6.0.1",
"unstable": "6.0.1-Beta4"
}
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/clipboardfusion.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>clipboardfusion</id>
<version>6.0.1-Beta4</version>
<version>6.0.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/clipboardfusion</packageSourceUrl>
<owners>chocolatey-community, keithlammers, the-running-dev</owners>
<title>ClipboardFusion</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/clipboardfusion/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://www.clipboardfusion.com/Download/>
and can be verified by doing the following:

1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.0.1-Beta4.exe>
1. Download the following <https://binaryfortressdownloads.com/Download/BFSFiles/104/ClipboardFusionSetup-6.0.1.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
checksum: 0BAF51460E692B7A3F9485A2D265B90797238CE25CE00A55F22B759D962A9932
checksum: 1B86F0BB6A0F346BBEA30E99A4276914212C533ED5A548A127BFF9F3610F0807

The file 'LICENSE.txt' has been obtained from <https://www.clipboardfusion.com/License/>
2 changes: 1 addition & 1 deletion automatic/clipboardfusion/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\ClipboardFusionSetup-6.0.1-Beta4.exe"
file = "$toolsPath\ClipboardFusionSetup-6.0.1.exe"
softwareName = 'clipboardfusion*'
silentArgs = "/VERYSILENT /NORESTART /SUPPRESSMSGBOXES /SP- /LAUNCHAFTER=0 /LOG=`"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).InnoInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/jenkins/jenkins.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>jenkins</id>
<version>2.401.2</version>
<version>2.401.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/jenkins</packageSourceUrl>
<owners>chocolatey-community,pauby,johnypony3</owners>
<title>Jenkins CI</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/jenkins/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The installer has been downloaded from their official download link from <https://www.jenkins.io/download/>

1. Download the file via:
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.401.2/jenkins.msi>
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.401.3/jenkins.msi>
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
checksum64: 0A788F75E9720DEAF50A343D51AF2C546683FF543B663B10C3069C48343FB9FC
checksum64: 94F8B156F4613129833D74C996A2858750EF2C0BBDB965CB5D1EA6878673986A

File 'LICENSE.txt' is obtained from <https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt>
4 changes: 2 additions & 2 deletions automatic/musescore/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://musescore.org/en/download/musescore.msi>
and can be verified by doing the following:

1. Download the following <https://cdn.jsdelivr.net/musescore/v4.0.2/MuseScore-4.0.2.230651553-x86_64.msi>
1. Download the following <https://cdn.jsdelivr.net/musescore/v4.1.1/MuseScore-4.1.1.232071203-x86_64.msi>
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
checksum: 1E52CD551EB60549187DE43ADBBAEF8EAA5B39ED3AB1821E9C276D2B77EB2848
checksum: E1C6CB26ACC1DA22AE3D78432B3D45D2743BF39D8AFB72009D6AB5475889ED2E

The file 'LICENSE.txt' has been obtained from <https://github.com/musescore/MuseScore/blob/cb43b90e5af01ab09730ab7b6e1db9722afb1169/LICENSE.GPL>
2 changes: 1 addition & 1 deletion automatic/musescore/musescore.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>musescore</id>
<version>4.0.2.230651553</version>
<version>4.1.1.232071203</version>
<title>MuseScore</title>
<owners>chocolatey-community</owners>
<authors>MuseScore developers</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/musescore/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\MuseScore-4.0.2.230651553-x86_64.msi"
file = "$toolsPath\MuseScore-4.1.1.232071203-x86_64.msi"
softwareName = 'MuseScore*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/musescore/update.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing

$re = '\.msi$'
$url32 = $download_page.Links | ? href -match $re | select -first 1 -expand href
$url32 = $download_page.Links | Where-Object href -match $re | Select-Object -first 1 -expand href

$version32 = $url32 -split "-" | select -last 1 -skip 1
$version32 = $url32 -split "-" | Select-Object -last 1 -skip 1
@{
URL32 = $url32
Version = $version32
Expand Down
4 changes: 2 additions & 2 deletions automatic/opera/opera.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>Opera</id>
<version>100.0.4815.76</version>
<version>101.0.4843.25</version>
<title>Opera</title>
<owners>chocolatey-community</owners>
<authors>Opera</authors>
Expand All @@ -26,7 +26,7 @@ For example: `--params '"/NoDesktopShortcut /NoTaskbarShortcut"'`
- **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>
<summary>The Opera web browser makes the Web fast and fun, giving you a better web browser experience on any computer.</summary>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-100/#b4815.76</releaseNotes>
<releaseNotes>https://blogs.opera.com/desktop/changelog-for-101/#b4843.25</releaseNotes>
<tags>browser opera cross-platform internet admin</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/opera</packageSourceUrl>
</metadata>
Expand Down
10 changes: 5 additions & 5 deletions automatic/opera/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ $parameters += if ($pp.NoTaskbarShortcut) { " /pintotaskbar=0"; Write-Host "Oper
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://get.geo.opera.com/pub/opera/desktop/100.0.4815.76/win/Opera_100.0.4815.76_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/100.0.4815.76/win/Opera_100.0.4815.76_Setup_x64.exe'
checksum = '9edc62cfd967f2f4899233af47b593f12f8abb51a614306eca254558361878b0'
checksum64 = 'bfaa3a1a69f47c95554e895bc7b105743f3fde1bd06b32964c20471446991a8f'
url = 'https://get.geo.opera.com/pub/opera/desktop/101.0.4843.25/win/Opera_101.0.4843.25_Setup.exe'
url64 = 'https://get.geo.opera.com/pub/opera/desktop/101.0.4843.25/win/Opera_101.0.4843.25_Setup_x64.exe'
checksum = '6dbe664cea90d874ff1870cacadaa5482bfd64f0a4a86c46e70c2bc144b0e5e3'
checksum64 = 'e09f0663827126ae88e211f322aa0075fda3ebdcd4eaf81330a06365d70a133c'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/install /silent /launchopera=0 /setdefaultbrowser=0 /allusers=1' + $parameters
validExitCodes = @(0)
}

$version = '100.0.4815.76'
$version = '101.0.4843.25'
if (!$Env:ChocolateyForce -and (IsVersionAlreadyInstalled $version)) {
Write-Output "Opera $version is already installed. Skipping download and installation."
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/rdcman/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x8DAFF090EB26FCF|2.92.1430
0x8DB8DFC3905E2FE|2.93.1431
2 changes: 1 addition & 1 deletion automatic/rdcman/rdcman.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>rdcman</id>
<version>2.92.1430</version>
<version>2.93.1431</version>
<title>Remote Desktop Connection Manager</title>
<authors>Julian Burger</authors>
<owners>chocolatey-community,Anthony Mastrean</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/rdcman/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
$packageArgs = @{
packageName = 'rdcman'
url = 'https://download.sysinternals.com/files/RDCMan.zip'
checksum = 'df183e730ece0ca8946f04be5456fd63a9088b1bb9a463bf155926a4908956b3'
checksum = '33078e697fed8c0f69ef42a1bf5af810e5038160413311f2abaff3d7186d12a5'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/rufus/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/pbatard/rufus/releases/download/v4.1/rufus-4.1.exe
x32: https://github.com/pbatard/rufus/releases/download/v4.2/rufus-4.2.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'

checksum32: 8F680FDC6E91AFF40066ECEBDCFBE985A058313E6DDC024A9123FE0985493035
checksum32: C8420CF0F9F5E9A413865A34D998C6E56617CECE45B2FB9F92DC28615BCC0ED7


File 'license.txt' is obtained from:
Expand Down
2 changes: 1 addition & 1 deletion automatic/rufus/rufus.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>rufus</id>
<version>4.1</version>
<version>4.2</version>
<title>Rufus</title>
<authors>Pete "Akeo" Batard</authors>
<owners>chocolatey-community, dtgm</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/skype/skype.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>skype</id>
<title>Skype</title>
<version>8.99.0.403</version>
<version>8.100.0.203</version>
<authors>Microsoft</authors>
<owners>chocolatey-community,Rob Reynolds</owners>
<summary>Skype - VOIP</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/skype/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
softwareName = 'Skype*'
fileType = 'msi'
url = 'https://download.skype.com/s4l/download/win/Skype-8.99.0.403.msi'
checksum = '0a991900180429045b27944a438ff8e2d7bce748d02f8a2e7db0e398a714f83d'
url = 'https://download.skype.com/s4l/download/win/Skype-8.100.0.203.msi'
checksum = '338e3ba25a0246fa5e49398461e642b605e1b47037c62a926670823151030c32'
checksumType = 'sha256'
silentArgs = "/quiet /norestart /l*v `"$($env:TEMP)\$($packageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/sysinternals.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>sysinternals</id>
<title>Sysinternals</title>
<version>2023.6.27</version>
<version>2023.7.26</version>
<authors>Mark Russinovich, Bryce Cogswell</authors>
<owners>chocolatey-community, Rob Reynolds</owners>
<summary>Sysinternals - utilities to help you manage, troubleshoot and diagnose your Windows systems and applications.</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sysinternals/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Write-Host "Sysinternals Suite is going to be installed in '$installDir'"
$packageArgs = @{
packageName = 'sysinternals'
url = 'https://download.sysinternals.com/files/SysinternalsSuite.zip'
checksum = '6ceac973bed6154015e1f82c573d464485461a433bd7849fe25d3312aae96b04'
checksum = '1a07dc0f192efcccbf5dce3294254d04d7c7f9a94752ee07d63606606ef9ebbf'
checksumType = 'sha256'
unzipLocation = $installDir
}
Expand Down

0 comments on commit 981b4cb

Please sign in to comment.