makedeb
Blazing fast terminal file manager written in Rust, based on async I/O
Click here to go back to the commit logs for yazi-bin.
Hash: 85b245af2f6afbdffe6fd5e5e96d3a96def07f22
Message: upgrade to 0.3.2
diff --git a/.SRCINFO b/.SRCINFO
index c1af963..e3935d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = yazi-bin
pkgbase = yazi-bin
pkgdesc = Blazing fast terminal file manager written in Rust, based on async I/O
pkgrel = 1
-pkgver = 0.3.1
+pkgver = 0.3.2
url = https://github.com/sxyazi/yazi
arch = amd64
license = MIT
@@ -16,8 +16,8 @@ optdepends = fzf
optdepends = poppler-data
optdepends = poppler-utils
optdepends = zoxide
-source = yazi-bin-0.3.1.zip::https://github.com/sxyazi/yazi/releases/download/v0.3.1/yazi-x86_64-unknown-linux-gnu.zip
-sha256sums = a172c0d95881c77f2ee4494d4f48b1fde462bf69ec7daadfecc7179ed38aed1e
+source = yazi-bin-0.3.2.zip::https://github.com/sxyazi/yazi/releases/download/v0.3.2/yazi-x86_64-unknown-linux-gnu.zip
+sha256sums = c29bc337f3cf3dd07e0556a6faa42b58fad4fb1cb64451c430399439e8f035ed
optdepends = jq
optdepends = unar
optdepends = ffmpegthumbnailer
diff --git a/PKGBUILD b/PKGBUILD
index 5bacbfc..9962bb0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
pkgname=yazi-bin
-pkgver=0.3.1
+pkgver=0.3.2
pkgrel=1
pkgdesc="Blazing fast terminal file manager written in Rust, based on async I/O"
url="https://github.com/sxyazi/yazi"
@@ -21,7 +21,7 @@ optdepends=(
)
# makedepends=('cargo' 'imagemagick')
source=("$pkgname-$pkgver.zip::https://github.com/sxyazi/${pkgname%-bin}/releases/download/v$pkgver/${pkgname%-bin}-x86_64-unknown-linux-gnu.zip")
-sha256sums=('a172c0d95881c77f2ee4494d4f48b1fde462bf69ec7daadfecc7179ed38aed1e')
+sha256sums=('c29bc337f3cf3dd07e0556a6faa42b58fad4fb1cb64451c430399439e8f035ed')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"