Skip to content

Commit

Permalink
AU: 1 updated - mame
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jul 1, 2024
1 parent f3d5b3f commit aef2c67
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion automatic/mame/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/github/license/mamedev/mame)](https://github.com/dbgate/dbgate/blob/master/COPYING)
[![Maintenance status](https://img.shields.io/badge/maintained%3F-yes-green.svg)](https://gitHub.com/dgalbraith/chocolatey-packages/graphs/commit-activity)
[![AppVeyor build](https://img.shields.io/appveyor/ci/dgalbraith/chocolatey-packages)](https://ci.appveyor.com/project/dgalbraith/chocolatey-packages)
[![Software version](https://img.shields.io/badge/Source-v0.266-blue)](https://github.com/mamedev/mame/releases/tag/mame0266)
[![Software version](https://img.shields.io/badge/Source-v0.267-blue)](https://github.com/mamedev/mame/releases/tag/mame0267)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/mame?label=Chocolatey)](https://community.chocolatey.org/packages/mame)

MAME’s purpose is to preserve decades of software history. As electronic
Expand Down
14 changes: 7 additions & 7 deletions automatic/mame/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ be verified by:

1. Go to the binary distribution page

https://github.com/mamedev/mame/releases/tag/mame0266
https://github.com/mamedev/mame/releases/tag/mame0267

and download the archive mame0266b_64bit.exe using the links in the asset
and download the archive mame0267b_64bit.exe using the links in the asset
section of the page.

Alternatively the build can be downloaded directly from

https://github.com/mamedev/mame/releases/download/mame0266/mame0266b_64bit.exe
https://github.com/mamedev/mame/releases/download/mame0267/mame0267b_64bit.exe

2. The archive can be validated by comparing checksums
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mame0266b_64bit.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mame0266b_64bit.exe
- Use powershell function 'Get-Filehash' - Get-Filehash -Algorithm sha256 mame0267b_64bit.exe
- Use chocolatey utility 'checksum.exe' - checksum -t sha256 -f mame0267b_64bit.exe

File: mame0266b_64bit.exe
File: mame0267b_64bit.exe
Type: sha256
Checksum: D82402F59F2898696461BEE8981CC01635B58259018D352C1402E1E042C310FC
Checksum: 2A8EDF4844ED83C5DA5A979D04E3A3E90A618E972B0F97EB4BC45B461B37601F

Contents of file LICENSE.txt is obtained from https://github.com/mamedev/mame/blob/master/COPYING
2 changes: 1 addition & 1 deletion automatic/mame/mame.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>mame</id>
<version>0.266</version>
<version>0.267</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/mame</packageSourceUrl>
<owners>dgalbraith</owners>
<title>MAME - Emulation Framework</title>
Expand Down
2 changes: 1 addition & 1 deletion automatic/mame/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = 'Stop'

$toolsDir = Split-Path -parent $MyInvocation.MyCommand.Definition
$archive = Join-Path $toolsDir 'mame0266b_64bit.exe'
$archive = Join-Path $toolsDir 'mame0267b_64bit.exe'

$pp = Get-PackageParameters

Expand Down
2 changes: 1 addition & 1 deletion automatic/mame/tools/chocolateyuninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ Get-ChildItem $installLocation -recurse -include '*.exe' | foreach-object {
Uninstall-BinFile -Name ($_.Name -Replace '\..*') -Path $_.FullName
}

Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName 'mame0266b_64bit.exe'
Uninstall-ChocolateyZipPackage $env:ChocolateyPackageName 'mame0267b_64bit.exe'

0 comments on commit aef2c67

Please sign in to comment.