summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlan Vardy2024-03-07 07:56:52 -0800
committerAlan Vardy2024-03-07 07:56:52 -0800
commit491747f713e071594c808375599186a571a34cad (patch)
treed9fd876abfd1ebe0d25119861ad9205105ebe556
parentbe1f965caf3b4377effe97f3b03135d67b6d93fd (diff)
downloadaur-491747f713e071594c808375599186a571a34cad.tar.gz
new version
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9157ebca0e1..776fc261cc69 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = tod-bin
pkgdesc = A tiny unofficial Todoist client
- pkgver = 0.5.7
+ pkgver = 0.5.8
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.5.7/tod-0.5.7-x86_64.tar.gz
- sha256sums = d4e7955146798648401ab30d6e94211627582c32874fc425d214e9886e723764
+ source = https://github.com/alanvardy/tod/releases/download/v0.5.8/tod-0.5.8-x86_64.tar.gz
+ sha256sums = 703a7347d33ccf72e82a0931862806c9891a40f97f5b753b652aba1a28d292ec
pkgname = tod-bin
diff --git a/PKGBUILD b/PKGBUILD
index e827d49ac533..02215051c230 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.5.7
+pkgver=0.5.8
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=("d4e7955146798648401ab30d6e94211627582c32874fc425d214e9886e723764")
+sha256sums=("703a7347d33ccf72e82a0931862806c9891a40f97f5b753b652aba1a28d292ec")
package() {
install -Dm755 tod -t "$pkgdir/usr/bin"