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 Jun 8, 2024
1 parent 9549052 commit 9933aaa
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.5.12</version>
<version>1.6.2</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.5.12/Obsidian.1.5.12-32.exe'
checksum = 'ce361976ba8efd5be153c82c6479a2eac565a3d77c0539d6993abe60283d1131'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.2/Obsidian.1.6.2-32.exe'
checksum = '96e1fd5754324c0befdbd37ea385d7bbcdd5db68ef2316a60e3562670ee6809f'
checksumType = 'sha256'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.5.12/Obsidian.1.5.12.exe'
checksum64 = '8d28daa2b3bbb1258e258c539b5fdb1036438d0f8109516e105e9b1b2f673a01'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.2/Obsidian.1.6.2.exe'
checksum64 = 'aa55f162d3b0e619363fe113ce4ab7968ccc951cd4f8a01f1d4394150b690a50'
checksumType64 = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit 9933aaa

Please sign in to comment.