Skip to content

Commit

Permalink
AU: 3 updated - ds4windows electron warp
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Sep 28, 2023
1 parent d76b217 commit b7c1783
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions automatic/ds4windows/ds4windows.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>ds4windows</id>
<version>3.2.14</version>
<version>3.2.16</version>
<title>DS4Windows</title>
<authors>Travis Nickles, Jays2Kings</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -49,7 +49,7 @@ If this package isn't up-to-date for some days, [Create an issue](https://github
Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunisiano187/Chocolatey-packages@d15c4e19c709e7148588d4523ffc6dd3cd3c7e5e/icons/patreon.png)](https://www.patreon.com/tunisiano)
]]></description>
<summary>DS4Windows is a portable program that allows you to get the best experience while using a DualShock 4 on your PC. By emulating a Xbox 360 controller, many more games are accessible.</summary>
<releaseNotes>https://github.com/Ryochan7/DS4Windows/releases/tag/3.2.14</releaseNotes>
<releaseNotes>https://github.com/Ryochan7/DS4Windows/releases/tag/3.2.16</releaseNotes>
<copyright>Copyright (c) 2019 Travis Nickles</copyright>
<tags>ds4windows ps4 dualshock controller emulator foss</tags>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/ds4windows</packageSourceUrl>
Expand Down
6 changes: 3 additions & 3 deletions automatic/ds4windows/tools/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ in verifying that this package's contents are trustworthy.

1. Download the installer:

x64: https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.14/DS4Windows_3.2.14_x64.zip
x64: https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.16/DS4Windows_3.2.16_x64.zip

2. You can use one of the following methods to obtain the checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'
- Using AU:
Get-RemoteChecksum https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.14/DS4Windows_3.2.14_x64.zip
Get-RemoteChecksum https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.16/DS4Windows_3.2.16_x64.zip

3. Compare to Checksum:

checksum64: F89F41C4487319F3D1C5F1247A7142A3D72C0AA1B4259A48A742A604502A34F2
checksum64: 417204AF7E4C6DD9565D0087116A679EFC642CD28F4F822862B0B91CC5A04755
2 changes: 1 addition & 1 deletion automatic/electron/electron.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>electron</id>
<title>Electron</title>
<version>26.2.2</version>
<version>26.2.3</version>
<authors>GitHub Inc</authors>
<owners>tunisiano</owners>
<summary>Build cross platform desktop apps with web technologies</summary>
Expand Down
8 changes: 4 additions & 4 deletions automatic/electron/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop'
$packageName = $env:ChocolateyPackageName
$url = 'https://github.com/electron/electron/releases/download/v26.2.2/electron-v26.2.2-win32-ia32.zip'
$checksum = '185a6141e4c67cb19987499432195b654639359816cc16e79c0117bc1a15015f'
$url = 'https://github.com/electron/electron/releases/download/v26.2.3/electron-v26.2.3-win32-ia32.zip'
$checksum = 'd535a27d1824facb5b683ba64eb2fe89b39b1c1aca5b256d61e76d56c17df38a'
$checksumType = 'sha256'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.2/electron-v26.2.2-win32-x64.zip'
$checksum64 = '26e7ead7db6b9acb2e904499321c0283d497add115a528157b8c3853e44fcefd'
$url64 = 'https://github.com/electron/electron/releases/download/v26.2.3/electron-v26.2.3-win32-x64.zip'
$checksum64 = '8438aa60732b329bb7f91ed680b8aa19875a6b1fd7c10b9aa795339700df4c51'
$checksumType64 = 'sha256'
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

Expand Down
2 changes: 1 addition & 1 deletion automatic/warp/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$url64 = 'https://1111-releases.cloudflareclient.com/windows/Cloudflare_WARP_Release-x64.msi'
$checksum64 = '88C120C665DDBD960F54EDD0D694730A1EB3F846488055E63104B6896B799FBACAF222E3E2E8D7111B90797541E055060D9C95A42346E7D1D4A1AD5A4312B4B8'
$checksum64 = 'B3964E71F1FB285EFA27566FED13690D0E9C8B281425F21B7FDB3F59E6E7B9CA9AA5EE43C1B6D54CE4683C303DFD26033A2F2906A506A11697AE24AA0E462054'
$checksumType64 = 'SHA512'

$packageArgs = @{
Expand Down
2 changes: 1 addition & 1 deletion automatic/warp/warp.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>warp</id>
<version>23.7.160.0</version>
<version>23.9.248.0</version>
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/warp</packageSourceUrl>
<owners>tunisiano</owners>
<title>WARP (Install)</title>
Expand Down

0 comments on commit b7c1783

Please sign in to comment.