summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJameson Pugh2016-12-13 15:34:33 -0500
committerJameson Pugh2016-12-13 15:34:33 -0500
commitb266fab51bf65fe47e3742542f7f53026993adaa (patch)
tree66685e15799f06631094c105c9b4471b19fcfd76
parentc2f8168532bab3c9fb407bf12611e2cf583716eb (diff)
downloadaur-b266fab51bf65fe47e3742542f7f53026993adaa.tar.gz
v2.23
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6b28bdcddf3..83610bbdbb59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jameson Pugh <imntreal@gmail.com>
pkgname=snapcraft
-pkgver=2.22
+pkgver=2.23
pkgrel=1
pkgdesc="Build Ubuntu snappy packages."
arch=('any')
@@ -15,7 +15,7 @@ makedepends=('python-setuptools')
optdepends=('lxd')
options=(!emptydirs)
source=("https://github.com/ubuntu-core/snapcraft/archive/${pkgver}.tar.gz")
-sha256sums=('6bc7ba0fb93d5e7765b24f7d2138f922240104ca608e50205d256caf7874d141')
+sha256sums=('c44c0c014a009224a5e9ad9552b69ef87c1b649db8cbf46818aa711e41e43d6a')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"