Skip to content

Commit

Permalink
AU: 3 updated - kdevelop kdevelop.install virtualhere-server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 5, 2023
1 parent a9c674a commit da7379e
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion automatic/kdevelop.install/kdevelop.install.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kdevelop.install</id>
<version>5.6.2.1885</version>
<version>5.6.2.1886</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kdevelop.install</packageSourceUrl>
<owners>chtof</owners>
<title>KDevelop (Install)</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/kdevelop.install/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ $params = @{
fileType = 'EXE'
silentArgs = '/S'

url64bit = 'https://binary-factory.kde.org/job/KDevelop_Release_win64/lastSuccessfulBuild/artifact/kdevelop-5.6.2-1885-windows-cl-msvc2019-x86_64.exe'
checksum64 = 'ee69e5154ebe540711e361de9fcba167ea173ff492365b5a7642f745840dda2d'
url64bit = 'https://binary-factory.kde.org/job/KDevelop_Release_win64/lastSuccessfulBuild/artifact/kdevelop-5.6.2-1886-windows-cl-msvc2019-x86_64.exe'
checksum64 = '8c7b74f5dcc7e1daa171cfac452e1815d3f75783634656f3f515d817535e3ca2'
checksumType64 = 'sha256'
}

Expand Down
4 changes: 2 additions & 2 deletions automatic/kdevelop/kdevelop.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kdevelop</id>
<version>5.6.2.1885</version>
<version>5.6.2.1886</version>
<!--PackageSourceUrl - Where is this Chocolatey package located (think GitHub)? packageSourceUrl is highly recommended for the community feed-->
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/kdevelop</packageSourceUrl>
<!-- owners is a poor name for maintainers of the package. It sticks around by this name for compatibility reasons. It basically means you. -->
Expand Down Expand Up @@ -41,7 +41,7 @@ Screenshot of KDevelop 5 under Windows with the native Windows 10 style
]]></description>
<releaseNotes>https://www.kdevelop.org/taxonomy/term/28</releaseNotes>
<dependencies>
<dependency id="kdevelop.install" version="5.6.2.1885" />
<dependency id="kdevelop.install" version="5.6.2.1886" />
</dependencies>
</metadata>
<files></files>
Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $packageArgs = @{
fileFullPath = "$toolsDir\vhusbdwin$(Get-OSArchitectureWidth).exe"

url64 = 'https://virtualhere.com/sites/default/files/usbserver/vhusbdwin64.exe'
checksum64 = 'bb771451d408629bcdc40660c37cdf831a2cf24ca2c72491843870808fa27cc9'
checksum64 = 'b38d2edbdcf692b0b3e075de4a8ff2c2a2c3e1035fff25c944390f2aab63fc19'
checksumType64 = 'sha256'
}

Expand Down
2 changes: 1 addition & 1 deletion automatic/virtualhere-server/virtualhere-server.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>virtualhere-server</id>
<version>4.5.5</version>
<version>4.5.6</version>
<packageSourceUrl>https://github.com/chtof/chocolatey-packages/tree/master/automatic/virtualhere-server</packageSourceUrl>
<owners>chtof</owners>
<title>VirtualHere USB Server</title>
Expand Down

0 comments on commit da7379e

Please sign in to comment.