summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeth Flynn2021-09-25 17:22:45 -0400
committerSeth Flynn2021-09-25 17:22:45 -0400
commitaa9da4d78f612c36d36cf20de18dd9a020b4e971 (patch)
treeae66fcbd4210f5158c26eb56b68af5a7f1c4cbcd /PKGBUILD
parent35ff52e74f256b5af8036617610bfaa9cce309ab (diff)
downloadaur-aa9da4d78f612c36d36cf20de18dd9a020b4e971.tar.gz
update to 0.9.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2f2988183ef8..1186efe1ce79 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=joshuto
_pkgname=joshuto
-pkgver=0.9.0
-pkgrel=3
+pkgver=0.9.1
+pkgrel=1
pkgdesc="ranger-like terminal file manager written in Rust"
arch=("any")
url="https://github.com/kamiyaa/joshuto"
@@ -13,7 +13,7 @@ makedepends=("git" "cargo")
provides=(${_pkgname})
conflicts=(${_pkgname})
source=("https://github.com/kamiyaa/joshuto/archive/refs/tags/$pkgver.tar.gz")
-md5sums=('294fdc737ec044955e5ccd7c8ee6ae43')
+md5sums=('a80cb1d2ff252f861f80b438f582b556')
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=loop
build() {