Skip to content

Commit

Permalink
AU: 1 updated - scc
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 23, 2021
1 parent f9ef484 commit 0fef505
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion scc/scc.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>scc</id>
<version>2.13.0</version>
<version>3.0.0</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/scc</packageSourceUrl>
<owners>naveen521kk</owners>
<title>Sloc Cloc and Code (scc)</title>
Expand Down
8 changes: 4 additions & 4 deletions scc/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ Package can be verified like this:
1. Go to https://github.com/boyter/scc/releases/tag/v<version>, scroll down to assets section
and find these URL

x32: https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-i386-pc-windows.zip
x64: https://github.com/boyter/scc/releases/download/v2.13.0/scc-2.13.0-x86_64-pc-windows.zip
x32: https://github.com/boyter/scc/releases/download/v3.0.0/scc-3.0.0-i386-pc-windows.zip
x64: https://github.com/boyter/scc/releases/download/v3.0.0/scc-3.0.0-x86_64-pc-windows.zip

to download the zip files. You may wish to rename one of the files.

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: 740790F39CDCD93F9902471E36FA15F97E4C9DE4B11844F513F2E6036A943D93
checksum64: E71FFFAFB302B6AE4571EF426060D161A7BA568ADC14B9BC81592A8B845FD714
checksum32: E1D02CDA2F865CD18F0695BA08E376BB363939B8AFAFCA4AD4AE1D8067E28F90
checksum64: F3972ACF03C09FF836071D1D173CB49281C8BC0F9682217118565CA62C5559B8

File 'LICENSE.txt' obtained from:
https://github.com/boyter/scc/blob/master/LICENSE
4 changes: 2 additions & 2 deletions scc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksum32 = '740790F39CDCD93F9902471E36FA15F97E4C9DE4B11844F513F2E6036A943D93'
$checksum64 = 'E71FFFAFB302B6AE4571EF426060D161A7BA568ADC14B9BC81592A8B845FD714'
$checksum32 = 'E1D02CDA2F865CD18F0695BA08E376BB363939B8AFAFCA4AD4AE1D8067E28F90'
$checksum64 = 'F3972ACF03C09FF836071D1D173CB49281C8BC0F9682217118565CA62C5559B8'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
Expand Down

0 comments on commit 0fef505

Please sign in to comment.