summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaciek Borzecki2022-07-18 08:44:12 +0200
committerMaciek Borzecki2022-07-18 08:44:12 +0200
commitb95c8455a5ab1c2c436b3b30c63150f71e522b5f (patch)
treec7151adc4480d078f6b21d7271fb427ded0a6ba5
parent5060115c35e682f89af0fb9270cebeabc00f79a1 (diff)
downloadaur-b95c8455a5ab1c2c436b3b30c63150f71e522b5f.tar.gz
upgpkg: snapd 2.56.3-1
upstream release Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d0806247f782..c6f682dcbd03 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.56.2
+ pkgver = 2.56.3
pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
@@ -28,7 +28,7 @@ pkgbase = snapd
options = !strip
options = emptydirs
options = !lto
- source = snapd-2.56.2.tar.xz::https://github.com/snapcore/snapd/releases/download/2.56.2/snapd_2.56.2.vendor.tar.xz
- sha256sums = ee4096ef1a74a8d29b4cb7f43d442244beec413c21a517f34476270eb6a59fed
+ source = snapd-2.56.3.tar.xz::https://github.com/snapcore/snapd/releases/download/2.56.3/snapd_2.56.3.vendor.tar.xz
+ sha256sums = 302747ed9e854af1740ee6660be7a17fd36fb4de0e1dedf42a4020b78c6c06fa
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index 4746a6885336..f67ed3b73dc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="Service and tools for management of snap packages."
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
optdepends=('bash-completion: bash completion support'
'xdg-desktop-portal: desktop integration')
-pkgver=2.56.2
+pkgver=2.56.3
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
@@ -20,7 +20,7 @@ install=snapd.install
source=(
"$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz"
)
-sha256sums=('ee4096ef1a74a8d29b4cb7f43d442244beec413c21a517f34476270eb6a59fed')
+sha256sums=('302747ed9e854af1740ee6660be7a17fd36fb4de0e1dedf42a4020b78c6c06fa')
_gourl=github.com/snapcore/snapd