Skip to content

Commit

Permalink
Merge pull request #2463 from tunisiano187/Krita
Browse files Browse the repository at this point in the history
  • Loading branch information
AdmiringWorm authored Apr 25, 2024
2 parents 84e7831 + 40504c6 commit 5a50187
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
*/totalcommander* @pauby
*/kubescape* @HollowMan6
*/azcopy10* @chocolatey-community/chocolatey-team-maintainers
*/googlechromebeta @tunisiano187
*/googlechromebeta* @tunisiano187
*/krita* @tunisiano187

# Other
# This can be any file other that won't be matched as a package
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/krita.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<id>krita</id>
<title>Krita</title>
<version>5.2.2</version>
<owners>chocolatey-community,dtgm,KDE</owners>
<owners>chocolatey-community,dtgm,KDE,tunisiano</owners>
<summary>Krita is a sketching and painting program designed for digital artists.</summary>
<description><![CDATA[Krita is a FREE and open source painting tool designed for concept artists, illustrators, matte and texture artists, and the VFX industry. Krita has been in development for over 10 years and has had an explosion in growth recently. It offers many common and innovative features to help the amateur and professional alike. See below for some of the highlighted features.
Expand Down
2 changes: 1 addition & 1 deletion automatic/krita/update.ps1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Import-Module Chocolatey-AU

$releases = 'https://krita.org/en/download/krita-desktop/'
$releases = 'https://krita.org/en/download'

function global:au_GetLatest {
$download_page = Invoke-WebRequest -Uri $releases -UseBasicParsing
Expand Down

0 comments on commit 5a50187

Please sign in to comment.