Skip to content

Commit

Permalink
AU: 1 updated - obsidian
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Aug 1, 2023
1 parent a5131b0 commit 4cbaaaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion obsidian/obsidian.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>obsidian</id>
<title>Obsidian</title>
<version>1.3.5</version>
<version>1.3.7</version>
<authors>Obsidian.md</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Obsidian is a powerful knowledge base that works on top of a local folder of plain text Markdown files. </summary>
Expand Down
8 changes: 4 additions & 4 deletions obsidian/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 = 'exe'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.3.5/Obsidian.1.3.5-32.exe'
checksum = 'bc1f096cf1ee0b337a109b7a99c127ff47efb97237ac57327ad82fbd5ddcb025'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.3.7/Obsidian.1.3.7-32.exe'
checksum = '1100ea2503bac68ca6a2d57ee7ee09fda5058ceaee9f437ced226585541b9639'
checksumType = 'sha256'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.3.5/Obsidian.1.3.5.exe'
checksum64 = 'eb9f4147b200c1efa6294c9e47af578f6115c588c3c82f6ef6f9ba097007d9db'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.3.7/Obsidian.1.3.7.exe'
checksum64 = '7e11b8c6e9e5f7723e22be3e36b7d49a6f67fffd12a77b3913978cd264ea7de2'
checksumType64 = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit 4cbaaaf

Please sign in to comment.