Skip to content

Commit

Permalink
AU: 2 updated - XAMPP-80 XAMPP-81
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Oct 1, 2022
1 parent 1f2e9a8 commit 46bb530
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/XAMPP-80/XAMPP-80.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>XAMPP-80</id>
<version>8.0.19</version>
<version>8.0.23</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/XAMPP-80</packageSourceUrl>
<owners>meek2100</owners>
<title>XAMPP 8.0</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/XAMPP-80/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$checksum = 'c1c739ca8046a35b5f9db6db639be4ad87d057bde0db29888a4766bc7acd2f2e'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.19/xampp-windows-x64-8.0.19-0-VS16-installer.exe'
$checksum = '3036cf4eeed3a8a376126aa16556d95d3eb12f1d3fc2f60c1f3a18abb2178810'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.23/xampp-windows-x64-8.0.23-0-VS16-installer.exe'

$packageArgs = @{
packageName = 'XAMPP-80'
Expand Down
2 changes: 1 addition & 1 deletion automatic/XAMPP-81/XAMPP-81.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>XAMPP-81</id>
<version>8.1.6</version>
<version>8.1.10</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/XAMPP-81</packageSourceUrl>
<owners>meek2100</owners>
<title>XAMPP 8.1</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/XAMPP-81/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$checksum = 'ea3be132739e02a4c5b83014085daa3e1266cdd3f6bcd8f506ab434f37f0f85d'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.1.6/xampp-windows-x64-8.1.6-0-VS16-installer.exe'
$checksum = '1ff7f2cb3d40a18a77d9753cb730325843147c69f9e1ac95d869da935584183d'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.1.10/xampp-windows-x64-8.1.10-0-VS16-installer.exe'

$packageArgs = @{
packageName = 'XAMPP-81'
Expand Down

0 comments on commit 46bb530

Please sign in to comment.