summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2022-12-10 09:58:34 +0100
committerfenuks2022-12-10 09:58:34 +0100
commit582191cbc30898c78c0bbf06502cfd08530f7de2 (patch)
tree334386d5ed07c8e724fcc78183a5db4d19babc32 /PKGBUILD
parentca94a05f48a094b3a34fb3f4242989d77fcc5d1f (diff)
downloadaur-582191cbc30898c78c0bbf06502cfd08530f7de2.tar.gz
Update to 0.50.3-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e400d4c0e9df..063062b1d404 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.50.1
+pkgver=0.50.3
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=('afc49e87c43e576a3d6da7b03501ee9952f6adc6874cbe3d1c0f0cb7f4d63d41')
+sha256sums=('e901e8635ca26e251b3a9105ebe8a8e26a0f987fc3891aaf95b5d23c316440f2')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"