summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-09-25 17:22:45 -0400
committerSeth Flynn2021-09-25 17:22:45 -0400
commitaa9da4d78f612c36d36cf20de18dd9a020b4e971 (patch)
treeae66fcbd4210f5158c26eb56b68af5a7f1c4cbcd
parent35ff52e74f256b5af8036617610bfaa9cce309ab (diff)
downloadaur-aa9da4d78f612c36d36cf20de18dd9a020b4e971.tar.gz
update to 0.9.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a926a8a00d..6eb5ff69f1be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = joshuto
pkgdesc = ranger-like terminal file manager written in Rust
- pkgver = 0.9.0
- pkgrel = 3
+ pkgver = 0.9.1
+ pkgrel = 1
url = https://github.com/kamiyaa/joshuto
arch = any
license = LGPL3
@@ -11,7 +11,7 @@ pkgbase = joshuto
depends = xdg-utils
provides = joshuto
conflicts = joshuto
- source = https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.0.tar.gz
- md5sums = 294fdc737ec044955e5ccd7c8ee6ae43
+ source = https://github.com/kamiyaa/joshuto/archive/refs/tags/0.9.1.tar.gz
+ md5sums = a80cb1d2ff252f861f80b438f582b556
pkgname = joshuto
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() {