summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-03-16 12:42:19 +0800
committerMaurice Zhou2021-03-16 12:42:19 +0800
commitef6ca2d1ea03b1e356c45ec7263a1830b05620b4 (patch)
tree472b1fdd24f75fb7a58c44028147434aeac13438
parentad591e56cdc7581c9234a240bf1f6dc235331562 (diff)
downloadaur-ef6ca2d1ea03b1e356c45ec7263a1830b05620b4.tar.gz
update 0.1.4
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 5f0460b198da..17e8ab2a0ae8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.1.3
+ pkgver = 0.1.4
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -12,8 +12,8 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.3/bieaz-0.1.3.tar.gz
- md5sums = 2601accb321cd5fb72a1f2e4f9fe0ce5
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.4/bieaz-0.1.4.tar.gz
+ md5sums = d56683891813f15f731e0164c3223a27
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index ff256adeeb34..dd9a6814b2b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.1.3
+pkgver=0.1.4
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -16,4 +16,4 @@ package() {
cd "$pkgname-$pkgver"
make DESTDIR="$pkgdir" install
}
-md5sums=('2601accb321cd5fb72a1f2e4f9fe0ce5')
+md5sums=('d56683891813f15f731e0164c3223a27')