summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Schichtel2023-07-07 22:44:14 +0200
committerPhillip Schichtel2023-07-07 22:44:14 +0200
commit8510e5fb2238e1817a6d20b95951ba3378c37b16 (patch)
treea2fe6bdb7698769d0768979dbc1238777e7d9d08
parentef46aa50a128566f07b94890d96a39d304b0320c (diff)
downloadaur-8510e5fb2238e1817a6d20b95951ba3378c37b16.tar.gz
update to version 0.50.0
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 605e30d3b8f6..9ca24702f55c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ktlint
pkgdesc = An anti-bikeshedding Kotlin linter with built-in formatter
- pkgver = 0.49.0
+ pkgver = 0.50.0
pkgrel = 1
url = https://ktlint.github.io/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1b11fc7480d8..6c8c00559e3f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: p2k <uni-ulm.de: Patrick.Schneider>
pkgname=ktlint
-pkgver=0.49.0
+pkgver=0.50.0
pkgrel=1
pkgdesc="An anti-bikeshedding Kotlin linter with built-in formatter"
arch=('any')