summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfenuks2022-02-18 00:12:57 +0100
committerfenuks2022-02-18 00:14:57 +0100
commitb5f3365882ef15360579364df4f34c34fa117ac4 (patch)
tree04e98b64b30dd05c3b890d5aaa92060dc33d45b1 /PKGBUILD
parent1f2112c6bed3cf5e8ea596f6478d2f8930bd3df9 (diff)
downloadaur-b5f3365882ef15360579364df4f34c34fa117ac4.tar.gz
Update to 0.46.2-1
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30d0ba1c4fde..7eadc2fc7ada 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_pkgname=SwiftLint
pkgname=swiftlint
-pkgver=0.45.1
-pkgrel=2
+pkgver=0.46.2
+pkgrel=1
pkgdesc="A tool to enforce Swift style and conventions."
arch=("i686" "x86_64")
url="https://github.com/realm/SwiftLint"
@@ -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=('6de69364303fc4fb7353183ad85ecf501179afef8bd1a3f5028ce046a714301a')
+sha256sums=('0aeee3ffb571395f97ccdf59150d300f2bf79f0dce3dad87a9acc7070005e312')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"