Skip to content

Commit

Permalink
AU: 3 updated - love love.install love.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk committed Dec 3, 2023
1 parent 050c2bc commit 00f0c2d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions love.install/love.install.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>love.install</id>
<version>11.4</version>
<version>11.5</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/love.install</packageSourceUrl>
<owners>naveen521kk</owners>
<title>LÖVE - Free 2D Game Engine (Install)</title>
Expand Down Expand Up @@ -31,7 +31,7 @@ LÖVE is totally free, and can be used in anything from friendly open-source hob

**Please Note:** This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
</description>
<releaseNotes>https://love2d.org/wiki/11.4</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.5</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions love.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
fileType = 'exe'
url = 'https://github.com/love2d/love/releases/download/11.4/love-11.4-win32.exe'
url64bit = 'https://github.com/love2d/love/releases/download/11.4/love-11.4-win64.exe'
url = 'https://github.com/love2d/love/releases/download/11.5/love-11.5-win32.exe'
url64bit = 'https://github.com/love2d/love/releases/download/11.5/love-11.5-win64.exe'
softwareName = 'love*'
checksum = '316018a3fc0f493a0e487d289a5377cb57a828e7d4412c0c753dff30ff7a6f2e'
checksum = '1a25b2751062ff95673dad9a351996ce9f53f6cdd861497deba2e5fa25aa913d'
checksumType = 'sha256'
checksum64 = 'ccf5b952385cbe138a67c8afc0e6ceed25fae2c61cbcd760e6115df2ee113fce'
checksum64 = '108d4ddab8f98c8572ea9b26a144ea8c77bc01cdce875209b366a8abc4b13924'
checksumType64= 'sha256'
silentArgs = '/S'
validExitCodes= @(0)
Expand Down
4 changes: 2 additions & 2 deletions love.portable/love.portable.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>love.portable</id>
<version>11.4</version>
<version>11.5</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/love.portable</packageSourceUrl>
<owners>naveen521kk</owners>
<title>LÖVE - Free 2D Game Engine (Portable)</title>
Expand Down Expand Up @@ -31,7 +31,7 @@ LÖVE is totally free, and can be used in anything from friendly open-source hob

**Please Note:** This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
</description>
<releaseNotes>https://love2d.org/wiki/11.4</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.5</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
8 changes: 4 additions & 4 deletions love.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$packageArgs = @{
packageName = $env:ChocolateyPackageName
unzipLocation = $toolsDir
url = 'https://github.com/love2d/love/releases/download/11.4/love-11.4-win32.zip'
url64bit = 'https://github.com/love2d/love/releases/download/11.4/love-11.4-win64.zip'
checksum = '0d0c42159c6a65bc23a70239171916f0900a2f08f3918e51065e6f1255f5494a'
url = 'https://github.com/love2d/love/releases/download/11.5/love-11.5-win32.zip'
url64bit = 'https://github.com/love2d/love/releases/download/11.5/love-11.5-win64.zip'
checksum = '2f452969ff9e86c021ce31225cc066a3c08f85cbc68989965d181005e6693bc9'
checksumType = 'sha256'
checksum64 = 'a03180c105557a70e922495ab21279faf327500586238288714d2e695bdc5e78'
checksum64 = '740ac261c0004c4c082138536e4c5f256c5a4b00e0c38d1a1fda44215e06798f'
checksumType64= 'sha256'
}

Expand Down
6 changes: 3 additions & 3 deletions love/love.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>love</id>
<version>11.4</version>
<version>11.5</version>
<packageSourceUrl>https://github.com/naveen521kk/au-packages/tree/master/love</packageSourceUrl>
<owners>naveen521kk</owners>
<title>LÖVE - Free 2D Game Engine</title>
Expand Down Expand Up @@ -31,9 +31,9 @@ LÖVE is totally free, and can be used in anything from friendly open-source hob

**Please Note:** This is an automatically updated package. If you find it is out of date by more than a day or two, please contact the maintainer(s) and let them know the package is no longer updating correctly.
</description>
<releaseNotes>https://love2d.org/wiki/11.4</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.5</releaseNotes>
<dependencies>
<dependency id="love.install" version="11.4" />
<dependency id="love.install" version="11.5" />
</dependencies>
</metadata>
<files>
Expand Down

0 comments on commit 00f0c2d

Please sign in to comment.