summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2020-01-05 11:58:23 +0100
committerfenuks2020-01-05 11:58:23 +0100
commit079a1e20b49fd778ab0ea995b5a049f491c6e75b (patch)
treef5567ec427573e7db36b5e9c1a587a26490edbde /PKGBUILD
parent7d2ef6f84f3dbed983f06c1c9760e81cbcc7774a (diff)
downloadaur-079a1e20b49fd778ab0ea995b5a049f491c6e75b.tar.gz
Update to 0.38.1-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a3ed1b22b89..1710f672d29d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.38.0
+pkgver=0.38.1
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=('57ff2c1b365e13c87348788c09107b4de5be3679b158cffa42ea484b723c5594')
+sha256sums=('545db7ffcd2b866d203e883e6c5053e85f2736a49a424537598327966d37b883')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"