summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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}"