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 9, 2024
1 parent 9933aaa commit b2e4cee
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.6.2</version>
<version>1.6.3</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.6.2/Obsidian.1.6.2-32.exe'
checksum = '96e1fd5754324c0befdbd37ea385d7bbcdd5db68ef2316a60e3562670ee6809f'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.3/Obsidian.1.6.3-32.exe'
checksum = 'dc327055f55a73846e47d8229bf91395ddd4b23b129f3acff75580da5b9097be'
checksumType = 'sha256'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.2/Obsidian.1.6.2.exe'
checksum64 = 'aa55f162d3b0e619363fe113ce4ab7968ccc951cd4f8a01f1d4394150b690a50'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.6.3/Obsidian.1.6.3.exe'
checksum64 = 'e4489273eb27325f1b08ed1c5f210924c49a50ca617099d1ff69dd922eef00dd'
checksumType64 = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit b2e4cee

Please sign in to comment.