Skip to content

Commit

Permalink
AU: 1 updated - logseq
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 5, 2024
1 parent 067a071 commit 293b3a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions logseq/legal/VERIFICATION.txt
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/logseq/logseq/releases/download/0.10.5/Logseq-win-x64-0.10.5.exe
x32: https://github.com/logseq/logseq/releases/download/0.10.6/Logseq-win-x64-0.10.6.exe

to download the installer.

2. You can use one of the following methods to obtain the SHA256 checksum:
- Use powershell function 'Get-FileHash'
- Use Chocolatey utility 'checksum.exe'

checksum32: DED4F300B50F63FD21837AC35C70DA12F05B667E5FB55DC0E2306086F716AF12
checksum32: 79E339480B9C2530D834F8CA2B487E6031CCFB72CEA3E2A4D444DE837E564352

File 'license.txt' is obtained from:
https://github.com/logseq/logseq/blob/master/LICENSE.md
4 changes: 2 additions & 2 deletions logseq/logseq.nuspec
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>logseq</id>
<version>0.10.5</version>
<version>0.10.6</version>
<packageSourceUrl>https://github.com/w0/au-packages/tree/master/logseq</packageSourceUrl>
<owners>wizard</owners>
<title>logseq</title>
Expand All @@ -26,7 +26,7 @@ The server will never store or analyze your private notes. Your data are plain t
In the unlikely event that the website is down or cannot be maintained, your data is, and will always be yours.
]]></description>
<releaseNotes>https://github.com/logseq/logseq/releases/tag/0.10.5</releaseNotes>
<releaseNotes>https://github.com/logseq/logseq/releases/tag/0.10.6</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion logseq/tools/chocolateyinstall.ps1
Expand Up @@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

$softwareName = 'Logseq'
$version = '0.10.5'
$version = '0.10.6'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "Logseq $version is already installed."
return
Expand Down

0 comments on commit 293b3a2

Please sign in to comment.