summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorweicheng2023-02-01 14:06:49 +0800
committerweicheng2023-02-01 14:06:49 +0800
commit59afd804b9cb78bf87a7931b35c960f563b072b2 (patch)
treefb3daa634fcf938403e08da73c93599581f7cc42
parent4c645b2862b352d7c7573b46469110dad45031fc (diff)
downloadaur-59afd804b9cb78bf87a7931b35c960f563b072b2.tar.gz
zonefs-tools v1.5.2
-rw-r--r--PKGBUILD4
-rw-r--r--zonefs-tools.changelog4
2 files changed, 6 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() {
diff --git a/zonefs-tools.changelog b/zonefs-tools.changelog
index ec0d9bdef2e8..ef8388e3f6fa 100644
--- a/zonefs-tools.changelog
+++ b/zonefs-tools.changelog
@@ -1,3 +1,7 @@
+### v1.5.2
+
+This release improves configuration and build.
+
### v1.5.0
This new release fixes some problems with mkzonefs and improves the test suite.