Skip to content

Commit

Permalink
AU: 2 updated - kdevelop kdevelop.install
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Apr 8, 2023
1 parent 486d982 commit abe3f74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.1888</version>
<version>5.6.2.1889</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-1888-windows-cl-msvc2019-x86_64.exe'
checksum64 = 'f0d86415e7c23595c8f1e775deec1c8fabca29b5dc8b1b975a33128c7a94ddac'
url64bit = 'https://binary-factory.kde.org/job/KDevelop_Release_win64/lastSuccessfulBuild/artifact/kdevelop-5.6.2-1889-windows-cl-msvc2019-x86_64.exe'
checksum64 = '876989a99adbfa367027c56fcaeee03ea9ca0e5b44a276b200bd42a0d3932dc5'
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.1888</version>
<version>5.6.2.1889</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.1888" />
<dependency id="kdevelop.install" version="5.6.2.1889" />
</dependencies>
</metadata>
<files></files>
Expand Down

0 comments on commit abe3f74

Please sign in to comment.