summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6c597473f18..d12d3935d648 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = snapd
pkgdesc = Service and tools for management of snap packages.
- pkgver = 2.50
+ pkgver = 2.51
pkgrel = 1
url = https://github.com/snapcore/snapd
install = snapd.install
@@ -27,8 +27,8 @@ pkgbase = snapd
conflicts = snap-confine
options = !strip
options = emptydirs
- source = snapd-2.50.tar.xz::https://github.com/snapcore/snapd/releases/download/2.50/snapd_2.50.vendor.tar.xz
- sha256sums = 7e7aac1b18f08ec43cdfc85b569ef388aaa9c44985986e35daa1c66b23826eda
+ source = snapd-2.51.tar.xz::https://github.com/snapcore/snapd/releases/download/2.51/snapd_2.51.vendor.tar.xz
+ sha256sums = 284deef889652e20b10839212961565cf4d1055e91e00f75c7c34586942b8502
pkgname = snapd
diff --git a/PKGBUILD b/PKGBUILD
index 47320c7aa230..7ec364917d05 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.50
+pkgver=2.51
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
@@ -18,7 +18,7 @@ conflicts=('snap-confine')
options=('!strip' 'emptydirs')
install=snapd.install
source=("$pkgname-$pkgver.tar.xz::https://github.com/snapcore/${pkgname}/releases/download/${pkgver}/${pkgname}_${pkgver}.vendor.tar.xz")
-sha256sums=('7e7aac1b18f08ec43cdfc85b569ef388aaa9c44985986e35daa1c66b23826eda')
+sha256sums=('284deef889652e20b10839212961565cf4d1055e91e00f75c7c34586942b8502')
_gourl=github.com/snapcore/snapd