Skip to content

Commit

Permalink
AU: 7 updated - autohotkey.portable chromium flightgear picard smartf…
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 10, 2020
1 parent 493a797 commit 4236047
Show file tree
Hide file tree
Showing 20 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"1.1": "1.1.33.02",
"2.0": "2.0-a119"
"2.0": "2.0-a121"
}
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/autohotkey.portable.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>autohotkey.portable</id>
<version>2.0-a119</version>
<version>2.0-a121</version>
<title>AutoHotkey (Portable)</title>
<owners>chocolatey</owners>
<authors>Lexikos</authors>
Expand Down
10 changes: 5 additions & 5 deletions automatic/autohotkey.portable/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@ Package can be verified like this:

1. Go to

x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a119-179d27fd.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a119-179d27fd.zip
x32: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a121-7e074bc4.zip
x64: https://autohotkey.com/download/2.0//AutoHotkey_2.0-a121-7e074bc4.zip

to download the installer.

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: D4BDE2BAE1BD444C5CCC72D8C147FCD12CCCA968176C84B5A7BE5D8A0E5EE8C2
checksum64: D4BDE2BAE1BD444C5CCC72D8C147FCD12CCCA968176C84B5A7BE5D8A0E5EE8C2
checksum32: 7A1DF1A3CAD977496B5F10FF4257A70C15BEEEC461E56B75B53D672A1EE88017
checksum64: 7A1DF1A3CAD977496B5F10FF4257A70C15BEEEC461E56B75B53D672A1EE88017

Using AU:

Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a119-179d27fd.zip
Get-RemoteChecksum https://autohotkey.com/download/2.0//AutoHotkey_2.0-a121-7e074bc4.zip

File 'license.txt' is obtained from:
https://github.com/AutoHotkey/AutoHotkey/blob/26daaddf714135a6fcc730fe250bd1d41a9d3c53/license.txt
2 changes: 1 addition & 1 deletion automatic/autohotkey.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop'

$fileName = 'AutoHotkey_2.0-a119-179d27fd.zip'
$fileName = 'AutoHotkey_2.0-a121-7e074bc4.zip'
$toolsPath = Split-Path -Parent $MyInvocation.MyCommand.Definition
$zip_path = "$toolsPath\$fileName"
Remove-Item $toolsPath\* -Recurse -Force -Exclude $fileName
Expand Down
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"snapshots": "86.0.4229.0-snapshots",
"snapshots": "86.0.4230.0-snapshots",
"stable": "84.0.4147.105"
}
2 changes: 1 addition & 1 deletion automatic/chromium/chromium.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>chromium</id>
<version>86.0.4229.0-snapshots</version>
<version>86.0.4230.0-snapshots</version>
<title>Chromium Snapshots</title>
<owners>chocolatey</owners>
<authors>The Chromium Authors</authors>
Expand Down
8 changes: 4 additions & 4 deletions automatic/chromium/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ location on <https://github.com/henrypp/chromium/releases/> (the listed mirrors
and can be verified by doing the following:

1. Download the following:
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/796264/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/796264/mini_installer.exe>
32-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win/796388/mini_installer.exe>
64-Bit software: <https://storage.googleapis.com/chromium-browser-snapshots/Win_x64/796389/mini_installer.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: 007C9EEFF2A1A0319F26D4BE7F9EA02D2DE979237183099D9E8CA1A20E1E17CD
checksum64: 4AFB1A0B454203B24CE3F7B65BD6F14DAEC9EACB1AF57AE1362456EC048B03D3
checksum32: 8F53255C7003B023D0A46E48F1A73C45F7456B4F34AAFBDEEC96B4DC6A04D60E
checksum64: 878A975EBD169B801C42497BEA3912BEFCAB64D93F1C675433E11B28C667C862

The file 'LICENSE.txt' has been obtained from <https://chromium.googlesource.com/chromium/src.git/+/master/LICENSE>
2 changes: 1 addition & 1 deletion automatic/chromium/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$scriptDir=$toolsDir = $(Split-Path -parent $MyInvocation.MyCommand.Definition)
. (Join-Path $scriptDir 'helper.ps1')

$version = "86.0.4229.0-snapshots"
$version = "86.0.4230.0-snapshots"
$hive = "hkcu"
$chromium_string = "\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Chromium"
$Chromium = $hive + ":" + $chromium_string
Expand Down
2 changes: 1 addition & 1 deletion automatic/flightgear/flightgear.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>flightgear</id>
<version>2018.3.5</version>
<version>2018.3.6</version>
<title>FlightGear</title>
<owners>chocolatey</owners>
<authors>FlightGear Team</authors>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flightgear/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
$ErrorActionPreference = 'Stop'

$version = '2018.3.5'
$version = '2018.3.6'
$softwareName = "FlightGear v$version"

$packageArgs = @{
packageName = 'flightgear'
fileType = 'exe'
url = 'https://sourceforge.net/projects/flightgear/files/release-2018.3/FlightGear-2018.3.5.exe/download'
url = 'https://sourceforge.net/projects/flightgear/files/release-2018.3/FlightGear-2018.3.6.exe/download'

softwareName = $softwareName

Expand Down
4 changes: 2 additions & 2 deletions automatic/picard/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ The embedded software have been downloaded from the listed download
location on <https://picard.musicbrainz.org/downloads/>
and can be verified by doing the following:

1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.3.2.exe>
1. Download the following <https://musicbrainz.osuosl.org/pub/musicbrainz/picard/picard-setup-2.4.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
checksum: AFF5165234648FED1B59F3471DF56AE7188E57BDCE244641047BD73087CB6D99
checksum: 4745D7118FFBD4480939D1DA57E86AD3C1FAAF05FDC16AB8CB85725088E9EBDF

The file 'LICENSE.txt' has been obtained from <https://github.com/metabrainz/picard/blob/eeb586b392a5a7dc63d64ba697374ea37e6e122a/COPYING.txt>
2 changes: 1 addition & 1 deletion automatic/picard/picard.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>picard</id>
<version>2.3.2</version>
<version>2.4</version>
<packageSourceUrl>https://github.com/chocolatey-community/chocolatey-coreteampackages/tree/master/automatic/picard</packageSourceUrl>
<owners>chocolatey</owners>
<title>MusicBrainz Picard</title>
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.2787.0</version>
<version>9.0.2788.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 = 'ea06234b3a19ff156ec11738168972fe921246a584ee75488179bb12bf73f4e2'
checksum64 = 'ff9a7571f0207fc07d2db40e19fec8868522e9f8c819ab6add68fc1726a237c8'
checksum = '88e76240e740082830efcf8a27c4e180d2f31e5844ea9a45104048b2492653c7'
checksum64 = '4d0803779289fc2b86582394bf677ae92683f140003669ab88a5c2855e6ad3d7'
checksumType = 'sha256'
checksumType64 = 'sha256'
silentArgs = '/quiet'
Expand Down
2 changes: 1 addition & 1 deletion automatic/spotify/info
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"46a5aa360c7184c7419520d2a43b9402"|1.1.38.558
"a5c29d3879b2b7d2801c375393e2f977"|1.1.39.612
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.38.558</version>
<version>1.1.39.612</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 = '1AE00F9A3060A4467A3FED97D7FB90829E40BCA3CA143E6BE90703D0366CF54D5EF98D3439BB8B0FF8EB6436F6A51FCC0AF8E437A925162C9E12B95CBFC73CCA'
checksum = '97B39461BAD4EF59026C7DB6911AF8002A3266E64498A614DCFE21CEA091BC9F4F2ED1DEB07A67C7DF84E08659E9EE0C0B6048BBF3244B6415DD5FC814D4A7CB'
fileType = 'exe'
checksumType = 'sha512'
silentArgs = '/silent'
Expand Down
8 changes: 4 additions & 4 deletions automatic/vim/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ in verifying that this package's contents are trustworthy.
The embedded software have been downloaded from GitHub and can be verified like this:

1. Download the following zips:
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1399/gvim_8.2.1399_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1399/gvim_8.2.1399_x64.zip>
32-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1412/gvim_8.2.1412_x86.zip>
64-Bit: <https://github.com/vim/vim-win32-installer/releases/download/v8.2.1412/gvim_8.2.1412_x64.zip>
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: 7CE76574F572A6099C703D194BBAF0611C1B2EE976E83A47E858EA9C625B3E92
checksum64: C48AAA29D11B67C9DFF5C63AE64F87540E4D5817DAD33C9716F86D3D8C370B53
checksum32: C7791C8F8D119069197FA68A45AEBE3632C74B9C3727E0C6611D2F6B45CBF5F1
checksum64: FECD6A3B08D61E176C5F39CEE6896B96109CB4ABD8F061B155E9F1B9C03D5090
4 changes: 2 additions & 2 deletions automatic/vim/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ $installDir = Get-InstallDir
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $installDir
file = "$toolsDir\gvim_8.2.1399_x86.zip"
file64 = "$toolsDir\gvim_8.2.1399_x64.zip"
file = "$toolsDir\gvim_8.2.1412_x86.zip"
file64 = "$toolsDir\gvim_8.2.1412_x64.zip"
}

$installArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/vim/vim.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>vim</id>
<title>Vim</title>
<version>8.2.1399</version>
<version>8.2.1412</version>
<authors>Bram Moolenaar, Vim Community</authors>
<owners>chocolatey, Rob Reynolds, matsuhav</owners>
<summary>Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. It's useful whether you're already using vi or using a different editor.</summary>
Expand Down

0 comments on commit 4236047

Please sign in to comment.