Skip to content

Commit

Permalink
AU: 2 updated - opencomic opencomic.portable
Browse files Browse the repository at this point in the history
  • Loading branch information
Aurocosh committed Oct 5, 2024
1 parent 4ee0855 commit 274f17c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/opencomic.portable/opencomic.portable.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>opencomic.portable</id>
<version>1.2.0.20240720</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/opencomic.portable</packageSourceUrl>
<owners>Aurocosh</owners>
<title>OpenComic (Portable)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/opencomic.portable/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ $exeFile = Join-Path $packagePath 'OpenComic.exe'
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileFullPath = $exeFile
url64bit = 'https://github.com/ollm/OpenComic/releases/download/v1.2.0/OpenComic.Portable.1.2.0.exe'
checksum64 = '8fd648f6b2b0d85fb14e565330f0cd8896b0e415a4c98ede2163a638bf8f4768'
url64bit = 'https://github.com/ollm/OpenComic/releases/download/v1.3.0/OpenComic.Portable.1.3.0.exe'
checksum64 = 'f2057a0e1f6def581455acdc395d9ff1972ddf742869016694811b44d7ba8625'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/opencomic/opencomic.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>opencomic</id>
<version>1.2.0</version>
<version>1.3.0</version>
<packageSourceUrl>https://github.com/Aurocosh/chocolatey-packages/tree/master/automatic/opencomic</packageSourceUrl>
<owners>Aurocosh</owners>
<title>OpenComic (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/opencomic/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url64bit = 'https://github.com/ollm/OpenComic/releases/download/v1.2.0/OpenComic.Setup.1.2.0.exe'
url64bit = 'https://github.com/ollm/OpenComic/releases/download/v1.3.0/OpenComic.Setup.1.3.0.exe'
softwareName = 'opencomic*'
checksum64 = 'e4ebfee707c03b107a54141a6aca35425126726660094c00db88e8bfd561641d'
checksum64 = 'b5ff2cb1a092808f686134af1e97a5d6eda8c727fcc74a1aec64c144d423e089'
checksumType64 = 'sha256'
validExitCodes = @(0, 3010, 1641)
silentArgs = '/S' # NSIS
Expand Down

0 comments on commit 274f17c

Please sign in to comment.