summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohnathan Jenkins2017-06-07 06:02:26 -0700
committerJohnathan Jenkins2017-06-07 06:02:26 -0700
commit5ae8e3df715d233ec12884abdd259472cfa01b5a (patch)
tree3cb38873b07f67b1e270d8d0b97bc09af7c62c5a
parenta3fcc403ce9474412a486e08dff6359fe8553f7c (diff)
downloadaur-5ae8e3df715d233ec12884abdd259472cfa01b5a.tar.gz
0.9.0 release
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 980799b2d9f3..e7f8e590e40a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: John Jenkins <twodopeshaggy@gmail.com>
pkgname=todoist
-pkgver=0.8.1
+pkgver=0.9.0
pkgrel=1
pkgdesc="Todoist CLI Client, written in Golang."
arch=('x86_64' 'i686')
@@ -9,8 +9,8 @@ url="https://github.com/sachaos/todoist"
license=('MIT')
makedepends=('go' 'git')
options=('!strip' '!emptydirs')
-source=("https://github.com/sachaos/todoist/archive/$pkgver.tar.gz")
-sha256sums=('81ad919ae4ac3f9127c456062cabc4d06901c7931b0f995384859c3a973b18e9')
+source=("https://github.com/sachaos/todoist/archive/v$pkgver.tar.gz")
+sha256sums=('d51605b755f013782fe8b1609cde9d5c08150e366be18c2263569800f55df37a')
prepare() {
mkdir -p "$srcdir/go"