summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rwxr-xr-xPKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c655993022de..f49b24fc80f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = swiftlint
pkgdesc = A tool to enforce Swift style and conventions.
- pkgver = 0.43.1
+ pkgver = 0.44.0
pkgrel = 1
url = https://github.com/realm/SwiftLint
arch = i686
@@ -8,8 +8,7 @@ pkgbase = swiftlint
license = MIT
depends = swift-language
conflicts = swiftlint
- source = swiftlint-0.43.1.tar.gz::https://github.com/realm/SwiftLint/archive/0.43.1.tar.gz
- sha256sums = b617feac91d569ed4f4a8aa69586ca2a2b6fc790360a8d74b6ec948ff8625592
+ source = swiftlint-0.44.0.tar.gz::https://github.com/realm/SwiftLint/archive/0.44.0.tar.gz
+ sha256sums = b792796a9023d140a20e43f54a5ed69c7848ef6a03ba1e89dd201bfd2bb2085b
pkgname = swiftlint
-
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}"