summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2023-11-14 11:53:44 +0100
committerfenuks2023-11-14 11:53:44 +0100
commiteec072468e1f16388557af5a32e3931f4c718ebe (patch)
tree605aa7b8fe687a8598167a8bae9af6f1799a0ddc /PKGBUILD
parent1bdb8bacf2a2d0c0deadfe2841258a96c7856f4e (diff)
downloadaur-swiftlint.tar.gz
Update to 0.54.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba15e3a8b55b..57dd0019d15b 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.53.0
+pkgver=0.54.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=('902531270fb6b9266bf47d67428cd609509947381b2627a2e8f2099d40d080c8')
+sha256sums=('7271ab100f3ab74eb84f8a0f6aee6d026aaf9c7cbcf8054d42eef16325339812')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"