summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorДамјан Георгиевски2023-01-19 17:04:38 +0100
committerДамјан Георгиевски2023-01-19 17:04:38 +0100
commit4c5c395c5b763a788637b396731046ce04e7d86d (patch)
treeba7df04c4883b8cd4430a5361efb70d4af15120a
parentbc9cc392063b31f57f2a8ff038bc3c10cc0e9cd4 (diff)
downloadaur-4c5c395c5b763a788637b396731046ce04e7d86d.tar.gz
update to 1.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 22ea4f86e1ca..b0dcf7a6fc26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = canonical-multipass
pkgdesc = Multipass is a lightweight VM manager for Linux, Windows and macOS.
- pkgver = 1.10.1
- pkgrel = 0
+ pkgver = 1.11.0
+ pkgrel = 1
url = https://multipass.run
arch = x86_64
license = GPL3
@@ -14,7 +14,7 @@ pkgbase = canonical-multipass
depends = qemu-base
optdepends = qt5-x11extras: for multipass.gui
optdepends = libvirt: to use the libvirt driver
- source = git+https://github.com/canonical/multipass.git#tag=v1.10.1
+ source = git+https://github.com/canonical/multipass.git#tag=v1.11.0
source = multipassd.service
source = libssh-static.patch
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7643bc1d3691..56613055b5c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=canonical-multipass
_realname=multipass
_builddir=_build
-pkgver=1.10.1
-pkgrel=0
+pkgver=1.11.0
+pkgrel=1
pkgdesc="Multipass is a lightweight VM manager for Linux, Windows and macOS."
arch=('x86_64')
url="https://multipass.run"