Skip to content

Commit

Permalink
AU: 7 updated - 1password 1password8 audacity brave freecad jenkins prey
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Oct 30, 2024
1 parent 03c9cb8 commit 61a6245
Show file tree
Hide file tree
Showing 20 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion automatic/1password/1password.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"OPW4": "4.6.2.62601",
"OPW7": "7.9.835",
"OPW8": "8.10.48"
"OPW8": "8.10.50"
}
4 changes: 2 additions & 2 deletions automatic/1password/1password.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>1password</id>
<version>8.10.48</version>
<version>8.10.50</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community, AgileBits</owners>
Expand All @@ -27,7 +27,7 @@
<tags>1password utility trial cross-platform password keystore keys</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/1password</packageSourceUrl>
<dependencies>
<dependency id="1password8" version="[8.10.48]" />
<dependency id="1password8" version="[8.10.50]" />
</dependencies>
</metadata>
<files />
Expand Down
2 changes: 1 addition & 1 deletion automatic/1password8/1password8.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>1password8</id>
<version>8.10.48</version>
<version>8.10.50</version>
<title>1Password</title>
<authors>AgileBits</authors>
<owners>chocolatey-community</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/1password8/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.48.msi'
url = 'https://downloads.1password.com/win/1PasswordSetup-8.10.50.msi'
softwareName = '1Password*'
checksum = '5e93bf1b1f3919362ea2817563dc0d4b3b696fbf1c7329279f28048712b55e79'
checksum = 'b97518a0bb054d05ba46b24631d09ce18b33fe6d832d4d5d45d35e1edfc2fb0f'
checksumType = 'sha256'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 1641, 3010)
Expand Down
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.6.4</version>
<version>3.7.0</version>
<authors>Audacity Developers</authors>
<summary>Audacity is free, open source, cross-platform software for recording and editing sounds.</summary>
<description><![CDATA[Audacity is free, open source, cross-platform software for recording and editing sounds.
Expand Down
8 changes: 4 additions & 4 deletions automatic/audacity/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@ Package can be verified like this:
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.6.4/audacity-win-3.6.4-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.6.4/audacity-win-3.6.4-64bit.exe
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.7.0/audacity-win-3.7.0-32bit.exe
x64: https://github.com/audacity/audacity/releases/download/Audacity-3.7.0/audacity-win-3.7.0-64bit.exe

to acquire the installers.

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: DCC10DF1E55D2DB753A2D4E29FB7FAD7018352A035FA72CE91B052E8EC317C38
checksum64: B11B3A96639D78ED295CA8A426DA628DEA951A965BFBCE170708DE5D4A93A75D
checksum32: 84C2643DAE27A26703E725F97258BA8B8D428478FA10F0DF141CF093AA6F2432
checksum64: 1034C8189843C4A2F284746369CE0EC1A3667B7B10D88ACA2F44B68369C2347F

File 'LICENSE.txt' obtained from:
https://www.audacityteam.org/about/license/#license
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\audacity-win-3.6.4-32bit.exe"
file64 = "$toolsDir\audacity-win-3.6.4-64bit.exe"
file = "$toolsDir\audacity-win-3.7.0-32bit.exe"
file64 = "$toolsDir\audacity-win-3.7.0-64bit.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
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.71.118",
"stable": "1.71.121",
"beta": "1.72.90-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.72.90-beta</version>
<title>Brave Browser (Beta)</title>
<version>1.71.121</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.
## Features
Expand All @@ -14,11 +14,11 @@
## Notes
- 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.
- This is an **official release version** of Brave. It is in continuous development with new releases landing approximately every three weeks.
- **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-beta.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@a23ca306537e2537a574ddc55e9c28dc1151ab30/icons/brave.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.72.90/BraveBrowserStandaloneSilentBetaSetup.exe
x86_64: https://github.com/brave/brave-browser/releases/download/v1.71.121/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
checksum64: 6BA7A16CF8E1061BEF868800777C89912E0A1DE60BBC0C70090DCAC541FDAFC4
checksum64: 7F719846947BD492965CA4FEEBF052F50307CA3ECE434625611D487996164477

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.72.90/BraveBrowserStandaloneSilentBetaSetup32.exe'
checksum = '2E9A692CF5024C8445A257C877C2326C169529CCD6943863CBCEB0F90154B00B'
url = 'https://github.com/brave/brave-browser/releases/download/v1.71.121/BraveBrowserStandaloneSilentSetup32.exe'
checksum = '852B885824DC14ACB5CAD52F91FA5562AAD58DAB6555CEA9BC28AE6125BB40EF'
checksumType= 'sha256'
file64 = "$toolsPath\BraveBrowserStandaloneSilentBetaSetup.exe"
file64 = "$toolsPath\BraveBrowserStandaloneSilentSetup.exe"
}

[version]$softwareVersion = '1.72.90'
[version]$softwareVersion = '1.71.121'

Write-Host "Checking already installed version..."
$installedVersion = Get-InstalledVersion
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "0.21.2.1",
"portable": "0.21.2.1",
"dev": "39057.2024.10.28-dev"
"dev": "39057.2024.10.30-dev"
}
2 changes: 1 addition & 1 deletion automatic/freecad/freecad.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>freecad</id>
<version>39057.2024.10.28-dev</version>
<version>39057.2024.10.30-dev</version>
<title>FreeCAD</title>
<owners>chocolatey-community,purity</owners>
<authors>Jürgen Riegel</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/freecad/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $packageArgs = @{
fileType = '7z'
url64 = 'https://github.com/FreeCAD/FreeCAD-Bundle/releases/download/weekly-builds/FreeCAD_weekly-builds-39057-conda-Windows-x86_64-py311.7z'
softwareName = 'FreeCAD'
checksum64 = '71A9986749A02E33B902C39ABC5D07DC4AD153BB7D44A669BD988A69D4F250BE'
checksum64 = '41D4957DF1EE6BF0864E83F4401798BCD692100B249BF46770EE500321857B5A'
checksumType64 = 'sha256'
silentArgs = '/S'
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.462.3</version>
<version>2.479.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/jenkins</packageSourceUrl>
<owners>chocolatey-community,pauby,johnypony3</owners>
<title>Jenkins</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.462.3/jenkins.msi>
64-Bit: <http://mirrors.jenkins-ci.org/windows-stable/2.479.1/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: 25F54F401F83453E20C8C7D1459032A7888DBE3D4F895531E6089EFF5C799A84
checksum64: 470A8CB859094B1F086AC527EE7AA63B34843D4DBF7AE60FA60C317AB3C641C7

File 'LICENSE.txt' is obtained from <https://github.com/jenkinsci/jenkins/blob/master/LICENSE.txt>
8 changes: 4 additions & 4 deletions automatic/prey/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.3/prey-windows-1.13.3-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.3/prey-windows-1.13.3-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.4/prey-windows-1.13.4-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.13.4/prey-windows-1.13.4-x64.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
checksum32: E9544582A40C8F6849E04B053441935B834ED363372CCF5BF66ECFACB47887C7
checksum64: 47294AA80E2D04C4FC218ED162ACDF508C739A9B22FBBBF534395887AE9686E2
checksum32: 1AB953D6E9AB75962F74360BF6039D350BF95942F37CB890C5DA9EFA4EEDA3E0
checksum64: 1093419D2DA8C98392525D335E7A9E8EA8F00E4A6B9626EE0972B4DD7C3BB98F

The file 'LICENSE.txt' has been obtained from <https://github.com/prey/prey-node-client/blob/master/license.txt>
2 changes: 1 addition & 1 deletion automatic/prey/prey.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
"1.10": "1.10.10",
"1.11": "1.11.10",
"1.12": "1.12.18",
"1.13": "1.13.3"
"1.13": "1.13.4"
}
4 changes: 2 additions & 2 deletions automatic/prey/prey.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>prey</id>
<version>1.13.3</version>
<version>1.13.4</version>
<title>Prey</title>
<owners>chocolatey-community</owners>
<authors>Fork Ltd</authors>
Expand All @@ -21,7 +21,7 @@ Prey lets you keep track of your laptop, phone and tablet whenever stolen or mis
- You may need to run `C:\Windows\Prey\current\bin\prey config gui -f` after installation to configure Prey.
]]></description>
<summary>Prey is a lightweight application to track a laptop or mobile if it gets stolen or missing.</summary>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.13.3</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.13.4</releaseNotes>
<tags>prey anti-theft lockdown tracking admin foss cross-platform</tags>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/prey</packageSourceUrl>
<projectSourceUrl>https://github.com/prey/prey-node-client</projectSourceUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/prey/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file = "$toolsPath\prey-windows-1.13.3-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.3-x64.msi"
file = "$toolsPath\prey-windows-1.13.4-x86.msi"
file64 = "$toolsPath\prey-windows-1.13.4-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down

0 comments on commit 61a6245

Please sign in to comment.