Skip to content

Commit

Permalink
AU: 6 updated - git-lfs git-lfs.install mp3tag SQLite vscode-insiders…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey Community committed Mar 26, 2021
1 parent 4a9df1b commit 2318068
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions automatic/git-lfs.install/git-lfs.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs.install</id>
<title>Git Large File Storage (Install)</title>
<version>2.13.2</version>
<version>2.13.3</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
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.13.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.13.3</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.13.2/git-lfs-windows-v2.13.2.exe>
1. Go to <https://github.com/git-lfs/git-lfs/releases/download/v2.13.3/git-lfs-windows-v2.13.3.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: F9DA82F94AD447B307002222E0B7FAAB046C162B33A0962CCE7F2BDAC1E8A443
checksum: DBB53E845A1264DD898DC682D06F890A9D703C843A8A0F8BE646EFCDC7BC940B

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.13.2.exe"
$filePath = "$toolsDir\git-lfs-windows-v2.13.3.exe"

$packageArgs = @{
PackageName = 'git-lfs'
Expand Down
6 changes: 3 additions & 3 deletions automatic/git-lfs/git-lfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>git-lfs</id>
<title>Git Large File Storage</title>
<version>2.13.2</version>
<version>2.13.3</version>
<authors>GitHub Inc</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://git-lfs.github.com/</projectUrl>
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.13.2</releaseNotes>
<releaseNotes>https://github.com/git-lfs/git-lfs/releases/tag/v2.13.3</releaseNotes>
<dependencies>
<dependency id="git-lfs.install" version="[2.13.2]" />
<dependency id="git-lfs.install" version="[2.13.3]" />
</dependencies>
</metadata>
<files>
Expand Down
4 changes: 2 additions & 2 deletions automatic/mp3tag/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ location on <https://community.mp3tag.de/t/mp3tag-development-build-status/455>
and can be verified by doing the following:

1. Download the following:
32-Bit software: <http://download.mp3tag.de/mp3tagv306setup.exe>
32-Bit software: <http://download.mp3tag.de/mp3tagv306asetup.exe>
2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
- Use chocolatey utility 'checksum.exe'
3. The checksums should match the following:

checksum type: sha256
checksum32: 2A44F7707F94E689EA6977E72E0DA96E779B6A37906FC1BF108195E04BF0B223
checksum32: C5FFFBEA5BA8EDA58C76F6F6D61D8FB3BE73ACDB73F0847365562D101630C0E0

The file 'LICENSE.txt' has been obtained from <http://help.mp3tag.de/misc_license.html>
2 changes: 1 addition & 1 deletion automatic/mp3tag/mp3tag.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>mp3tag</id>
<version>3.06</version>
<version>3.06.1</version>
<title>Mp3tag</title>
<owners>chocolatey-community</owners>
<authors>Florian Heidenreich</authors>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mp3tag/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ New-Item $iniFile -type file -force -value $iniContent
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
file = "$toolsPath\mp3tagv306setup.exe"
file = "$toolsPath\mp3tagv306asetup.exe"
silentArgs = "/S"
validExitCodes = @(0)
}
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/2021/sqlite-dll-win32-x86-3350200.zip
x64: https://sqlite.org/2021/sqlite-dll-win64-x64-3350200.zip
Toolsx32: https://sqlite.org/2021/sqlite-tools-win32-x86-3350200.zip
x32: https://sqlite.org/2021/sqlite-dll-win32-x86-3350300.zip
x64: https://sqlite.org/2021/sqlite-dll-win64-x64-3350300.zip
Toolsx32: https://sqlite.org/2021/sqlite-tools-win32-x86-3350300.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: 01F6F7CD6640B23CF371F1F4A1FA00B5516BFDA8D778C9E46B36E6438FBFC7B9
checksum64: 5F89091799E289A8AB9FBE52228A3840D87D92EB86E56FBA5B2ED13789733E9B
checksumTools32: 23DB18A6C400007229E8A153C080750A0A44D289D007B7C49DA9DEB91717CCA2
checksum32: 867ECE182784EB263FE5BCC039DE44516A848EACE5EB7A47D089B66691E3058C
checksum64: 800A83235CB028F93B508236D67AB154F68E558744290F82152313C37DED408B
checksumTools32: 9D6E5ABAF4608AC5E6CEC57C59BB4D7BCE8B137D02D8BEFEE31A5E19538C7051

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.35.2</version>
<version>3.35.3</version>
<title>SQLite</title>
<owners>chocolatey-community</owners>
<authors>D. Richard Hipp, SQLite contributors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/vscode-insiders.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ function Get-MergeTasks {
$packageArgs = @{
packageName = "$env:ChocolateyPackageName"
fileType = 'exe'
url = 'https://az764295.vo.msecnd.net/insider/05ce54df77c242b1b8ea5fd93d720c62fdb183e6/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/8437d38d364ba93b53c1e659c20b1c86f710ec28/VSCodeSetup-x64-1.55.0-insider.exe'
url = 'https://az764295.vo.msecnd.net/insider/d06d2f1d6245ce00b1c36a9cd81a9087d225173e/VSCodeSetup-ia32-1.55.0-insider.exe'
url64bit = 'https://az764295.vo.msecnd.net/insider/d06d2f1d6245ce00b1c36a9cd81a9087d225173e/VSCodeSetup-x64-1.55.0-insider.exe'

softwareName = 'Microsoft Visual Studio Code Insiders'

checksum = 'f29f795c416438ed857379abfdbacc9127589ebecd8776554fa1d11382e2ba7c6ccbc8b8f1dc21fa29daf6e32de5cb08eca05f8ce2e44f4ebf7a48399b61fdb4'
checksum = '85869dadce9cc1f4c18ca8b748da7870719d12dfa446e778d78ee5d8571220d755ff9bc14a3adc4b4b9786ed769775c690738983e8eac66dde57402c5e9566d3'
checksumType = 'sha512'
checksum64 = 'dccd789d946cf076508efdae7342fe730c4720f3f639ac8876b04d970b5ca8c754f00746deb3de6b09dfef052f7e5a55445746ccda0bdd73467ee45ad16e1aef'
checksum64 = '68f21b9215a0ae7739556a4752705aab3d0ef703de96ce0ec2cc3dd6aac7167f0d7e6b5b31ea3825ced57f16b44ad964238c9d0e8cc1256f6564905c6185ec2a'
checksumType64 = 'sha512'

silentArgs = '/verysilent /suppressmsgboxes /mergetasks="{0}" /log="{1}\install.log"' -f (Get-MergeTasks), (Get-PackageCacheLocation)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders.install</id>
<title>Visual Studio Code Insiders (Install)</title>
<version>1.55.0.20210325</version>
<version>1.55.0.20210326</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down
4 changes: 2 additions & 2 deletions automatic/vscode-insiders/vscode-insiders.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>vscode-insiders</id>
<title>Visual Studio Code Insiders</title>
<version>1.55.0.20210325</version>
<version>1.55.0.20210326</version>
<authors>Microsoft</authors>
<owners>chocolatey-community</owners>
<projectUrl>https://code.visualstudio.com/insiders</projectUrl>
Expand Down Expand Up @@ -47,7 +47,7 @@ Example: `choco install vscode-insiders --params "/NoDesktopIcon /DontAddToPath"
]]></description>
<tags>microsoft visualstudiocode visualstudiocode-insiders vscode vscode-insiders development editor ide javascript typescript admin foss cross-platform</tags>
<dependencies>
<dependency id="vscode-insiders.install" version="[1.55.0.20210325]" />
<dependency id="vscode-insiders.install" version="[1.55.0.20210326]" />
</dependencies>
<releaseNotes>https://code.visualstudio.com/updates/#_preview-features</releaseNotes>
</metadata>
Expand Down

0 comments on commit 2318068

Please sign in to comment.