summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a97c8eef75aa..3ea081dc2df1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tod-bin
pkgdesc = A tiny unofficial Todoist client
- pkgver = 0.6.0
+ pkgver = 0.6.1
pkgrel = 1
url = https://github.com/alanvardy/tod
arch = x86_64
license = MIT
provides = tod
conflicts = tod
- source = https://github.com/alanvardy/tod/releases/download/v0.6.0/tod-0.6.0-x86_64.tar.gz
- sha256sums = d542eee46b9362aba0e0104f03efe5f5afda44b2aadc1957b97b5de70f9251f3
+ source = https://github.com/alanvardy/tod/releases/download/v0.6.1/tod-0.6.1-x86_64.tar.gz
+ sha256sums = 76c383fd9262db3358de9bb9959c46dc7c3c750d4e39965ddb4ce7a1aeda33a4
pkgname = tod-bin
diff --git a/PKGBUILD b/PKGBUILD
index c57bb7f2c4cc..279e898172c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# This PKGBUILD was generated by `cargo aur`: https://crates.io/crates/cargo-aur
pkgname=tod-bin
-pkgver=0.6.0
+pkgver=0.6.1
pkgrel=1
pkgdesc="A tiny unofficial Todoist client"
url="https://github.com/alanvardy/tod"
@@ -12,7 +12,7 @@ arch=("x86_64")
provides=("tod")
conflicts=("tod")
source=("https://github.com/alanvardy/tod/releases/download/v$pkgver/tod-$pkgver-x86_64.tar.gz")
-sha256sums=("d542eee46b9362aba0e0104f03efe5f5afda44b2aadc1957b97b5de70f9251f3")
+sha256sums=("76c383fd9262db3358de9bb9959c46dc7c3c750d4e39965ddb4ce7a1aeda33a4")
package() {
install -Dm755 tod -t "$pkgdir/usr/bin"