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 Nov 29, 2023
1 parent 43fa625 commit 11ac69e
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
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ Package can be verified like this:

1. Go to

x32: https://github.com/logseq/logseq/releases/download/0.9.20/Logseq-win-x64-0.9.20.exe
x32: https://github.com/logseq/logseq/releases/download/0.10.0/Logseq-win-x64-0.10.0.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: 7387EBCFDB65BEE7F267FF1332CD2B66CF3CD1AEFB48B49F289D8EAFBD0701F3
checksum32: 14EAB7A26B09802944FB7B88D626BFD34BBE55DEDAE9A6C4F095CB5885B54BE6

File 'license.txt' is obtained from:
https://github.com/logseq/logseq/blob/master/LICENSE.md
4 changes: 2 additions & 2 deletions logseq/logseq.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>logseq</id>
<version>0.9.20</version>
<version>0.10.0</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.9.20</releaseNotes>
<releaseNotes>https://github.com/logseq/logseq/releases/tag/0.10.0</releaseNotes>
</metadata>
<files>
<file src="tools\**" target="tools" />
Expand Down
2 changes: 1 addition & 1 deletion logseq/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ $ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"

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

0 comments on commit 11ac69e

Please sign in to comment.