Skip to content

Commit

Permalink
AU: 3 updated - git.portable patch-my-pc SQLite
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jan 23, 2018
1 parent 1baf4a3 commit ec39678
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion automatic/git.portable/git.portable.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git.portable</id>
<title>Git (Portable)</title>
<version>2.16.0.2</version>
<version>2.16.1</version>
<authors>The Git Development Community</authors>
<owners>chocolatey</owners>
<summary>Git for Windows offers a native set of tools that bring the full feature set of the Git SCM to Windows</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/git.portable/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ in verifying that this package's contents are trustworthy.
The installer have been downloaded from GitHub and can be verified like this:

1. Download the following installers:
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.0.windows.2/PortableGit-2.16.0.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.0.windows.2/PortableGit-2.16.0.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.16.1.windows.1/PortableGit-2.16.1-64-bit.7z.exe>
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:
checksum32: B5D0699F9720CFBA62E61D8C54BC4A4696323273A4AE9273C82829F16D5A2AF9
checksum64: 967F65C6E014E543109E9BCA1A7CFFBE192EAE82C349EA1639EEFDFE087E44E8
checksum32: BC8CF57A206CA63D92AAD649322BCEC6600A41B91BE61229D9282F61E42834ED
checksum64: 657296D33ADCEB1D7DABB17847DBD9EE5A45C4EF9D8D8AADE2BFB42E57682BAF

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/patch-my-pc.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>patch-my-pc</id>
<version>3.3.0.1</version>
<version>3.4.0.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/patch-my-pc</packageSourceUrl>
<owners>chocolatey, Redsandro</owners>
<title>Patch my PC</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/patch-my-pc/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $packageArgs = @{
packageName = 'patch-my-pc'
file = "$toolsDir\PatchMyPC.exe"
url = 'https://patchmypc.net/freeupdater/PatchMyPC.exe'
checksum = '359e401e36e7ab39dbe8fce7b673e6af350616dd8225eb55c495006e1a770334'
checksum = 'f314a244d14393d7355fde782ddcabe1edb97121a5ef19b7ab835ac6932c88af'
checksumType = 'sha256'
}

Expand Down
12 changes: 6 additions & 6 deletions automatic/sqlite/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Package can be verified like this:

1. Go to

x32: https://sqlite.org/2017/sqlite-dll-win32-x86-3210000.zip
x64: https://sqlite.org/2017/sqlite-dll-win64-x64-3210000.zip
Toolsx32: https://sqlite.org/2017/sqlite-tools-win32-x86-3210000.zip
x32: https://sqlite.org/2018/sqlite-dll-win32-x86-3220000.zip
x64: https://sqlite.org/2018/sqlite-dll-win64-x64-3220000.zip
Toolsx32: https://sqlite.org/2018/sqlite-tools-win32-x86-3220000.zip

to download 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: 22BB304AAB3EC7A51FC4DC7749F304BBE01C5EC014144FBC8F86012DC3B0708B
checksum64: 8943F4D2F3F9E5D360BF2D87152E272F79C9F548E21B045AF25B9E89DFBC7769
checksumTools32: BEE05E6E3D6C15A4B149CF879596E602A025C0C622B862BC2A2A056003D2A64B
checksum32: 2402C65692D0A822D7931489D1BBF29FA9BFBF210819C1614DD8D2350E747F2F
checksum64: D1AB94DBD38C7B65772B804370ABF111B381AE1F38797FC0DF141CAE48CABA20
checksumTools32: E318D482423913FC8439BC551362372B10234594CF6928BD927FED4C7E79DCBE

File 'license.txt' is obtained from the following URL (and converted to markdown):
http://www.sqlite.org/copyright.html
2 changes: 1 addition & 1 deletion automatic/sqlite/sqlite.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>SQLite</id>
<version>3.21.0</version>
<version>3.22.0</version>
<title>SQLite</title>
<owners>chocolatey</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
14 changes: 7 additions & 7 deletions automatic/sqlite/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path $MyInvocation.MyCommand.Definition
$embedded_path = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; gi "$toolsDir\*dll*win64*.zip"
} else { Write-Host "Installing 32 bit version"; gi "$toolsDir\*dll*win32*.zip" }
$embedded_path = if ((Get-OSArchitectureWidth 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; Get-Item "$toolsDir\*dll*win64*.zip"
} else { Write-Host "Installing 32 bit version"; Get-Item "$toolsDir\*dll*win32*.zip" }

$packageArgs = @{
PackageName = 'sqlite'
FileFullPath = $embedded_path
Destination = $toolsDir
}
ls $toolsDir\* | ? { $_.PSISContainer } | rm -Recurse -Force #remove older package dirs
Get-ChildItem $toolsDir\* | Where-Object { $_.PSISContainer } | Remove-Item -Recurse -Force #remove older package dirs
Get-ChocolateyUnzip @packageArgs

$pp = Get-PackageParameters
if (!$pp.NoTools) {
Write-Host "Installing tools"
$packageArgs.FileFullPath = gi "$toolsDir\*tools*win32*.zip"
$packageArgs.FileFullPath = Get-Item "$toolsDir\*tools*win32*.zip"
Get-ChocolateyUnzip @packageArgs
}

rm $toolsDir\*.zip -ea 0
Remove-Item $toolsDir\*.zip -ea 0

0 comments on commit ec39678

Please sign in to comment.