summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaurice Zhou2021-03-16 06:38:49 +0800
committerMaurice Zhou2021-03-16 06:38:49 +0800
commitac60719b3b4e2ed5e7ee0d0e5e4612f085b49f76 (patch)
treef6f9b8a0ed4b984152326a3559ab205e593ac8d2
parent63585c0a2483021110e921eace21d3100290c750 (diff)
downloadaur-ac60719b3b4e2ed5e7ee0d0e5e4612f085b49f76.tar.gz
update to 0.1.1
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 501d3b3dbd96..a14b615b3339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bieaz
pkgdesc = boot environment manager for ZFS
- pkgver = 0.1.0
+ pkgver = 0.1.1
pkgrel = 1
url = https://gitlab.com/m_zhou/bieaz
arch = any
@@ -12,9 +12,9 @@ pkgbase = bieaz
depends = zfs-utils
depends = sh
optdepends = grub: select boot environment at boot
- source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.0/bieaz-0.1.0.tar.gz
+ source = https://gitlab.com/m_zhou/bieaz/-/archive/0.1.1/bieaz-0.1.1.tar.gz
source = 0000-10_linux-detect-archlinux-initramfs.patch
- md5sums = 40eac1f815a8a16e3364d53bf9217e6e
+ md5sums = 39264d8753e4b84c3fa58eff0986ffc1
md5sums = ef173ee9b642c5f51b1b5a3e3138f1c5
pkgname = bieaz
diff --git a/PKGBUILD b/PKGBUILD
index 85859d20e95b..98ad5443ab38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Maurice Zhou <ja at apvc punkt uk>
pkgname=bieaz
-pkgver=0.1.0
+pkgver=0.1.1
pkgrel=1
pkgdesc="boot environment manager for ZFS"
arch=(any)
@@ -22,5 +22,5 @@ prepare() {
echo "Patch GRUB detection of Arch Linux initramfs/fallback..."
patch -Np1 -i "${srcdir}/0000-10_linux-detect-archlinux-initramfs.patch"
}
-md5sums=('40eac1f815a8a16e3364d53bf9217e6e'
+md5sums=('39264d8753e4b84c3fa58eff0986ffc1'
'ef173ee9b642c5f51b1b5a3e3138f1c5')