summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2022-11-26 11:06:07 +0100
committerfenuks2022-11-26 11:06:07 +0100
commitca94a05f48a094b3a34fb3f4242989d77fcc5d1f (patch)
tree439a5f3efc5ac749ec78483889a588a449a8bfb6 /PKGBUILD
parent253d58530a0a3046f45fce951506daccd36112bf (diff)
downloadaur-ca94a05f48a094b3a34fb3f4242989d77fcc5d1f.tar.gz
Update to 0.50.1-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7a2731521071..e400d4c0e9df 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.49.1
+pkgver=0.50.1
pkgrel=1
pkgdesc="A tool to enforce Swift style and conventions."
arch=("i686" "x86_64")
@@ -15,7 +15,7 @@ conflicts=("${pkgname}")
# options=()
# install=$pkgname.install
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/realm/SwiftLint/archive/${pkgver}.tar.gz")
-sha256sums=('b31655a643b0a1358e062e67cc6b5212ca9a7da4a8bbd884ef5aee36b0ab7047')
+sha256sums=('afc49e87c43e576a3d6da7b03501ee9952f6adc6874cbe3d1c0f0cb7f4d63d41')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"