Skip to content

Commit

Permalink
AU: 2 updated - protoc spotify
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Sep 30, 2019
1 parent 782c220 commit 2e7d2b9
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 17 deletions.
10 changes: 5 additions & 5 deletions automatic/protoc/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ The zip file have been downloaded from the github release page on <https://githu
and can be verified like this:

1. Download the following:
32-bit zip file: <TO-BE-REPLACED>
64-bit zip file: <TO-BE-REPLACED>
32-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-win32.zip>
64-bit zip file: <https://github.com//protocolbuffers/protobuf/releases/download/v3.9.2/protoc-3.9.2-win64.zip>
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: CHECKSUM-TYPE
checksum32: TO-BE-REPLACED
checksum64: TO-BE-REPLACED
checksum type: sha256
checksum32: 626B082B49043A6F8FF563BAC086EC1149F4F413BBDA4304B9D84BC12811B96E
checksum64: 512534BC619707E626EC5CC4B3CF7CC3400DB88BB910C9BD7B4F4F813B411AAB

File 'LICENSE' is obtained from <https://github.com/protocolbuffers/protobuf/blob/master/LICENSE>
13 changes: 8 additions & 5 deletions automatic/protoc/protoc.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,28 @@
<metadata>
<!-- IconUrl: Skip check -->
<id>protoc</id>
<version>0.0.1</version>
<version>3.9.2</version>
<title>Protocol Buffers</title>
<authors>Google</authors>
<owners>chocolatey, keen, jordigg, drel</owners>
<licenseUrl>https://github.com/protocolbuffers/protobuf/blob/master/LICENSE</licenseUrl>
<projectUrl>https://developers.google.com/protocol-buffers/</projectUrl>
<releaseNotes>TO-BE-REPLACED</releaseNotes>
<releaseNotes>https://github.com/protocolbuffers/protobuf/releases/tag/v3.9.2</releaseNotes>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/protoc</packageSourceUrl>
<projectSourceUrl>https://github.com/protocolbuffers/protobuf</projectSourceUrl>
<docsUrl>https://developers.google.com/protocol-buffers/</docsUrl>
<bugTrackerUrl>https://github.com/protocolbuffers/protobuf/issues</bugTrackerUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description><![CDATA[Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data. You can find protobuf's documentation on the Google Developers site.
<description><![CDATA[Protocol Buffers (a.k.a., protobuf) are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data.
This is chocolatey package for the prebuilt [Protocol Buffers Compiler](https://developers.google.com/protocol-buffers/docs/downloads).
## Features
- Flexible, efficient, automated mechanism for serializing structured data – think XML, but smaller, faster, and simpler.
- You define how you want your data to be structured once, then you can use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages.
- You can even update your data structure without breaking deployed programs that are compiled against the "old" format.]]></description>
- Define how you want your data to be structured once, then use special generated source code to easily write and read your structured data to and from a variety of data streams and using a variety of languages.
- Update your data structure without breaking deployed programs that are compiled against the "old" format.
]]></description>
<summary>Google's data interchange format</summary>
<tags>protoc protobuf foss cross-platform</tags>
<dependencies>
Expand Down
8 changes: 4 additions & 4 deletions automatic/protoc/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = 'Stop'

$toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$packageArgs = @{
PackageName = $Env:ChocolateyPackageName
FileFullPath = "$toolsPath\TO-BE-REPLACED"
FileFullPath64 = "$toolsPath\TO-BE-REPLACED"
FileFullPath = "$toolsPath\protoc-3.9.2-win32.zip"
FileFullPath64 = "$toolsPath\protoc-3.9.2-win64.zip"
Destination = $toolsPath
}
Get-ChocolateyUnzip @packageArgs
rm $toolsPath\*.zip -ea 0
Remove-Item $toolsPath\*.zip -ea 0

Install-BinFile 'protoc' "$toolsPath\bin\protoc.exe"
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"7b76152c4502b0801b80bd5f0b8ea51f"|1.1.15.448
"a7f9961d57dadc7659a12c275d3321ac"|1.1.16.522
2 changes: 1 addition & 1 deletion automatic/spotify/spotify.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>spotify</id>
<version>1.1.15.448</version>
<version>1.1.16.522</version>
<title>Spotify</title>
<authors>Spotify</authors>
<projectUrl>http://spotify.com</projectUrl>
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $arguments = @{
softwareName = 'Spotify'
file = Join-Path $downloadDir $installer
url = 'https://download.scdn.co/SpotifySetup.exe'
checksum = '5BDFD6780A1B3C533EC08F1181455FE54C996C68E4066FC88E256D2573B6B7DF6DEB6DE77F86F6B96BD001932A4E7656FD287280F730A702B5690A8FD8C2F7A2'
checksum = '728C8C109D4B3B5AD4D062F0682011BDCC0A94844FA1D8C93C3F0718F5B774B33BE38C26563FCB58DDD6DA8596241DA0578462B59C6D0F0E47DFA47293A7C192'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down

0 comments on commit 2e7d2b9

Please sign in to comment.