Skip to content

Commit

Permalink
AU: 5 updated - ds4windows pwgen pwgen.install pwgen.portable sdio
Browse files Browse the repository at this point in the history
  • Loading branch information
tunisiano187 committed Oct 2, 2023
1 parent 668c0ee commit 9b3106e
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.16</version>
<version>3.2.17</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.16</releaseNotes>
<releaseNotes>https://github.com/Ryochan7/DS4Windows/releases/tag/3.2.17</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.16/DS4Windows_3.2.16_x64.zip
x64: https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.17/DS4Windows_3.2.17_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.16/DS4Windows_3.2.16_x64.zip
Get-RemoteChecksum https://github.com/Ryochan7/DS4Windows/releases/download/v3.2.17/DS4Windows_3.2.17_x64.zip

3. Compare to Checksum:

checksum64: 417204AF7E4C6DD9565D0087116A679EFC642CD28F4F822862B0B91CC5A04755
checksum64: 47769E1628B7D80F4D27B4BD3140CB4D25DE15208CD3534D3080E66945DDECC6
2 changes: 1 addition & 1 deletion automatic/pwgen.install/pwgen.install.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>pwgen.install</id>
<version>3.5.1</version>
<version>3.5.2</version>
<title>PWGen (Install)</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down
2 changes: 1 addition & 1 deletion automatic/pwgen.install/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# generated vars
$packageName = $env:ChocolateyPackageName
$url = 'https://sourceforge.net/projects/pwgen-win/files/latest/download'
$checksum = '1f2b69e69bf45b14759241baba76fa291b4cdbe5821cdd7a0deeebad2ca1bc10'
$checksum = '05e503d88509102bea59c9e90d763f12b7d693a22064a19f6c17a57557db2fdf'

# static vars
$checksumType = 'sha256'
Expand Down
2 changes: 1 addition & 1 deletion automatic/pwgen.portable/pwgen.portable.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>pwgen.portable</id>
<version>3.5.1</version>
<version>3.5.2</version>
<title>PWGen (Portable)</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down
8 changes: 4 additions & 4 deletions automatic/pwgen.portable/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# generated vars
$packageName = 'pwgen.portable'
$url = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.5.1/PwTech-3.5.1-32bit.zip/download'
$checksum = '7a874469c99f77bbc44ae2d61223894f3c5d75368c4d791a60da00e99e4d5418'
$url64 = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.5.1/PwTech-3.5.1-64bit.zip/download'
$checksum64 = '9184511329ec01125a8a1f818541dde360173433cd69a17ffcfcca81f52eae20'
$url = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.5.2/PwTech-3.5.2-32bit.zip/download'
$checksum = 'bb66e225649dac4264bab9691a5750818ab84bbfb84d23802af1851348d3a280'
$url64 = 'https://sourceforge.net/projects/pwgen-win/files/Password%20Tech/3.5.2/PwTech-3.5.2-64bit.zip/download'
$checksum64 = '09c081fc2f754436068e09cc6034b1d2279a01eaf06e87834156f65edc2d9059'

# static vars
$checksumType = 'sha256'
Expand Down
4 changes: 2 additions & 2 deletions automatic/pwgen/pwgen.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>pwgen</id>
<version>3.5.1</version>
<version>3.5.2</version>
<title>PWGen</title>
<authors>Christian Thoeing</authors>
<owners>tunisiano</owners>
Expand Down Expand Up @@ -39,7 +39,7 @@ Support the package maintainer and [![Patreon](https://cdn.jsdelivr.net/gh/tunis
<packageSourceUrl>https://github.com/tunisiano187/Chocolatey-packages/tree/master/automatic/pwgen</packageSourceUrl>
<bugTrackerUrl>https://sourceforge.net/p/pwgen-win/bugs/</bugTrackerUrl>
<dependencies>
<dependency id="pwgen.install" version="[3.5.1]" />
<dependency id="pwgen.install" version="[3.5.2]" />
</dependencies>
</metadata>
<files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/sdio/sdio.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>sdio</id>
<version>1.12.16.757</version>
<version>1.12.17.757</version>
<title>Snappy Driver Installer Origin</title>
<authors>Glenn Delahoy</authors>
<owners>tunisiano</owners>
Expand Down
4 changes: 2 additions & 2 deletions automatic/sdio/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$checksumType = 'sha256'
$checksum = 'bdf785ace8c3f5a9bc248c4aed84a1dd6d899f3016698c50e18af58be373a06c'
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.16.757.zip'
$checksum = 'ae4d62a6a1fa595a843cb78b709e2abe665abf6ed648b6d809dc5cfca1e0b0b2'
$url = 'https://www.glenn.delahoy.com/downloads/sdio/SDIO_1.12.17.757.zip'

$packageArgs = @{
packageName = 'sdio'
Expand Down

0 comments on commit 9b3106e

Please sign in to comment.