Skip to content

Commit

Permalink
AU: 1 updated - tachidesk-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed May 8, 2024
1 parent f86ccd5 commit e41ba8b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tachidesk-server/tachidesk-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>tachidesk-server</id>
<title>Suwayomi</title>
<version>1.0.0.1-r1522-rc</version>
<version>1.0.0.1-r1523-rc</version>
<authors>Suwayomi</authors>
<owners>Jonas A. Wendorf</owners>
<summary>A rewrite of Tachiyomi for the Desktop</summary>
Expand Down
8 changes: 4 additions & 4 deletions tachidesk-server/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'msi'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1522/Suwayomi-Server-v1.0.0-r1522-windows-x86.msi'
checksum = '27f95efb7c2bdfd858c9d1bb635f14b12b755b9aece243d70edd4d3ffc6d8e59'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1523/Suwayomi-Server-v1.0.0-r1523-windows-x86.msi'
checksum = 'be3473b2b4e35e13b74e07c4a845a759a866bb40bea698b08f4b6c1bb3a53e97'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1522/Suwayomi-Server-v1.0.0-r1522-windows-x64.msi'
checksum64 = 'a01079a0c026fc0d6672c543ad8cf6d2b1c1dc0f68d0982b07c49c2cb87cf9ac'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1523/Suwayomi-Server-v1.0.0-r1523-windows-x64.msi'
checksum64 = 'c0e66e75d710ac70393bd497ff647b03637fda5e8d612d349843a0130b28f0cb'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit e41ba8b

Please sign in to comment.