summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2022-03-24 09:14:54 +0100
committerfenuks2022-03-24 09:14:54 +0100
commit29d45a8ec225ce0f16392994cfd7b097fa753c80 (patch)
tree04d3749855b493c280f59c281f197cb1b61e0ca0 /PKGBUILD
parentb5f3365882ef15360579364df4f34c34fa117ac4 (diff)
downloadaur-29d45a8ec225ce0f16392994cfd7b097fa753c80.tar.gz
Update to 0.47.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7eadc2fc7ada..a741ba33cee7 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.46.2
+pkgver=0.47.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=('0aeee3ffb571395f97ccdf59150d300f2bf79f0dce3dad87a9acc7070005e312')
+sha256sums=('a59a244ffc88749fe243089a445a926ce08ced52b870ab1459ec57cb2b73c393')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"