Skip to content

Commit

Permalink
AU: 3 updated - git git.portable seafile-client
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 10, 2017
1 parent c850d6a commit 27e0c23
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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.12.2</version>
<version>2.13.0</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.12.2.windows.1/PortableGit-2.12.2-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.12.2.windows.1/PortableGit-2.12.2-64-bit.7z.exe>
32-Bit: <https://github.com/git-for-windows/git/releases/download/v2.13.0.windows.1/PortableGit-2.13.0-32-bit.7z.exe>
64-Bit: <https://github.com/git-for-windows/git/releases/download/v2.13.0.windows.1/PortableGit-2.13.0-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: sha256
checksum32: 52C236FEAD982C31733E43FB7361A4982B2D1C0A54A011F68B074EC7F64436C3
checksum64: 6A366A5B5702D24B401ABA6B022D502B5F6597E00654075E491319878BA0A535
checksum32: 119C95B4416CA1100A4FEEE0D75CEAF3D41962B0038620C04A62DD787E80E5F2
checksum64: 1D6008CB6FEC817A302D4B59921423BA1F6DB2677C6B519C20E9CA2CACC7C220

File 'LICENSE.txt' is obtained from <https://github.com/git-for-windows/git/blob/703601d6780c32d33dadf19b2b367f2f79e1e34c/COPYING>
4 changes: 2 additions & 2 deletions automatic/git.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$toolsPath = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath32 = "$toolsPath\PortableGit-2.12.2-32-bit.7z.exe"
$filePath64 = "$toolsPath\PortableGit-2.12.2-64-bit.7z.exe"
$filePath32 = "$toolsPath\PortableGit-2.13.0-32-bit.7z.exe"
$filePath64 = "$toolsPath\PortableGit-2.13.0-64-bit.7z.exe"

$filePath = if ((Get-ProcessorBits 64) -and $env:chocolateyForceX86 -ne 'true') {
Write-Host "Installing 64 bit version"; $filePath64 }
Expand Down
4 changes: 2 additions & 2 deletions automatic/git/git.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git</id>
<title>Git</title>
<version>2.12.2.2</version>
<version>2.13.0</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 Expand Up @@ -47,7 +47,7 @@ For disabling the Git Credential Manager see the [Disable Git Credential Manager
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/10a8d98b2f320b565fa5349a4352e79666db71ff/icons/git.svg</iconUrl>
<dependencies>
<dependency id="git.install" version="[2.12.2.2]" />
<dependency id="git.install" version="[2.13.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/seafile-client/seafile-client.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>seafile-client</id>
<version>6.0.3</version>
<version>6.0.6</version>
<title>Seafile (Windows Client)</title>
<owners>chocolatey</owners>
<authors>Seafile Ltd.</authors>
Expand Down
6 changes: 3 additions & 3 deletions automatic/seafile-client/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
$packageArgs = @{
packageName = 'seafile-client'
fileType = 'msi'
softwareName = 'Seafile 6.0.3'
softwareName = 'Seafile 6.0.6'

checksum = '921befb6a75fe213ea8a2e35ce28abfa8a1021ebe53250210bcd669e92f68a42'
checksum = '2d7ad48a4b2e24d3ab9719703194c50520fcc084eb5a972986cdc5244ad76f49'
checksumType = 'sha256'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.3-en.msi'
url = 'https://bintray.com/artifact/download/seafile-org/seafile/seafile-6.0.6-en.msi'

silentArgs = '/passive'
validExitCodes = @(0)
Expand Down

0 comments on commit 27e0c23

Please sign in to comment.