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: a1336594a4a22ea22390447a7e468f72f72afa02
Message: upgrade to 0.3.1
diff --git a/.SRCINFO b/.SRCINFO
index 97b903d..c1af963 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.0
+pkgver = 0.3.1
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.0.zip::https://github.com/sxyazi/yazi/releases/download/v0.3.0/yazi-x86_64-unknown-linux-gnu.zip
-sha256sums = cd83a0c9a4c8560f69d1e1399b225740b184f05b63fc927e2c9641b42650dbb2
+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
optdepends = jq
optdepends = unar
optdepends = ffmpegthumbnailer
diff --git a/PKGBUILD b/PKGBUILD
index 2e9dafc..5bacbfc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Zhongmin Lin <zhongmin.lin3@gmail.com>
pkgname=yazi-bin
-pkgver=0.3.0
+pkgver=0.3.1
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=('cd83a0c9a4c8560f69d1e1399b225740b184f05b63fc927e2c9641b42650dbb2')
+sha256sums=('a172c0d95881c77f2ee4494d4f48b1fde462bf69ec7daadfecc7179ed38aed1e')
package() {
cd "${pkgname%-bin}-x86_64-unknown-linux-gnu"