Skip to content

Commit

Permalink
AU: 2 updated - obsidian qr-code-studio
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 12, 2022
1 parent 49b9b8c commit f2eb36e
Show file tree
Hide file tree
Showing 4 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>0.14.2</version>
<version>0.14.5</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
4 changes: 2 additions & 2 deletions obsidian/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $packageName = $env:chocolateyPackageName
$packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v0.14.2/Obsidian.0.14.2.exe'
checksum = 'b25de8d7588b7ba7d537ace0f70d217794be8893e8b0269a7219b7467765779d'
url = 'https://github.com/obsidianmd/obsidian-releases/releases/download/v0.14.5/Obsidian.0.14.5.exe'
checksum = '2de2f276e6ac1f13c4c6a627d22b10b5c8b99bb58b5b2538e26596ef0ce541d6'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down
2 changes: 1 addition & 1 deletion qr-code-studio/qr-code-studio.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>qr-code-studio</id>
<title>QR-Code Studio</title>
<version>2.0.0</version>
<version>2.0.1</version>
<authors>TEC-IT Datenverarbeitung GmbH</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Free QR code generator for private users</summary>
Expand Down
2 changes: 1 addition & 1 deletion qr-code-studio/tools/chocolateyInstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
packageName = $packageName
fileType = 'exe'
url = 'https://www.tec-it.com/download/QRCode_Studio.exe'
checksum = '204ce8de0961d1fe10087065c8c7ec56e870b1431f372b68007cdbdb595c4407'
checksum = '9d7e66c2d308ce8c7ae6c4600b86c7b5bec0441398cfee4b12f51a1e222dfe71'
checksumType = 'sha256'
silentArgs = '/quiet'
}
Expand Down

0 comments on commit f2eb36e

Please sign in to comment.