Skip to content

Commit

Permalink
AU: 5 updated - git-lfs git-lfs.install iTunes nuget.commandline smar…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Jul 23, 2019
1 parent 09dda1b commit ac51b9b
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png" width="48" height="48"/> [git-lfs.install](https://chocolatey.org/packages/git-lfs.install)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png" width="48" height="48"/> [git-lfs.install](https://chocolatey.org/packages/git-lfs.install)


Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Expand Down
8 changes: 4 additions & 4 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.7.2</version>
<version>2.8.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/git-lfs.install</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/git-lfs.install</packageSourceUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>An open source Git extension for versioning large files</summary>
Expand All @@ -26,7 +26,7 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control admin foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.7.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.8.0</releaseNotes>
<dependencies>
<dependency id="git" version="1.8.5" />
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ in verifying that this package's contents are trustworthy.

The installer have been downloaded from GitHub and can be verified like this:

1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.7.2/git-lfs-windows-v2.7.2.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.8.0/git-lfs-windows-v2.8.0.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'

checksum type: sha256
checksum: 67CD17D3F4B8FBA4886D0AC29E6C9E56E6B88997DE56928C8C96EB602C0B7735
checksum: B416379939B9EEAEC5CAE3565DD641858C72D8D2788E57F3518C6D67007585A8

File 'LICENSE.txt' is obtained from <https://github.com/git-lfs/git-lfs/blob/6faa2589cf31a87e4109eb6490a461620c6e64b2/LICENSE.md>
2 changes: 1 addition & 1 deletion automatic/git-lfs.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$filePath = "$toolsDir\git-lfs-windows-v2.7.2.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.8.0.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
2 changes: 1 addition & 1 deletion automatic/git-lfs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png" width="48" height="48"/> [git-lfs](https://chocolatey.org/packages/git-lfs)
# <img src="https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png" width="48" height="48"/> [git-lfs](https://chocolatey.org/packages/git-lfs)


Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.
Expand Down
10 changes: 5 additions & 5 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.7.2</version>
<version>2.8.0</version>
<authors>GitHub Inc</authors>
<owners>chocolatey</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/git-lfs</packageSourceUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/chocolatey-community/chocolatey-coreteampackages@e4982c6e79743c6da967833471a94d7b64c11464/icons/git-lfs.png</iconUrl>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/git-lfs</packageSourceUrl>
<licenseUrl>http://opensource.org/licenses/MIT</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<summary>An open source Git extension for versioning large files</summary>
Expand All @@ -26,9 +26,9 @@ Git Large File Storage (LFS) replaces large files such as audio samples, videos,
]]></description>
<tags>git lfs vcs dvcs version-control foss cross-platform cli</tags>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.7.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.8.0</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.7.2]" />
<dependency id="git-lfs.install" version="[2.8.0]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/itunes/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"7a9e7f425a34c065cf94f5fbd1538b4a"|12.9.5.701
"70cfcce276a3a34d4f49de720bb72dd2"|12.9.6.3
2 changes: 1 addition & 1 deletion automatic/itunes/itunes.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>iTunes</id>
<version>12.9.5.701</version>
<version>12.9.6.3</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/itunes</packageSourceUrl>
<owners>chocolatey</owners>
<title>iTunes</title>
Expand Down
10 changes: 5 additions & 5 deletions automatic/itunes/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
$ErrorActionPreference = 'Stop';

$version = '12.9.5.7'
$version = '12.9.6.3'

$packageArgs = @{
packageName = 'iTunes'
fileType = 'msi'
url = 'https://secure-appldnld.apple.com/itunes12/041-22633-20190522-F739CF72-7CCA-11E9-8EBA-3BB3FCE95627/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/041-22642-20190522-DEF96194-7CC9-11E9-8173-5AB2FCE95627/iTunes64Setup.exe'
url = 'https://secure-appldnld.apple.com/itunes12/041-91766-20190722-23A63A14-ACCD-11E9-B9B0-EE33FA8CF68F/iTunesSetup.exe'
url64bit = 'https://secure-appldnld.apple.com/itunes12/041-91768-20190722-23A74ABC-ACCD-11E9-B0FC-EF33FA8CF68F/iTunes64Setup.exe'
softwareName = 'iTunes'
checksum = '7FC1092FD10BBDF8F7C05053B1FF81D734C619B833600ECA374A9DDDB9870080'
checksum = '45D4C8C5ADC70A7F25DB4E548E5D1820884B24F241C0C3DE47FBDAD599CEDDB6'
checksumType = 'sha256'
checksum64 = '5505024bceea89ca364cdc98eaadb356f024513f9838d4a0b57527536b05deea'
checksum64 = '7238cc7daf90a9afaf189888a04e2741484971486cc4c29b867c778f294211c3'
checksumType64 = 'sha256'
silentArgs = "/qn /norestart"
validExitCodes = @(0, 2010, 1641)
Expand Down
4 changes: 2 additions & 2 deletions automatic/nuget.commandline/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The embedded software have been downloaded from the software authors
website located at <https://www.nuget.org/downloads>
and can be verified by doing the following:

1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.1.0/nuget.exe>
1. Download the following <https://dist.nuget.org/win-x86-commandline/v5.2.0/nuget.exe>
2. Extract the downloaded nupkg file by using one of the following methods
- Use the 7z utility: '7z.exe'
- Using the powershell function 'Expand-Archive'
Expand All @@ -16,6 +16,6 @@ and can be verified by doing the following:
4. The checksums should match the following:

checksum type: sha256
checksum: 0ACE4F53493332C9A75291EE96ACD76B371B4E687175E4852BF85948176D7152
checksum: 2865714C6588EF0770B4A04BDD20DAC59BCB56756D001C040664C9966F1B835A

The file 'LICENSE.txt' has been obtained from <https://github.com/NuGet/NuGet.Client/blob/bf52f1045992f21eee205dc9a8356a4ce1072b91/LICENSE.txt>
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"stable": "5.1.0",
"stable": "5.2.0",
"pre": "5.1.0-preview3",
"3.2": "3.2.0",
"3.4": "3.4.4",
Expand Down
2 changes: 1 addition & 1 deletion automatic/nuget.commandline/nuget.commandline.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>nuget.commandline</id>
<title>Nuget.CommandLine</title>
<version>5.1.0</version>
<version>5.2.0</version>
<authors>Microsoft</authors>
<owners>chocolatey, nuget-mirror</owners>
<summary>NuGet is the package manager for the Microsoft development platforms</summary>
Expand Down
2 changes: 1 addition & 1 deletion automatic/smartftp/smartftp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<id>smartftp</id>
<title>SmartFTP</title>
<owners>chocolatey</owners>
<version>9.0.2681.0</version>
<version>9.0.2682.0</version>
<authors>SmartSoft</authors>
<summary>FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Telnet, Terminal client.</summary>
<description><![CDATA[SmartFTP is a fast and reliable FTP, FTPS, SFTP, HTTP, Amazon S3, WebDAV, Google Drive, Google Cloud Storage, Microsoft OneDrive, Backblaze B2, Telnet, Terminal client with lots of features and a modern user interface.
Expand Down
4 changes: 2 additions & 2 deletions automatic/smartftp/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ $packageArgs = @{
fileType = 'msi'
url = 'https://www.smartftp.com/get/SmartFTP86.msi'
url64bit = 'https://www.smartftp.com/get/SmartFTP64.msi'
checksum = '415b0a22b4d8c9583e32f152e0ced3f46d0fa4c030c6e01357227a3899b72455'
checksum64 = '6af33f6649833ba32764e741ffcd26c6bc8f2511131d53f5af7fa674c6366191'
checksum = 'e137058faf096316db9d55fd802b630c9428c812e244667c3306ce6247957c9b'
checksum64 = '667afb4d62b5609044bba59dde29139d6c32dcd3af8985a1c2d861111eea8177'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down

0 comments on commit ac51b9b

Please sign in to comment.