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
Chocolatey committed Jan 4, 2022
1 parent 2730305 commit cecb239
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 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.3</version>
<version>11.4</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.3</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.4</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.3/love-11.3-win32.exe'
url64bit = 'https://github.com/love2d/love/releases/download/11.3/love-11.3-win64.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'
softwareName = 'love*'
checksum = 'dc434ef7b427de462ddced513a2f62614fbdc3ce103481771eaf6470d161e3c0'
checksum = '316018a3fc0f493a0e487d289a5377cb57a828e7d4412c0c753dff30ff7a6f2e'
checksumType = 'sha256'
checksum64 = '46c1d2bab149ce911f0c21d5763a121902f06fe27397d592a09801bfdf726d73'
checksum64 = 'ccf5b952385cbe138a67c8afc0e6ceed25fae2c61cbcd760e6115df2ee113fce'
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.3</version>
<version>11.4</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.3</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.4</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.3/love-11.3-win32.zip'
url64bit = 'https://github.com/love2d/love/releases/download/11.3/love-11.3-win64.zip'
checksum = '6c94a62283dcc0f9927de0a07a8c00571b5f4c23de2779cbab3f2c63cfb8ce3c'
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'
checksumType = 'sha256'
checksum64 = 'eb3cdc9aef3a0ddf14a0f01b4ec2a93a37b8e26c52176291dfe79394a03f739c'
checksum64 = 'a03180c105557a70e922495ab21279faf327500586238288714d2e695bdc5e78'
checksumType64= 'sha256'
}

Expand Down
10 changes: 5 additions & 5 deletions love/love.nuspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>love</id>
<version>11.3</version>
<version>11.4</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,12 +31,12 @@ 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.3</releaseNotes>
<releaseNotes>https://love2d.org/wiki/11.4</releaseNotes>
<dependencies>
<dependency id="love.install" version="11.3" />
<dependency id="love.install" version="11.4" />
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>
</package>

0 comments on commit cecb239

Please sign in to comment.