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 Jun 18, 2024
1 parent 62fe3d6 commit dd678dd
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</version>
<version>1.1.1.1-r1535-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/releases/download/v1.1.1/Suwayomi-Server-v1.1.1-r1535-windows-x86.msi'
checksum = '48bd4c7810dcc9d11a5ac965b59373b503fcfbfc34296b5a6ca60bc269263266'
url = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1535/Suwayomi-Server-v1.1.1-r1535-windows-x86.msi'
checksum = 'c28e9806ce7dfa0fe355c76102305936c77269fab6628878523d59ce6aa5f27c'
checksumType = 'sha256'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server/releases/download/v1.1.1/Suwayomi-Server-v1.1.1-r1535-windows-x64.msi'
checksum64 = '83d61c5fa90964b89c6145f885785715516247fe81387dfbf314c55faafa5a35'
url64bit = 'https://github.com/Suwayomi/Suwayomi-Server-preview/releases/download/v1.1.1-r1535/Suwayomi-Server-v1.1.1-r1535-windows-x64.msi'
checksum64 = '5bcf205a599537e5e8ba845de37a7d45a9c64214170ba3391b81b3da6b5ea49d'
checksumType64 = 'sha256'
silentArgs = '/qn /norestart'
}
Expand Down

0 comments on commit dd678dd

Please sign in to comment.