Skip to content

Commit

Permalink
AU: 4 updated - PDFCreator prey supertuxkart waterfox-classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Jan 4, 2022
1 parent b13b98f commit 6e0e09c
Show file tree
Hide file tree
Showing 16 changed files with 41 additions and 33 deletions.
2 changes: 1 addition & 1 deletion automatic/pdfcreator/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png" width="48" height="48"/> [PDFCreator](https://chocolatey.org/packages/PDFCreator)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png" width="48" height="48"/> [PDFCreator](https://chocolatey.org/packages/PDFCreator)

PDFCreator easily creates PDFs from any Windows program. Use it like a printer in Word, StarCalc or any other Windows application.

Expand Down
4 changes: 2 additions & 2 deletions automatic/pdfcreator/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 <http://download.pdfforge.org/download/pdfcreator/list>
and can be verified by doing the following:

1. Download the following <http://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?download>
1. Download the following <https://download.pdfforge.org/download/pdfcreator/PDFCreator-stable?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
checksum: 7984A89D15343FDB9FD6BC1E3BCAB4E6680D664B80DF0390AC6B086B21536F29
checksum: 3BDBF09751FBC8C2B84CC966B5B365C5F7537F219EA68BD6BC1088841EC3FEF3

The file 'LICENSE.txt' has been obtained from <https://github.com/pdfforge/PDFCreator/blob/dbbe3558157f5861bff35dcb37b328b679b0ccfd/LICENSE>
6 changes: 3 additions & 3 deletions automatic/pdfcreator/pdfcreator.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<metadata>
<!-- == PACKAGE SPECIFIC SECTION == -->
<id>PDFCreator</id>
<version>4.3.0</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/pdfcreator</packageSourceUrl>
<version>4.4.1</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/pdfcreator</packageSourceUrl>
<owners>chocolatey-community</owners>
<!-- == SOFTWARE SPECIFIC SECTION == -->
<title>PDF Creator</title>
<authors>pdfforge</authors>
<projectUrl>http://www.pdfforge.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@6e52bf3b9392bc72475a3e254eab23578ccb9d0e/icons/PDFCreator.png</iconUrl>
<licenseUrl>https://www.pdfforge.org/pdfcreator/license</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/pdfforge/PDFCreator</projectSourceUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pdfcreator/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\PDFCreator-4_3_0-Setup.exe.exe"
file = "$toolsPath\PDFCreator-4_4_1-Setup.exe.exe"
softwareName = 'PDFCreator'
silentArgs = $installArgs
validExitCodes = @(0)
Expand Down
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 <https://github.com/prey/prey-node-client/releases>
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.9.14/prey-windows-1.9.14-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.14/prey-windows-1.9.14-x64.msi>
32-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.16/prey-windows-1.9.16-x86.msi>
64-Bit software: <https://github.com/prey/prey-node-client/releases/download/v1.9.16/prey-windows-1.9.16-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: 55354455593E6868F73FF196D5698879D111B2CFBA313964F06589AA38F0AFF5
checksum64: 460A9C9CA6136FA2F99BA11657C573DDCB651202B3778245799B2A7B728D8C5D
checksum32: 8F06DECCA5BA52F084D025D91B3C91312F2B555EBFC7813370AD6EA28092CAD8
checksum64: 911A5D15199BC1DAF918CDE72B3CCCBBFD424A93D774C4CDC499ED5C97A01A38

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 @@ -2,5 +2,5 @@
"1.6": "1.6.9",
"1.7": "1.7.5",
"1.8": "1.8.3",
"1.9": "1.9.14"
"1.9": "1.9.16"
}
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.9.14</version>
<version>1.9.16</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.9.14</releaseNotes>
<releaseNotes>https://github.com/prey/prey-node-client/releases/tag/v1.9.16</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.9.14-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.14-x64.msi"
file = "$toolsPath\prey-windows-1.9.16-x86.msi"
file64 = "$toolsPath\prey-windows-1.9.16-x64.msi"
softwareName = 'prey*'
silentArgs = "/qn /norestart /l*v `"$($env:TEMP)\$($env:chocolateyPackageName).$($env:chocolateyPackageVersion).MsiInstall.log`""
validExitCodes = @(0, 2010, 1641)
Expand Down
2 changes: 1 addition & 1 deletion automatic/supertuxkart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/supertuxkart.png" width="48" height="48"/> [supertuxkart](https://chocolatey.org/packages/supertuxkart)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/supertuxkart.png" width="48" height="48"/> [supertuxkart](https://chocolatey.org/packages/supertuxkart)


SuperTuxKart is a Free 3D kart racing game; we want to make the game fun more than we want to make it realistic. You can play with up to 4 friends on one PC, racing against each other or just try to beat the computer (a network multiplayer feature is planned).
Expand Down
6 changes: 3 additions & 3 deletions automatic/supertuxkart/supertuxkart.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>supertuxkart</id>
<version>1.2</version>
<version>1.3</version>
<title>SuperTuxKart</title>
<owners>chocolatey-community</owners>
<authors>SuperTuxKart developers</authors>
Expand All @@ -13,7 +13,7 @@
<mailingListUrl>http://forum.freegamedev.net/viewforum.php?f=16</mailingListUrl>
<bugTrackerUrl>https://github.com/supertuxkart/stk-code/issues</bugTrackerUrl>
<docsUrl>http://supertuxkart.sourceforge.net/doxygen/?title=doxygen</docsUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/supertuxkart.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/supertuxkart.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[
SuperTuxKart is a Free 3D kart racing game; we want to make the game fun more than we want to make it realistic. You can play with up to 4 friends on one PC, racing against each other or just try to beat the computer (a network multiplayer feature is planned).
Expand All @@ -31,7 +31,7 @@ You can do a single race against other karts, compete in one of several Grand Pr
<dependency id="vcredist2015" version="14.0.24215.20170201" />
<dependency id="chocolatey-core.extension" version="1.3.3" />
</dependencies>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/supertuxkart</packageSourceUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/supertuxkart</packageSourceUrl>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions automatic/supertuxkart/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
$packageArgs = @{
packageName = 'supertuxkart'
fileType = 'exe'
url = 'https://github.com/supertuxkart/stk-code/releases/download/1.2/SuperTuxKart.1.2.0.installer-32bit.exe'
url64 = 'https://github.com/supertuxkart/stk-code/releases/download/1.2/SuperTuxKart.1.2.0.installer-64bit.exe'
checksum = '2274550a2b420b1a80f5acfbc316f811bc1c5fd78370a673ec873c4d737201cf'
checksum64 = '27427c615edcb7424585b62d9299f890d41a2da9e666d477a2145c57527418c2'
url = 'https://github.com/supertuxkart/stk-code/releases/download/1.3/SuperTuxKart-1.3-installer-i686.exe'
url64 = 'https://github.com/supertuxkart/stk-code/releases/download/1.3/SuperTuxKart-1.3-installer-x86_64.exe'
checksum = '4379102b1e8de7356038a0eef42520202ee043f00a04a399b958d2c3df24825c'
checksum64 = '262bb2936bcb2acee818b052a0bfb6d437f21ef7e7634d502336c297a9cc0c9e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/S'
Expand Down
4 changes: 4 additions & 0 deletions automatic/waterfox/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,7 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...

## Notes

- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
6 changes: 3 additions & 3 deletions automatic/waterfox/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ VERIFICATION
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The installer have been downloaded from their official download link listed on <https://www.waterfox.net/releases/>
The installer have been downloaded from their official download link listed on <https://github.com/WaterfoxCo/Waterfox/releases/latest>
and can be verified like this:

1. Download <https://cdn.waterfox.net/releases/win64/installer/Waterfox%20Classic%202021.10%20Setup.exe>
1. Download <https://github.com/WaterfoxCo/Waterfox-Classic/releases/download/2021.11-classic/WaterfoxClassic2021.11.exe>
2. Then use one of the following methods to obtain the checksum
- Use powershell function 'Get-Filehash'
- Use chocolatey utility 'checksum.exe'

checksum type: sha256
checksum: C38A4965E2D97DEC8B3B5B66ABC05AA79EBEB1B040252E65BA2EE66E6BCD65E7
checksum: A06B72745AEDF101B2F54556A0626C7118199A71975E7E42DADF545C7A2E7CCC

File 'LICENSE.md' is obtained from <https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE>
2 changes: 1 addition & 1 deletion automatic/waterfox/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $packageArgs = @{
packageName = 'waterfox-classic'
fileType = 'exe'
softwareName = 'Waterfox*'
file = "$toolsDir\Waterfox Classic 2021.10 Setup_x64.exe"
file = "$toolsDir\WaterfoxClassic2021.11_x64.exe"
silentArgs = "/S"
validExitCodes= @(0)
}
Expand Down
4 changes: 2 additions & 2 deletions automatic/waterfox/waterfox.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"current": "21103.2.6",
"classic": "2021.10"
"current": "22014.0.5.1",
"classic": "2021.11"
}
10 changes: 7 additions & 3 deletions automatic/waterfox/waterfox.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>waterfox-classic</id>
<version>2021.10</version>
<version>2021.11</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-packages/tree/master/automatic/waterfox</packageSourceUrl>
<owners>chocolatey-community,tonigellida,admiringworm</owners>
<title>Waterfox classic</title>
<authors>Alex Kontos</authors>
<projectUrl>https://www.waterfoxproject.org/</projectUrl>
<projectUrl>https://classic.waterfox.net/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-packages@2171e76d9468526e4e792d20ac6b68e1a8fdc93a/icons/waterfox.png</iconUrl>
<copyright>© 2019 Waterfox Ltd.</copyright>
<licenseUrl>https://github.com/MrAlex94/Waterfox/blob/1bc2fb60abf0fa173b69ca94f660115d76f09f4f/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/MrAlex94/Waterfox</projectSourceUrl>
<projectSourceUrl>https://github.com/WaterfoxCo/Waterfox-Classic</projectSourceUrl>
<tags>waterfox web-browser firefox 64-bit admin cross-platform foss</tags>
<summary>Waterfox is basically a 64-bit version of Firefox.</summary>
<description><![CDATA[Use this version of Waterfox if you have your browser set up with various NPAPI plugins and bootstrap extensions that have not been updated as WebExtensions or for [Waterfox Current](https://chocolatey.org/packages/waterfox)
Expand Down Expand Up @@ -42,6 +42,10 @@ telemetry is sent back to Mozilla or the Waterfox project.
- Run every Add-On (even unsigned ones!)
- Windows XP 64-Bit Support
- More under the hood changes...
## Notes
- Waterfox Classic has many unpatched [security advisories](https://github.com/WaterfoxCo/Waterfox-Classic/wiki/Unpatched-Security-Advisories). Use at your own discretion.
]]></description>
<releaseNotes>https://www.waterfoxproject.org/blog/</releaseNotes>
<dependencies>
Expand Down

0 comments on commit 6e0e09c

Please sign in to comment.