summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeth Flynn2021-04-13 15:56:23 -0400
committerSeth Flynn2021-04-13 15:56:23 -0400
commitfd4094f632182af1247582d052ee91c5306358a1 (patch)
treea0d9c5f186b0eb48c22593a3c1dfcc8886756dd6
parentd4d0d5856bba0ca64c082790e28f8131aa17ee36 (diff)
downloadaur-fd4094f632182af1247582d052ee91c5306358a1.tar.gz
update to 0.8.6
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66b595de4e54..60c3357f0188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,8 +11,8 @@ pkgbase = joshuto
depends = xdg-utils
provides = joshuto
conflicts = joshuto
- source = https://github.com/kamiyaa/joshuto/archive/0.8.5.tar.gz
- md5sums = 451bce32cde13b959ae545635c8c8f88
+ source = https://github.com/kamiyaa/joshuto/archive/refs/tags/0.8.6.tar.gz
+ md5sums = 312968c7d0f2f077e71431e1595d2871
pkgname = joshuto
diff --git a/PKGBUILD b/PKGBUILD
index dd15237c2525..3f0fbc2cff43 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=joshuto
_pkgname=joshuto
-pkgver=0.8.5
+pkgver=0.8.6
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/0.8.5.tar.gz")
-md5sums=("451bce32cde13b959ae545635c8c8f88")
+source=('https://github.com/kamiyaa/joshuto/archive/refs/tags/0.8.6.tar.gz')
+md5sums=('312968c7d0f2f077e71431e1595d2871')
# https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=loop
build() {