Skip to content

Commit

Permalink
kvmd == 3.332
Browse files Browse the repository at this point in the history
  • Loading branch information
mdevaev committed Apr 11, 2024
1 parent 49b8da2 commit 3bd23dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/kvmd/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ for _variant in "${_variants[@]}"; do
pkgname+=(kvmd-platform-$_platform-$_board)
done
pkgbase=kvmd
pkgver=3.331
pkgver=3.332
pkgrel=1
pkgdesc="The main PiKVM daemon"
url="https://github.com/pikvm/kvmd"
Expand Down
2 changes: 1 addition & 1 deletion packages/kvmd/kvmd.install
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ post_upgrade() {
[email protected]
fi

if [[ "$(varcmp "$2" 3.331)" -lt 0 ]]; then
if [[ "$(vercmp "$2" 3.332)" -lt 0 ]]; then
grep -q "^dtoverlay=vc4-kms-v3d" /boot/config.txt || cat << EOF >> /boot/config.txt

# Passthrough
Expand Down

0 comments on commit 3bd23dc

Please sign in to comment.