summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-04-14 17:26:24 +0800
committerMaurice Zhou2021-04-14 17:26:24 +0800
commit9f6f7ae9b2ab6ab323e89296b6ea047a2c0d7dc8 (patch)
treee106c8eb715317e082f315091d1a82e93ed808d6
parentde69997b28151c70f74684dc00268286611a7b45 (diff)
downloadaur-9f6f7ae9b2ab6ab323e89296b6ea047a2c0d7dc8.tar.gz
0.2.6
Signed-off-by: Maurice Zhou <ja@apvc.uk>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dab8da226e13..4f8d0aff5910 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.2.5
+ pkgver = 0.2.6
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
install = bieaz.install
@@ -13,8 +13,8 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
depends = grub
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.5/bieaz-0.2.5.tar.gz
- md5sums = 34e112baf8bfea7361afbea0a5530476
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.6/bieaz-0.2.6.tar.gz
+ md5sums = b58945cb70cc517ff0f0e67a6be61c89
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index f42c9c1080f0..aff9ac616c95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver="0.2.5"
+pkgver="0.2.6"
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -16,4 +16,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('34e112baf8bfea7361afbea0a5530476')
+md5sums=('b58945cb70cc517ff0f0e67a6be61c89')