Skip to content

Commit

Permalink
AU: 3 updated - bulk-crap-uninstaller calibre tribler
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 1, 2019
1 parent 9dacde3 commit b48bdc4
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/bulk-crap-uninstaller.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>bulk-crap-uninstaller</id>
<title>Bulk Crap Uninstaller</title>
<owners>chocolatey</owners>
<version>4.12.2</version>
<version>4.12.3</version>
<authors>Marcin Szeniak</authors>
<summary>Bulk Crap Uninstaller is an open source program uninstaller.</summary>
<description><![CDATA[Bulk Crap Uninstaller is a free (as in speech) program uninstaller. It excels at removing large amounts of applications with minimal user input. It can clean up leftovers, detect orphaned applications, run uninstallers according to premade lists, and much more!
Expand Down Expand Up @@ -61,7 +61,7 @@ Even though BCU was made with IT pros in mind, by default it is so straight-forw
<licenseUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@11b6ffab0e41ca0e687b1202046aa0248682e8be/icons/bulk-crap-uninstaller.png</iconUrl>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v4.12.2</releaseNotes>
<releaseNotes>https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/tag/v4.12.3</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/bulk-crap-uninstaller</packageSourceUrl>
<projectSourceUrl>https://github.com/Klocman/Bulk-Crap-Uninstaller</projectSourceUrl>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bulk-crap-uninstaller/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/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.12.2/BCUninstaller_4.12.2_setup.exe
x32: https://github.com/Klocman/Bulk-Crap-Uninstaller/releases/download/v4.12.3/BCUninstaller_4.12.3_setup.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: CC68D1343A94D25CFD4193337897327B288F712CC59A2236A031796B9DF58ADF
checksum32: EEA2D49C9DF680F9D07071825867B3052F7005701710A0DF890D965B8258827A

File 'license.txt' is obtained from:
https://github.com/Klocman/Bulk-Crap-Uninstaller/blob/master/Licence.txt
2 changes: 1 addition & 1 deletion automatic/calibre/calibre.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>calibre</id>
<title>Calibre</title>
<version>3.37.0</version>
<version>3.39.0</version>
<authors>Kovid Goyal</authors>
<owners>chocolatey, gep13</owners>
<summary>calibre is the one stop solution to all your e-book needs.</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/calibre/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://download.calibre-ebook.com/3.html>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://download.calibre-ebook.com/3.37.0/calibre-3.37.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.37.0/calibre-64bit-3.37.0.msi>
32-Bit software: <https://download.calibre-ebook.com/3.39.0/calibre-3.39.0.msi>
64-Bit software: <https://download.calibre-ebook.com/3.39.0/calibre-64bit-3.39.0.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: E16EDF949CD18A342478E9964CA2DC901D17C4237471C4DDEBAEC538039F77C7
checksum64: 3A1F332B55F1EB5CBA2F51C72D4D772FAE7504F300D5141F2A3FBDC6512057D8
checksum32: B94E627F6CC55DD8D275071563E4CCF74EDD353EE3037101969E6B61859805E5
checksum64: 2216E0B3A8630F56E75FB2151A92B23435FA36BC078ABC64AB68EDEA11482366

The file 'LICENSE.txt' has been obtained from <https://github.com/kovidgoyal/calibre/blob/89c271759db5c71202251895f6793e4c1ec65ee6/LICENSE>
4 changes: 2 additions & 2 deletions automatic/calibre/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'MSI'
file = "$toolsPath\calibre-3.37.0.msi"
file64 = "$toolsPath\calibre-64bit-3.37.0.msi"
file = "$toolsPath\calibre-3.39.0.msi"
file64 = "$toolsPath\calibre-64bit-3.39.0.msi"
softwareName = 'calibre*'
silentArgs = '/quiet'
validExitCodes = @(0, 3010, 1641)
Expand Down
8 changes: 4 additions & 4 deletions automatic/tribler/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $toolsPath = Split-Path -parent $MyInvocation.MyCommand.Definition
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = 'https://github.com/Tribler/tribler/releases/download/v7.2.0/Tribler_7.2.0_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.2.0/Tribler_7.2.0_x64.exe'
checksum = '8844795afa5869f01150152653cd56dab6e0a2094e3f6e0a5d32030b34567bdc'
url = 'https://github.com/Tribler/tribler/releases/download/v7.2.1/Tribler_7.2.1_x86.exe'
url64 = 'https://github.com/Tribler/tribler/releases/download/v7.2.1/Tribler_7.2.1_x64.exe'
checksum = 'c73bd7acf2ff55a0ce8156ac20849cac6d4ed57bda43484ef3c978fbb4b40395'
checksumType = 'sha256'
checksum64 = '890837de6903da1794239837a8f50e24079abbd065b1049fb58cf47448f2c588'
checksum64 = 'e92dfbdd95956c767ab3f6b5c88b930a6d60ac8ea2038e088851c664d87fe3f3'
checksumType64 = 'sha256'
softwareName = 'Tribler'
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/tribler/tribler.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tribler</id>
<title>Tribler</title>
<version>7.2.0</version>
<version>7.2.1</version>
<authors>The Tribler Team</authors>
<owners>chocolatey, Redsandro</owners>
<summary>Tribler is an open source anonymous decentralized BitTorrent client.</summary>
Expand Down

0 comments on commit b48bdc4

Please sign in to comment.