summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a856c088a45..368a1bcdf142 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: tomwei7 <tomwei7g@gmail.com>
pkgname=zonefs-tools
-pkgver=1.5.0
+pkgver=1.5.2
pkgrel=1
pkgdesc="This project provides the mkzonefs command line utility which allows formatting zoned block devices for use withe the zonefs file system."
arch=("x86_64")
@@ -8,7 +8,7 @@ url="https://github.com/damien-lemoal/zonefs-tools"
license=("GPL")
changelog=$pkgname.changelog
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/damien-lemoal/$pkgname/archive/refs/tags/v$pkgver.tar.gz")
-md5sums=("75c00e15d263122486342d96ee38b487")
+md5sums=("e8521029e243f9a475bc645cfd40e234")
depends=("glibc" "util-linux-libs")
build() {