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 Mar 28, 2024
1 parent 3cf0ec0 commit abf0262
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.7/Logseq-win-x64-0.10.7.exe
x32: https://github.com/logseq/logseq/releases/download/0.10.8/Logseq-win-x64-0.10.8.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: CA6C3961028F8ABFCE1EAE489E82E1BEDF0FF8F8CAFD23075AD0DF891F825656
checksum32: 522319108B66E6DD3BD8C459E0D1C8A8644093BCA0B01C861BB2D660F31B3E3C

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.7</version>
<version>0.10.8</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.7</releaseNotes>
<releaseNotes>https://github.com/logseq/logseq/releases/tag/0.10.8</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.7'
$version = '0.10.8'
if ($version -eq (Get-UninstallRegistryKey "$softwareName").DisplayVersion) {
Write-Host "Logseq $version is already installed."
return
Expand Down

0 comments on commit abf0262

Please sign in to comment.