summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2019-07-19 10:39:06 +0200
committerfenuks2019-07-19 10:39:41 +0200
commit13367e5dacad45d14a78dba4e1842c43d03a0f10 (patch)
treeedf32d951b4cde9a0f7f54ae7dcb05960bf993d3 /PKGBUILD
parent76583b3ad4af8e759bb7bce3b9e84786060171d4 (diff)
downloadaur-13367e5dacad45d14a78dba4e1842c43d03a0f10.tar.gz
Update to 0.34.0-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 449132835352..eb518e689545 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.33.1
+pkgver=0.34.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=('0d5a927a7f65570efffef7689f85da2a85fcfa5d5490919b7d2820103e6b4f1d')
+sha256sums=('6b7bcdea1c1e655e2fa0ddcdde5e7e07a69e7f627d427b35b06cb443c967343a')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"