summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-06-28 12:36:55 +0800
committerMaurice Zhou2021-06-28 12:36:55 +0800
commitb695130ae2c08be9c7cf8d5b1e6c6070bf19e64c (patch)
tree2ece0dc93c2e6e4e4cab1839e863aa0514864124
parent7d4ce094f946bbf4a399c64c47ce83e526de798f (diff)
downloadaur-b695130ae2c08be9c7cf8d5b1e6c6070bf19e64c.tar.gz
update
Signed-off-by: Maurice Zhou <jasper@apvc.uk>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97608d3f7ff9..09e7ebd83b0a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.2.28
+ pkgver = 0.2.29
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -11,7 +11,7 @@ pkgbase = bieaz
depends = grep
depends = sh
depends = grub
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.28/bieaz-0.2.28.tar.gz
- cksums = 2424602073
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.2.29/bieaz-0.2.29.tar.gz
+ cksums = 655427593
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 8129990de171..b6fc114c9b65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver="0.2.28"
+pkgver="0.2.29"
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -16,4 +16,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-cksums=('2424602073')
+cksums=('655427593')