Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

Commit

Permalink
AU: 1 updated - tachidesk-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 10, 2024
1 parent d209bac commit 83ff9ab
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-r1599-rc</version>
<version>1.1.1.1-r1600-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-r1599/Suwayomi-Server-v1.1.1-r1599-windows-x86.msi'
checksum = '401797d4913edac889641c3db1fc885b70c97e0c9109600f8687404f1ec5df6f'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1600/Suwayomi-Server-v1.1.1-r1600-windows-x86.msi'
checksum = 'f5c29cf6f5ef6136d48dd1a42736f1b17dc5ed197bee8f4c2c3406b014fc4014'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1599/Suwayomi-Server-v1.1.1-r1599-windows-x64.msi'
checksum64 = '4b2b793d94d9c738126d43553a8baafd16884c1a2d936999ef0ea9239aaca057'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1600/Suwayomi-Server-v1.1.1-r1600-windows-x64.msi'
checksum64 = 'fda49c7a509ff7b1a94d4d29177e1add1507052efa1ff3d92308c96ad18f6373'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit 83ff9ab

Please sign in to comment.