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 Mar 18, 2024
1 parent 239fcbd commit ada2591
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-r1501-rc</version>
<version>1.0.0.1-r1502-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-r1501/Suwayomi-Server-v1.0.0-r1501-windows-x86.msi'
checksum = '4fa0f9aa37851bdfb8df24169e2a031e9a8e029b798d4c6a6ec61035b694d68a'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1502/Suwayomi-Server-v1.0.0-r1502-windows-x86.msi'
checksum = '51bc2c40a240fa030607b0bf633b6a91af380b4f61e32fb912e04b88e5710738'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1501/Suwayomi-Server-v1.0.0-r1501-windows-x64.msi'
checksum64 = 'cbd8b61f51e31fa9a9c2db49261cb81e7d747d5afd1b2eac0a484f7c0023c41a'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.0.0-r1502/Suwayomi-Server-v1.0.0-r1502-windows-x64.msi'
checksum64 = 'cf3e4f6cdb1f5a2854fd29383781a62456fdc888b97e156e4abf2b853b2eb9ad'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit ada2591

Please sign in to comment.