Skip to content

Commit

Permalink
AU: 2 updated - breitbandmessung espanso
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Mar 31, 2022
1 parent 33547e4 commit 5a3e396
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions breitbandmessung/breitbandmessung.nuspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<!-- Do not remove this test for UTF-8: if “Ω” doesn’t appear as greek uppercase omega letter enclosed in quotation marks, you should use an editor that supports UTF-8, not this one. -->
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>breitbandmessung</id>
<title>Breitbandmessung</title>
<version>3.1.0</version>
<version>3.2.0</version>
<authors>zafaco GmbH</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Die als Desktop-App installierbare Version der Breitbandmessung ermöglicht Ihnen die Ermittlung der Leistung Ihres Internetzugangs und zugleich die Überprüfung der mit Ihrem Anbieter vertraglich vereinbarten Datenübertragungsraten im Festnetz.</summary>
Expand Down
2 changes: 1 addition & 1 deletion breitbandmessung/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://download.breitbandmessung.de/bbm/Breitbandmessung-win.exe'
checksum = '3642d47db20b12eac796288b51a69e3176d214e5f6a710288533f83622b9777c'
checksum = '1a6c6dc6d5a940b7b5b966ec7302ef1c6cb13a44f747b1126cf6deed42582cdb'
checksumType = 'sha256'
silentArgs = '/S'
}
Expand Down
2 changes: 1 addition & 1 deletion espanso/espanso.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<metadata>
<id>espanso</id>
<title>espanso</title>
<version>2.1.4-beta</version>
<version>2.1.5-beta</version>
<authors>Federico Terzi</authors>
<owners>Jonas A. Wendorf</owners>
<summary>Cross-platform Text Expander written in Rust</summary>
Expand Down
4 changes: 2 additions & 2 deletions espanso/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'
url64 = 'https://github.com/federico-terzi/espanso/releases/download/v2.1.4-beta/Espanso-Win-Installer-x86_64.exe'
checksum64 = 'ffc485eb8e60607192e29a38659a4b930dfd69d42bbe38657525eb505bdf65cc'
url64 = 'https://github.com/federico-terzi/espanso/releases/download/v2.1.5-beta/Espanso-Win-Installer-x86_64.exe'
checksum64 = 'a3da8f3b721405a34c095d6f8e553518e140311e02c512453898e55dbd4f3e70'
checksumType64 = 'sha256'
silentArgs = '/verysilent /norestart /nocloseapplications'
}
Expand Down

0 comments on commit 5a3e396

Please sign in to comment.