Skip to content

Commit

Permalink
AU: 1 updated - kdeconnect-kde
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreAugustoDev committed Jun 2, 2021
1 parent 3c3e523 commit 62f7a9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion kdeconnect-kde/kdeconnect-kde.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kdeconnect-kde</id>
<version>1.4.507</version>
<version>21.04.1.607</version>
<packageSourceUrl>https://github.com/AndreAugustoAAQ/chocolatey-packages/tree/main/kdeconnect-kde</packageSourceUrl>
<owners>André Augusto</owners>
<title>KDE Connect</title>
Expand Down
4 changes: 2 additions & 2 deletions kdeconnect-kde/tools/ChocolateyInstall.ps1
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
$ErrorActionPreference = 'Stop';
$toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)"
$url64 = 'https://binary-factory.kde.org/job/kdeconnect-kde_Release_win64/507/artifact/kdeconnect-kde-1.4-507-windows-msvc2019_64-cl.exe'
$url64 = 'https://binary-factory.kde.org/job/kdeconnect-kde_Release_win64/607/artifact/kdeconnect-kde-21.04.1-607-windows-msvc2019_64-cl.exe'

$packageArgs = @{
packageName = $env:ChocolateyPackageName
fileType = 'exe'
url = $url64
softwareName = 'kdeconnect*'
checksum64 = '8f68566ed7219ba5f2a69087f2d1e0cf386f93e3d39992c9aa8aa6d67e071d4b'
checksum64 = 'c4cdb36e4c24c62f22906ec128f5f36a045b2136483826b60cd29904f6d883d2'
checksumType64= 'sha256'
silentArgs = '/S'
}
Expand Down

0 comments on commit 62f7a9b

Please sign in to comment.