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 Jun 30, 2024
1 parent 3daf623 commit ed9a428
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.1.1.1-r1540-rc</version>
<version>1.1.1.1-r1541-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.1.1-r1540/Suwayomi-Server-v1.1.1-r1540-windows-x86.msi'
checksum = '51bd5ad00e6000f69db1a025245adeeb975e71f76baa4e81a31a06a6af812651'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1541/Suwayomi-Server-v1.1.1-r1541-windows-x86.msi'
checksum = '63b3d3d5138b4b505e07a629aeb6c47b2c2625a06b1c4f77b41967238755081d'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1540/Suwayomi-Server-v1.1.1-r1540-windows-x64.msi'
checksum64 = '74f4a5dea4cd18cde9a86dc3faf2bcc11f03c2cbd8d6fc0ce7eb6c2c5dbfc3e4'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1541/Suwayomi-Server-v1.1.1-r1541-windows-x64.msi'
checksum64 = '567b66aea6a179275e545fd052acbdf7ff8c47f4b77afe5be9d979edaffb9b56'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit ed9a428

Please sign in to comment.