Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / cockpit-machines
Commits:
698b3a02 by Massimiliano Torromeo at 2024-11-08T11:32:36+01:00
upgpkg: 323-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
- pkgver = 322
+ pkgver = 323
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/322/cockpit-machines-322.tar.xz
- sha256sums =
01e5e81b9b996a8fcd4e4758348c157cbc4ce0a6d7017e81d735871777523fcf
+ source =
https://github.com/cockpit-project/cockpit-machines/releases/download/323/cockpit-machines-323.tar.xz
+ sha256sums =
46ee5de8b666ba3a923a875353a63ae5b12ed4a975eae99f13c4cf60215e4ffb
pkgname = cockpit-machines
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <[email protected]>
pkgname=cockpit-machines
-pkgver=322
+pkgver=323
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=('01e5e81b9b996a8fcd4e4758348c157cbc4ce0a6d7017e81d735871777523fcf')
+sha256sums=('46ee5de8b666ba3a923a875353a63ae5b12ed4a975eae99f13c4cf60215e4ffb')
package() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/698b3a02a4e9d831b62048a1ade86354006c6e1d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/698b3a02a4e9d831b62048a1ade86354006c6e1d
You're receiving this email because of your account on gitlab.archlinux.org.