Skip to content

Commit

Permalink
AU: 2 updated - XAMPP-74 XAMPP-80
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 20, 2022
1 parent f18bd5e commit 9860a63
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/XAMPP-74/XAMPP-74.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-74</id>
<version>7.4.28.20220415</version>
<version>7.4.29</version>
<packageSourceUrl>https://github.com/meek2100/chocolatey-packages/tree/master/automatic/XAMPP-74</packageSourceUrl>
<owners>meek2100</owners>
<title>XAMPP 7.4</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/XAMPP-74/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$ErrorActionPreference = 'Stop';
$checksum = '0b6a90fb5be15a611edafb545667d476a4f21192066b0429e058f3d3fcac74fa'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.4.28/xampp-windows-x64-7.4.28-0-VC15-installer.exe'
$checksum = 'c4ebd1fff2aaec554dff99a69a19aa171b0e1c46a7504758710309489aac1dc1'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/7.4.29/xampp-windows-x64-7.4.29-0-VC15-installer.exe'

$packageArgs = @{
packageName = 'XAMPP-74'
Expand Down
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.17.20220415</version>
<version>8.0.18</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 = '8f198515f346b362092febe2953583ead98430462445ae7be1514eaf4ddb5bea'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.17/xampp-windows-x64-8.0.17-0-VS16-installer.exe'
$checksum = '1f794a653d633cba2d22ea6465e8420d6a6af86c59cf7ee1636479b62401ad13'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.18/xampp-windows-x64-8.0.18-0-VS16-installer.exe'

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

0 comments on commit 9860a63

Please sign in to comment.