Skip to content

Commit

Permalink
AU: 1 updated - bizhawk
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 2, 2021
1 parent ecb4c0e commit e609492
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion automatic/bizhawk/bizhawk.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<!-- Read this before publishing packages to chocolatey.org: https://github.com/chocolatey/chocolatey/wiki/CreatePackages -->
<id>bizhawk</id>
<title>BizHawk</title>
<version>2.6.2</version>
<version>2.6.3</version>
<authors>TASVideos</authors>
<owners>Xav83</owners>
<summary>BizHawk is a multi-system emulator written in C#.</summary>
Expand Down
4 changes: 2 additions & 2 deletions automatic/bizhawk/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
$ErrorActionPreference = 'Stop'

$packageName = $env:ChocolateyPackageName
$url64 = 'https://github.com/TASVideos/BizHawk/releases/download/2.6.2/BizHawk-2.6.2-win-x64.zip'
$checksum64 = '7ac5e2d5388ef81204e279ed07c19ef682f883618247c23fd037cee49f08bf34'
$url64 = 'https://github.com/TASVideos/BizHawk/releases/download/2.6.3/BizHawk-2.6.3-win-x64.zip'
$checksum64 = '374076fbbd53c65cce6aea670f516050084b881e025e2ff5b9b0df54fd0dcc41'

$packageArgs = @{
packageName = $packageName
Expand Down

0 comments on commit e609492

Please sign in to comment.