Skip to content

Commit

Permalink
AU: 2 updated - flashpoint-core flashpoint-infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
dgalbraith committed Jun 8, 2021
1 parent c01f4f3 commit 359f37a
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion automatic/flashpoint-core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/license-Various-blue)](https://github.com/FlashpointProject)
[![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-v9.0-blue)](https://bluemaxima.org/flashpoint/downloads)
[![Software version](https://img.shields.io/badge/Source-v10.0-blue)](https://bluemaxima.org/flashpoint/downloads)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/flashpoint-core?label=Chocolatey)](https://chocolatey.org/packages/flashpoint-core)

BlueMaxima's Flashpoint is a webgame preservation project dedicated to preserving as many experiences from web
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashpoint-core/flashpoint-core.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>flashpoint-core</id>
<version>9.0</version>
<version>10.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/flashpoint-core</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Flashpoint Core - BlueMaxima's Flashpoint Core Distrbution</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flashpoint-core/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $installDir = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = $installDir
Url = 'https://bluemaxima.org/flashpoint/downloads/../Flashpoint%20Core%209.7z'
Checksum = 'ab929031af7d872e9bca0f9146bcc165a15b8a17a4e56786e53be061be3d7f16'
Url = 'https://bluemaxima.org/flashpoint/downloads/../Flashpoint%20Core%2010.7z'
Checksum = '32e078556b4d1f080b62f6a0bc313797b239ece88020c67db9b557431946787d'
ChecksumType = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/flashpoint-core/tools/chocolateyUninstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Uninstall-BinFile -Name 'Flashpoint' -Path 'Flashpoint.cmd'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
ZipFileName = 'Flashpoint Core 9.7z'
ZipFileName = 'Flashpoint Core 10.7z'
}

UnInstall-ChocolateyZipPackage @packageArgs
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashpoint-infinity/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![GitHub license](https://img.shields.io/badge/license-Various-blue)](https://github.com/FlashpointProject)
[![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-v9.0-blue)](https://bluemaxima.org/flashpoint/downloads)
[![Software version](https://img.shields.io/badge/Source-v10.0-blue)](https://bluemaxima.org/flashpoint/downloads)
[![Chocolatey package version](https://img.shields.io/chocolatey/v/flashpoint-infinity?label=Chocolatey)](https://chocolatey.org/packages/flashpoint-infinity)

BlueMaxima's Flashpoint is a webgame preservation project dedicated to preserving as many experiences from web
Expand Down
2 changes: 1 addition & 1 deletion automatic/flashpoint-infinity/flashpoint-infinity.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>flashpoint-infinity</id>
<version>9.0</version>
<version>10.0</version>
<packageSourceUrl>https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/flashpoint-infinity</packageSourceUrl>
<owners>dgalbraith</owners>
<title>Flashpoint Infinity - BlueMaxima's Flashpoint Infinity Distrbution</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/flashpoint-infinity/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $toolsDir = (Split-Path -parent $MyInvocation.MyCommand.Definition)
$packageArgs = @{
PackageName = $env:ChocolateyPackageName
UnzipLocation = Join-Path (Get-ToolsLocation) $env:ChocolateyPackageName
Url = 'https://bluemaxima.org/flashpoint/downloads/../Flashpoint%209.0%20Infinity.exe'
Checksum = 'fba50092c763f9e13d877e3fa861fa9426332bc51298a8bf2174b536bb43514f'
Url = 'https://bluemaxima.org/flashpoint/downloads/../Flashpoint%2010%20Infinity.exe'
Checksum = 'a1508e9c92639032909df1a6624d91ae9f10ccf3258d8d0206963f6bb630cd9c'
ChecksumType = 'sha256'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Uninstall-BinFile -Name 'Flashpoint' -Path 'Flashpoint.cmd'

$packageArgs = @{
PackageName = $env:ChocolateyPackageName
ZipFileName = 'Flashpoint 9.0 Infinity.exe'
ZipFileName = 'Flashpoint 10 Infinity.exe'
}

UnInstall-ChocolateyZipPackage @packageArgs
Expand Down

0 comments on commit 359f37a

Please sign in to comment.