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 Apr 6, 2023
1 parent 6121bac commit 909b90f
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.25</version>
<version>8.0.28</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 = '549a915182f282616f052caed92cd5321896cbe78024aa99b09dc195e5525231'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.25/xampp-windows-x64-8.0.25-0-VS16-installer.exe'
$checksum = 'f25577ad00361c4502037f93e0e7111b2337f50aa311b4903df917fb0e36dc3e'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.0.28/xampp-windows-x64-8.0.28-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.12</version>
<version>8.1.17</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 = 'ead3846e8fc6869463fe0dc8838155b9f8351f66bcc8ee426f156dcc9aa43667'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.1.12/xampp-windows-x64-8.1.12-0-VS16-installer.exe'
$checksum = '0830ba83481c0223766c0dbbe143f0e406f1685a0f167450bb6ccfb1d27f87f2'
$url = 'https://sourceforge.net/projects/xampp/files/XAMPP%20Windows/8.1.17/xampp-windows-x64-8.1.17-0-VS16-installer.exe'

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

0 comments on commit 909b90f

Please sign in to comment.