Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / Packages / cockpit-machines
Commits: f5ecc03a by Massimiliano Torromeo at 2025-05-07T23:30:23+02:00 upgpkg: 331-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = cockpit-machines pkgdesc = Cockpit UI for virtual machines - pkgver = 330 + pkgver = 331 pkgrel = 1 url = https://github.com/cockpit-project/cockpit-machines arch = any @@ -9,7 +9,7 @@ pkgbase = cockpit-machines depends = libvirt-dbus optdepends = virt-install: create new virtual machines optdepends = virt-viewer: open graphical display of virtual machines - source = https://github.com/cockpit-project/cockpit-machines/releases/download/330/cockpit-machines-330.tar.xz - sha256sums = 16dde240f4e475dc4dce47becc69f9ccba5a671b0cd79a53e56ce6b234235953 + source = https://github.com/cockpit-project/cockpit-machines/releases/download/331/cockpit-machines-331.tar.xz + sha256sums = 96e477d5098d76a77bb19348c3e95ca1477ecabfd1497d8b08722d843187659e pkgname = cockpit-machines ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Massimiliano Torromeo <massimiliano.torro...@gmail.com> pkgname=cockpit-machines -pkgver=330 +pkgver=331 pkgrel=1 pkgdesc='Cockpit UI for virtual machines' arch=('any') @@ -13,7 +13,7 @@ optdepends=( "virt-viewer: open graphical display of virtual machines" ) source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz") -sha256sums=('16dde240f4e475dc4dce47becc69f9ccba5a671b0cd79a53e56ce6b234235953') +sha256sums=('96e477d5098d76a77bb19348c3e95ca1477ecabfd1497d8b08722d843187659e') package() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/f5ecc03a420d669a02cf03f6624e3aa869468dc1 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/f5ecc03a420d669a02cf03f6624e3aa869468dc1 You're receiving this email because of your account on gitlab.archlinux.org.