summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-06-12 10:34:05 -0700
committerJohnathan Jenkins2017-06-12 10:34:05 -0700
commit96b4a56e52badeb38bb9e631def1f3fba97a312d (patch)
tree90497863b4ed0298e4eebf676c185db5ceac4d94
parentdb78e7067d38c4a0a46c4adddbfa3c25e4993b6f (diff)
downloadaur-96b4a56e52badeb38bb9e631def1f3fba97a312d.tar.gz
0.9.1 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf8bec4a7faa..79a5b090d554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Jun 7 13:02:31 UTC 2017
+# Mon Jun 12 17:33:57 UTC 2017
pkgbase = todoist
pkgdesc = Todoist CLI Client, written in Golang.
- pkgver = 0.9.0
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/sachaos/todoist
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = todoist
makedepends = git
options = !strip
options = !emptydirs
- source = https://github.com/sachaos/todoist/archive/v0.9.0.tar.gz
- sha256sums = d51605b755f013782fe8b1609cde9d5c08150e366be18c2263569800f55df37a
+ source = https://github.com/sachaos/todoist/archive/v0.9.1.tar.gz
+ sha256sums = 50b0cac55d10e2ac3b589d4eb107488539be39e1b6baaaa5a0d58ad1cc0eec74
pkgname = todoist
diff --git a/PKGBUILD b/PKGBUILD
index e7f8e590e40a..e2436e191511 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=todoist
-pkgver=0.9.0
+pkgver=0.9.1
pkgrel=1
pkgdesc="Todoist CLI Client, written in Golang."
arch=('x86_64' 'i686')
@@ -10,7 +10,7 @@ license=('MIT')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
source=("https://github.com/sachaos/todoist/archive/v$pkgver.tar.gz")
-sha256sums=('d51605b755f013782fe8b1609cde9d5c08150e366be18c2263569800f55df37a')
+sha256sums=('50b0cac55d10e2ac3b589d4eb107488539be39e1b6baaaa5a0d58ad1cc0eec74')
prepare() {
mkdir -p "$srcdir/go"