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 Sep 16, 2023
1 parent 5a3b71d commit df80ef2
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.12</version>
<version>1.4.13</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.12/Obsidian.1.4.12-32.exe'
checksum = 'ba42f949ed20804f3bb64ab3941566d276d63d90dc384f035e433745493698f3'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.13/Obsidian.1.4.13-32.exe'
checksum = '1fd066c123282a8f3cf5115121f3bda38de8b7f0e5aa5612db1989cdcb196918'
checksumType = 'sha256'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.12/Obsidian.1.4.12.exe'
checksum64 = 'bf2cbcfe3632a4a85d65f7b3fb8da2c45174680c5ab4f09f5cccb13b7c351cb8'
url64bit = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v1.4.13/Obsidian.1.4.13.exe'
checksum64 = '8e5e8d55c75fe685e93eb8aebecf1acd47d2a4f63dba4e3f401f9eea2ba78a04'
checksumType64 = 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit df80ef2

Please sign in to comment.