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 6, 2024
1 parent 23d06b9 commit f63d102
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-r1519-rc</version>
<version>1.0.0.1-r1521-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-r1519/Suwayomi-Server-v1.0.0-r1519-windows-x86.msi'
checksum = '4051a5c1b203cc373ddba3c892f97b26f2bd751c491e79a01bcfca1e5db76408'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1521/Suwayomi-Server-v1.0.0-r1521-windows-x86.msi'
checksum = '3660a67f32c8e80b32d92e487314d18f920d28023628410375b1335ce89e634c'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1519/Suwayomi-Server-v1.0.0-r1519-windows-x64.msi'
checksum64 = '7a4e93441483b9fcf928e700c6df3d9bd52632e38b8f562efb1b296fe7c19075'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1521/Suwayomi-Server-v1.0.0-r1521-windows-x64.msi'
checksum64 = 'a873106167cf7307a1d176bd5bc95ac358f4e65b325907b7ca53b62eb456c7e4'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit f63d102

Please sign in to comment.