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 2, 2024
1 parent 38ab17f commit fabf38f
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-r1523-rc</version>
<version>1.0.0.1-r1524-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-r1523/Suwayomi-Server-v1.0.0-r1523-windows-x86.msi'
checksum = 'be3473b2b4e35e13b74e07c4a845a759a866bb40bea698b08f4b6c1bb3a53e97'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1524/Suwayomi-Server-v1.0.0-r1524-windows-x86.msi'
checksum = '047dfc096d015c30c42d758fbf0fed6f07ea7e10f455c90d40f49c6748d64c2c'
checksumType = 'sha256'
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'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1524/Suwayomi-Server-v1.0.0-r1524-windows-x64.msi'
checksum64 = '4cbe977c7674f390e11f959837ae6fbe5123d5c74dad670c36c1dc70a20e7a07'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit fabf38f

Please sign in to comment.