summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSeth Flynn2021-07-09 17:43:02 -0400
committerSeth Flynn2021-07-09 17:43:02 -0400
commit8268b78cc13bb42548c80f6f11ca508f9d469ab8 (patch)
treee82f7f454f10fbd19eacd89d75ff9099f7742711 /PKGBUILD
parentfd4094f632182af1247582d052ee91c5306358a1 (diff)
downloadaur-8268b78cc13bb42548c80f6f11ca508f9d469ab8.tar.gz
update to 0.9.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3f0fbc2cff43..2d76a21687d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=joshuto
_pkgname=joshuto
-pkgver=0.8.6
+pkgver=0.9.0
pkgrel=1
pkgdesc="ranger-like terminal file manager written in Rust"
arch=("any")
@@ -12,8 +12,8 @@ depends=("file" "xdg-utils")
makedepends=("git" "cargo")
provides=(${_pkgname})
conflicts=(${_pkgname})
-source=('https://github.com/kamiyaa/joshuto/archive/refs/tags/0.8.6.tar.gz')
-md5sums=('312968c7d0f2f077e71431e1595d2871')
+source=('https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.0.tar.gz')
+md5sums=('294fdc737ec044955e5ccd7c8ee6ae43')
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=loop
build() {