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 Oct 14, 2023
1 parent 7c2f8d0 commit c4bbc68
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.4.14.1</version>
<version>1.4.16</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.4.14/Obsidian.1.4.14-32.exe'
checksum = 'de64c4a0e8e4dfcf9593628cd22362d8568c54a23e77214ca7c75cb30f843a30'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.16/Obsidian.1.4.16-32.exe'
checksum = '73e2373f7b3496a44772ca598fe93ace2ffb1acee6f1966a78535682940996d2'
checksumType = 'sha256'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.14/Obsidian.1.4.14.exe'
checksum64 = '57fc583f32d4f7ef734fa1a2a3ed81f2be68b580634cdeeb7bc1289a3428513c'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.16/Obsidian.1.4.16.exe'
checksum64 = 'eb60f93f3ce10c2f4d0f8ab45ea0d457a9975f5b2f108691773951ce02d85526'
checksumType64 = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit c4bbc68

Please sign in to comment.