Skip to content

Commit

Permalink
AU: 7 updated - audacity ccleaner krita mixxx transifex-client univer…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Aug 7, 2021
1 parent 02df0ac commit ca6d9ae
Show file tree
Hide file tree
Showing 21 changed files with 54 additions and 55 deletions.
2 changes: 1 addition & 1 deletion automatic/audacity/audacity.nuspec
Expand Up @@ -5,7 +5,7 @@
<id>audacity</id>
<title>Audacity</title>
<owners>chocolatey-community</owners>
<version>3.0.2</version>
<version>3.0.3</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
2 changes: 1 addition & 1 deletion automatic/audacity/legal/VERIFICATION.txt
Expand Up @@ -5,7 +5,7 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to <https://www.audacityteam.org/download/windows/>
1. Go to <https://www.audacityteam.org/download/windows/>

And download the following:
x32: https://github.com/audacity/audacity/releases/download/Audacity-3.0.3/audacity-win-3.0.3-32bit.exe
Expand Down
4 changes: 2 additions & 2 deletions automatic/audacity/tools/chocolateyInstall.ps1
Expand Up @@ -5,8 +5,8 @@ $toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = 'audacity'
fileType = 'exe'
file = "$toolsDir\"
file64 = "$toolsDir\"
file = "$toolsDir\audacity-win-3.0.3-32bit.exe"
file64 = "$toolsDir\audacity-win-3.0.3-64bit.exe"
silentArgs = '/VERYSILENT'
validExitCodes = @(0, 1223)
}
Expand Down
2 changes: 1 addition & 1 deletion automatic/ccleaner/ccleaner.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>ccleaner</id>
<title>CCleaner</title>
<version>5.82.8950</version>
<version>5.83.9050</version>
<authors>Piriform</authors>
<owners>chocolatey-community,maartenba, tonigellida</owners>
<summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/ccleaner/tools/chocolateyInstall.ps1
Expand Up @@ -22,8 +22,8 @@ if ($Env:ChocolateyPackageParameters -match '/UseSystemLocale') {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'EXE'
url = 'https://download.ccleaner.com/ccsetup582.exe'
checksum = '23FA3272684C37A0C4B04531EEF9363DD7874D3BEAA1709995779B273AE56C47'
url = 'https://download.ccleaner.com/ccsetup583.exe'
checksum = 'CDECCE5824E901BBBD97C0F933C15A14A4F2C1B260DA17D8081B6B87CF306C2F'
checksumType = 'sha256'
silentArgs = "/S $locale"
validExitCodes = @(0)
Expand Down
32 changes: 16 additions & 16 deletions automatic/krita/krita.nuspec
Expand Up @@ -3,33 +3,33 @@
<metadata>
<id>krita</id>
<title>Krita</title>
<version>4.4.3</version>
<version>4.4.7</version>
<owners>chocolatey-community,dtgm,KDE</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
## Features
* An intuitive user interface
* Brush Stabilizers - a includes 3 different ways to smooth and stabilize your brush strokes
* Pop-up Palette - pick your color and brush by right-clicking on the canvas
* Brush Engines - over 9 unique brush engines
* Wrap-around mode - easy to create seamless textures and patterns
* Resource Manager - share or import brush and texture packs from other artists
* Drawing Assistants - 9 unique assistants to help you make that perfect shape
* Mirroring Tools
* Layer Management and Layer Masks - vector, filter, group, and file layer
* Full Color Management - supports full color management through LCMS for ICC and OpenColor IO for EXR
* OpenGL Enhanced - increased canvas rotation and zooming speed
* PSD and HDR Support
* Selections and Transform Tools - bend, distort, move or liquefy
- An intuitive user interface
- Brush Stabilizers - a includes 3 different ways to smooth and stabilize your brush strokes
- Pop-up Palette - pick your color and brush by right-clicking on the canvas
- Brush Engines - over 9 unique brush engines
- Wrap-around mode - easy to create seamless textures and patterns
- Resource Manager - share or import brush and texture packs from other artists
- Drawing Assistants - 9 unique assistants to help you make that perfect shape
- Mirroring Tools
- Layer Management and Layer Masks - vector, filter, group, and file layer
- Full Color Management - supports full color management through LCMS for ICC and OpenColor IO for EXR
- OpenGL Enhanced - increased canvas rotation and zooming speed
- PSD and HDR Support
- Selections and Transform Tools - bend, distort, move or liquefy
## Notes
- This package embeds x64 bit version for improved stability and longevity of the package, but downloads x32 bit version. It wasn't possible due to packages size limitations to add both versions in the single package.
- This package no longer provides the 32bit installer, and can only be installed on 64bit systems.
If there is a need for using Krita on a 32bit system, please install version 4.4.3 or lower.
![screenshot](https://github.com/chocolatey-community/chocolatey-coreteampackages/blob/master/automatic/krita/screenshot.png?raw=true)
]]></description>
<authors>KDE community</authors>
<projectUrl>https://krita.org/</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/krita/legal/VERIFICATION.txt
Expand Up @@ -8,15 +8,15 @@ Package can be verified like this:
1. Go to

x86: No longer being provided
x64: https://download.kde.org/stable/krita/4.4.3/krita-x64-4.4.3-setup.exe
x64: https://download.kde.org/stable/krita/4.4.7/krita-x64-4.4.7-setup.exe

to download the installer.

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum64: A2861265853789DFA6F973BA7D2EE664D14C5852ACAE623898535E862FD69AFD
checksum64: E2ABAD0F03B4E0645E23914B97FB93B44FCD7A96E11445BD9BB19DBDF8D9A4FB

Checksums type: sha256

Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/tools/chocolateyInstall.ps1
Expand Up @@ -12,7 +12,7 @@ $packageArgs = @{
softwareName = 'Krita'

checksumType = 'sha256'
file64 = "$toolsDir\"
file64 = "$toolsDir\krita-x64-4.4.7-setup.exe"
}

Install-ChocolateyInstallPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/README.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg" width="48" height="48"/> [mixxx](https://chocolatey.org/packages/mixxx)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2b19af7debd0b714392230f713f11e85f9b3e7b8/icons/mixxx.png" width="48" height="48"/> [mixxx](https://chocolatey.org/packages/mixxx)

Mixxx is free DJ software for Windows, Mac OS X and Linux. It's easy to use so you can start mixing your favorite songs in no time, even if you've never DJed before. Mixxx offers a variety of features for experienced DJs and beginners alike, such as automatic beat and key detection, master sync, hotcues, looping, 4 decks, effects and many more. You can perform with Mixxx using MIDI and HID controllers, CD players, vinyl turntables or even just your computer's keyboard and mouse.

Expand Down
6 changes: 3 additions & 3 deletions automatic/mixxx/legal/VERIFICATION.txt
Expand Up @@ -5,18 +5,18 @@ in verifying that this package's contents are trustworthy.

Package can be verified like this:

1. Go to <>
1. Go to <https://www.mixxx.org/download>

x32: No longer being provided
x64: https://downloads.mixxx.org/mixxx-2.2.4/mixxx-2.2.4-win64.exe
x64: https://downloads.mixxx.org/releases/2.3.0/mixxx-2.3.0-win64.msi

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'

checksum64: ede500af569a8ac1197e0055db54e0d561613ffde8b013302a4f6f1eac3274524cf3ecca15002f5a892d01831aea3d2f932275c1d0c474f197ce72e531299b54
checksum64: 3702C61F25BD39B3C870F92556940AD00729B6791D7724D4B923B9375527F4DF

File 'license.txt' is obtained from:
https://www.gnu.org/licenses/gpl-2.0.html
3 changes: 2 additions & 1 deletion automatic/mixxx/mixxx.json
@@ -1,3 +1,4 @@
{
"stable": "2.2.4"
"stable": "2.3.0",
"alpha": "2.4-alpha-739"
}
4 changes: 2 additions & 2 deletions automatic/mixxx/mixxx.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>mixxx</id>
<version>2.2.4</version>
<version>2.3.0</version>
<title>Mixxx</title>
<owners>chocolatey-community</owners>
<authors>Mixxx Development Team</authors>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<projectUrl>http://mixxx.org/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@edba4a5849ff756e767cba86641bea97ff5721fe/icons/mixxx.svg</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@2b19af7debd0b714392230f713f11e85f9b3e7b8/icons/mixxx.png</iconUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[Mixxx is free DJ software for Windows, Mac OS X and Linux. It's easy to use so you can start mixing your favorite songs in no time, even if you've never DJed before. Mixxx offers a variety of features for experienced DJs and beginners alike, such as automatic beat and key detection, master sync, hotcues, looping, 4 decks, effects and many more. You can perform with Mixxx using MIDI and HID controllers, CD players, vinyl turntables or even just your computer's keyboard and mouse.
Expand Down
2 changes: 1 addition & 1 deletion automatic/mixxx/tools/chocolateyInstall.ps1
Expand Up @@ -9,7 +9,7 @@ if ((Get-OSArchitectureWidth 32) -or ($env:chocolateyForceX86 -eq 'true')) {
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'msi'
file64 = "$toolsPath\"
file64 = "$toolsPath\mixxx-2.3.0-win64.msi"

softwareName = 'Mixxx *'

Expand Down
2 changes: 1 addition & 1 deletion automatic/transifex-client/Readme.md
@@ -1,4 +1,4 @@
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png" height="48" width="48" /> Transifex Command-Line Tool](https://chocolatey.org/packages/transifex-client)
# [<img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png" height="48" width="48" /> Transifex Command-Line Tool](https://chocolatey.org/packages/transifex-client)

The Transifex Command-line Tool enables you to manage your translations within a project without the need of an elaborate UI system.

Expand Down
8 changes: 4 additions & 4 deletions automatic/transifex-client/legal/VERIFICATION.txt
Expand Up @@ -3,17 +3,17 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software have been downloaded from the listed download
location on <https://github.com/transifex/transifex-client/releases/latest>
location on <https://github.com/transifex/transifex-client/releases/tag/0.14.3>
and can be verified by doing the following:

1. Download the following:
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.13.6/tx.py36.x64.exe>
64-Bit software: <https://github.com/transifex/transifex-client/releases/download/0.14.3/tx.py37-x64.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:
checksum64: A557D7F843EABB38A711688304B37C92DE076F559B671AF44DA1C18AC46A482C
checksum type: sha256
checksum64: E3D57673FFDF939E3491D15CC0108F2CD7C480D3497E9AC87CC8FBE780B277D1

The file 'LICENSE.txt' has been obtained from <https://github.com/transifex/transifex-client/blob/master/LICENSE>
14 changes: 6 additions & 8 deletions automatic/transifex-client/transifex-client.nuspec
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>transifex-client</id>
<version>0.13.6</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/transifex-client</packageSourceUrl>
<version>0.14.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/transifex-client</packageSourceUrl>
<owners>chocolatey-community,AdmiringWorm</owners>
<title>Transifex Command-Line Tool</title>
<authors>The Transifex Team</authors>
<projectUrl>https://www.transifex.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@4c2d7c7377b05a3d0a2dd35cfc89ce0c77625051/icons/transifex-client.png</iconUrl>
<licenseUrl>https://github.com/transifex/transifex-client/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/transifex/transifex-client</projectSourceUrl>
Expand All @@ -18,18 +18,16 @@
<tags>transifex-client transifex translation cli cross-platform foss</tags>
<summary>The Transifex Command-line Tool enables you to manage your translations within a project without the need of an elaborate UI system.</summary>
<!-- Do not touch the description here in the nuspec file. Description is imported during update from the Readme.md file -->
<description>
<![CDATA[The Transifex Command-line Tool enables you to manage your translations within a project without the need of an elaborate UI system.
<description><![CDATA[The Transifex Command-line Tool enables you to manage your translations within a project without the need of an elaborate UI system.
You can use the command line tool to create new resources, map locale files to translations, and synchronize your Transifex project with your local repository. Translators and localization managers can use it to handle large volumes of translation files. The Transifex Command-line Tool can help to enable continuous integration workflows and can be run from CI servers like Jenkins and Bamboo.
# Notes
- This package uses the Python 3.x version of the transifex-client
- This package only provides the 64-bit executable due to a number of positives on VirusTotal.
The Software Authors believe them to be false positives, but I as the package maintainer am not convinced.
]]>
</description>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.13.6</releaseNotes>
]]></description>
<releaseNotes>https://github.com/transifex/transifex-client/releases/tag/0.14.3</releaseNotes>
<dependencies>
<dependency id="python" version="3.7.0" />
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion automatic/universal-usb-installer/Readme.md
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ad69601042ca62073d91c79746b367a9241beaaa/icons/universal-usb-installer.png" width="48" height="48"/> [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png" width="48" height="48"/> [universal-usb-installer](https://chocolatey.org/packages/universal-usb-installer)


Universal USB Installer aka UUI is a Live Linux USB Creator that allows you to choose from a selection of Linux Distributions to put on your USB Flash Drive. The Universal USB Installer is easy to use. Simply choose a Live Linux Distribution, the ISO file, your Flash Drive and, Click Install. Upon completion, you should have a ready to run bootable USB Flash Drive with your select operating system installed. Other features include; Persistence (if available) - note that casper persistence will only work with fat16 or fat32 formatted drives.
Expand Down
4 changes: 2 additions & 2 deletions automatic/universal-usb-installer/legal/VERIFICATION.txt
Expand Up @@ -6,14 +6,14 @@ The embedded software have been downloaded from the listed download
location on <https://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/>
and can be verified by doing the following:

1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.5.exe>
1. Download the following <https://www.pendrivelinux.com/downloads/Universal-USB-Installer/Universal-USB-Installer-2.0.0.6.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: 771D5F91AD3F3C4C2E532461AEFA7DAF605577BE88EB41DA445B0F501EC80656
checksum: D5A3ED21CF3BD740089C7C5FA5D01E0AAB083EBBA8FBBB3CE972E3B95E613DEE

The file 'LICENSE.txt' has been obtained from <https://www.gnu.org/licenses/gpl-2.0.txt>
This license was mentioned on their disclaimer page <https://www.pendrivelinux.com/disclaimer/>
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>universal-usb-installer</id>
<version>2.0.0.500</version>
<version>2.0.0.600</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/universal-usb-installer</packageSourceUrl>
<owners>chocolatey-community</owners>
<title>Universal USB Installer</title>
<authors>Pendrivelinux</authors>
<projectUrl>http://www.pendrivelinux.com/universal-usb-installer-easy-as-1-2-3/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@ad69601042ca62073d91c79746b367a9241beaaa/icons/universal-usb-installer.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@5813657c701e436b0b88060c5b85a9f72abb6862/icons/universal-usb-installer.png</iconUrl>
<copyright>Lance www.pendrivelinux.com</copyright>
<licenseUrl>https://www.gnu.org/licenses/gpl-2.0.html</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vagrant/tools/chocolateyinstall.ps1
Expand Up @@ -5,8 +5,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_i686.msi'
url64bit = 'https://releases.hashicorp.com/vagrant/2.2.18/vagrant_2.2.18_x86_64.msi'
checksum = 'b4f1da25cd8e536289988dcf922ba3ebd0469fe1c1de43e2c20c4ce707f491dd'
checksum64 = 'aed44d72e72d2183354c7e2e0f6118e289becba0491a67eb2e5551701b70d359'
checksum = '8a82e4185aab1bc801d0ddfeee1ee7a64931500df0151a8048cbad32e467a89c'
checksum64 = '8ce913bee9debcbf39f313f4255e56f37dac5281cd62458c0c0040e5c76ee93e'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
Expand Down
2 changes: 1 addition & 1 deletion automatic/vagrant/vagrant.nuspec
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vagrant</id>
<title>Vagrant (Install)</title>
<version>2.2.18</version>
<version>2.2.18.20210807</version>
<authors>Mitchell Hashimoto, John Bender, HashiCorp</authors>
<owners>chocolatey-community, Rob Reynolds, Patrick Wyatt</owners>
<summary>Vagrant - Development environments made easy.</summary>
Expand Down

0 comments on commit ca6d9ae

Please sign in to comment.