summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan Gonzalez2018-04-29 14:26:16 -0500
committerRyan Gonzalez2018-04-29 14:26:16 -0500
commitf0cf828feff8b36201380669a7f82b579db1c764 (patch)
tree1ac4d3f1041c29334cbb5344dfacc35ef8b02181
parentd616bf03c60c32fba4d85c088b008e29b15d2360 (diff)
downloadaur-f0cf828feff8b36201380669a7f82b579db1c764.tar.gz
Upgrade to 0.21.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c3145f30cb3..da53d58a8669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = sourcekitten
pkgdesc = An adorable little framework and command line tool for interacting with SourceKit..
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/jpsim/SourceKitten
arch = any
license = MIT
makedepends = swift-language
depends = swift-language
- source = https://github.com/jpsim/SourceKitten/archive/0.20.0.tar.gz
- sha256sums = 5241e78db706b2da0b7527cc4991a5b5aa9c2e87d7acc32be17d20ee7dea45b2
+ source = https://github.com/jpsim/SourceKitten/archive/0.21.0.tar.gz
+ sha256sums = 3304a243769061a3e34c14e4222f8a9f4fe72f5c21f5abf69863f4e76a019af1
pkgname = sourcekitten
diff --git a/PKGBUILD b/PKGBUILD
index 67144dbae458..42ac6fbbba34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ryan Gonzalez <rymg19 at gmail dot com>
pkgname=sourcekitten
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc='An adorable little framework and command line tool for interacting with SourceKit..'
arch=('any')
@@ -10,7 +10,7 @@ license=('MIT')
depends=('swift-language')
makedepends=('swift-language')
source=("https://github.com/jpsim/SourceKitten/archive/$pkgver.tar.gz")
-sha256sums=('5241e78db706b2da0b7527cc4991a5b5aa9c2e87d7acc32be17d20ee7dea45b2')
+sha256sums=('3304a243769061a3e34c14e4222f8a9f4fe72f5c21f5abf69863f4e76a019af1')
package() {
cd "SourceKitten-$pkgver"