summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2023-03-28 00:59:24 +0200
committerfenuks2023-03-28 00:59:24 +0200
commit7a6c83b54227954d4ee79524b2601eb56692605d (patch)
tree5e6fce02f1ca88db74d3f704f2233b508eadd256 /PKGBUILD
parent582191cbc30898c78c0bbf06502cfd08530f7de2 (diff)
downloadaur-7a6c83b54227954d4ee79524b2601eb56692605d.tar.gz
Update to 0.51.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 063062b1d404..85c4148102b7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.50.3
+pkgver=0.51.0
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=('e901e8635ca26e251b3a9105ebe8a8e26a0f987fc3891aaf95b5d23c316440f2')
+sha256sums=('481e41037656cb34a62c4514dce22b8e14365cd57be4eb4f6d58aec1f82a9b9d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"