Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging /
Packages / cockpit-machines
Commits:
5a91d61f by Massimiliano Torromeo at 2024-01-31T21:38:04+01:00
upgpkg: 306-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
- pkgver = 305
+ pkgver = 306
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
- source =
https://github.com/cockpit-project/cockpit-machines/releases/download/305/cockpit-machines-305.tar.xz
- sha256sums =
e7703703793bd54f83a49d5f9273511233209f7d301c55ea366c7b203761c469
+ source =
https://github.com/cockpit-project/cockpit-machines/releases/download/306/cockpit-machines-306.tar.xz
+ sha256sums =
d19b3dd6765ad2b1935b7ea06611e5611a0e81cfaaedc40b6b26f516799f69ba
pkgname = cockpit-machines
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Massimiliano Torromeo <[email protected]>
pkgname=cockpit-machines
-pkgver=305
+pkgver=306
pkgrel=1
pkgdesc='Cockpit UI for virtual machines'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL)
depends=(cockpit libvirt-dbus)
optdepends=("virt-install: create new virtual machines")
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz")
-sha256sums=('e7703703793bd54f83a49d5f9273511233209f7d301c55ea366c7b203761c469')
+sha256sums=('d19b3dd6765ad2b1935b7ea06611e5611a0e81cfaaedc40b6b26f516799f69ba')
package() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/5a91d61fb6719649d9ecdbec84f891278b3d17c6
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/5a91d61fb6719649d9ecdbec84f891278b3d17c6
You're receiving this email because of your account on gitlab.archlinux.org.