Skip to content

Commit

Permalink
AU: 2 updated - breaktimer lime3ds
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Nov 10, 2024
1 parent 8a0471b commit ad6ae28
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion automatic/breaktimer/breaktimer.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>breaktimer</id>
<version>1.2.0</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/breaktimer</packageSourceUrl>
<owners>Aurocosh</owners>
<title>BreakTimer (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/breaktimer/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ $packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
softwareName = 'BreakTimer*'
url64bit = 'https://github.com/tom-james-watson/breaktimer-app/releases/download/v1.2.0/BreakTimer.exe'
checksum64 = 'fdadda85a982743f57f65c8a76a95b067d10c8c85f6fc8ac520cf84d8a86ad8f'
url64bit = 'https://github.com/tom-james-watson/breaktimer-app/releases/download/v1.3.0/BreakTimer.exe'
checksum64 = 'e0f1e185fd1f4280b114c1c736c0acde1b60900ab9bd7abeafeffe9b33fe4b11'
checksumType64 = 'sha256'
validExitCodes = @(0, 3010, 1641)
silentArgs = '/S'
Expand Down
2 changes: 1 addition & 1 deletion automatic/lime3ds/lime3ds.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>lime3ds</id>
<version>0.2119</version>
<version>0.2119.1</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/lime3ds</packageSourceUrl>
<owners>Aurocosh</owners>
<title>Lime3DS (Install)</title>
Expand Down
8 changes: 4 additions & 4 deletions automatic/lime3ds/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
$ErrorActionPreference = 'Stop' # stop on all errors

$url64msvc = 'https://github.com/Lime3DS/Lime3DS/releases/download/2119/lime3ds-2119-windows-msvc-installer.exe'
$checksum64msvc = '1171bd0c114b828eaa34bde06f2c8ddb37947f05421703ed3bfef1f1836f9801'
$url64msvc = 'https://github.com/Lime3DS/Lime3DS/releases/download/2119.1/lime3ds-2119.1-windows-msvc-installer.exe'
$checksum64msvc = '020f500305362e07b2fa971b8628cd31b1be0bdde760c1e35158ed4b8c22d953'

$url64msys2 = 'https://github.com/Lime3DS/Lime3DS/releases/download/2119/lime3ds-2119-windows-msys2-installer.exe'
$checksum64msys2 = '55431481e69fafab69b7b749f9293226d4d97103e11fa232ec6bdc99ac0830cc'
$url64msys2 = 'https://github.com/Lime3DS/Lime3DS/releases/download/2119.1/lime3ds-2119.1-windows-msys2-installer.exe'
$checksum64msys2 = '50684e939766d197fe466bfe92c11bc28511e020eca93382c68fdde3b4ee9156'

$PackageParameters = Get-PackageParameters

Expand Down

0 comments on commit ad6ae28

Please sign in to comment.