summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2021-09-11 10:44:06 +0200
committerfenuks2021-09-11 10:44:06 +0200
commit9aad5a6132f6a1b390be2a5a2da79348f15bc43a (patch)
tree19e036970c741f885887d20b2f444fa52a2e2c92 /PKGBUILD
parent5c42e10c9a892ff6c61e4fbfa2aa3f8ab8af057c (diff)
downloadaur-9aad5a6132f6a1b390be2a5a2da79348f15bc43a.tar.gz
Update to 0.44.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bf8801b068f3..629a90695848 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.43.1
+pkgver=0.44.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=('b617feac91d569ed4f4a8aa69586ca2a2b6fc790360a8d74b6ec948ff8625592')
+sha256sums=('b792796a9023d140a20e43f54a5ed69c7848ef6a03ba1e89dd201bfd2bb2085b')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"