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 Sep 4, 2024
1 parent d7fb1ce commit 1231a8d
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-r1578-rc</version>
<version>1.1.1.1-r1586-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-r1578/Suwayomi-Server-v1.1.1-r1578-windows-x86.msi'
checksum = '6e8f70bc8b5a8f167c87486150e591608fba1ddbd968776689aca54aca43dc66'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1586/Suwayomi-Server-v1.1.1-r1586-windows-x86.msi'
checksum = '0e98f4f6cd8d49a3bd8632a69bc6fde425bc4cb6106e8bce67ad5d4efeacaf21'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1578/Suwayomi-Server-v1.1.1-r1578-windows-x64.msi'
checksum64 = '3c3cc24382a2ce6e93ed9a08fd6e684d86cb7ed2df90a3efb8aef4029d46e51b'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1586/Suwayomi-Server-v1.1.1-r1586-windows-x64.msi'
checksum64 = '2dbf3e4bcaf0e0a0d1f788bb83cac61574db7ab7c7d68072b5d93a06f9f4dc31'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit 1231a8d

Please sign in to comment.