summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Turner2019-03-11 12:42:20 -0400
committerWilliam Turner2019-03-11 12:42:20 -0400
commit7eebfe80685ff51fb4957d8596f370d0cd0b147c (patch)
treeb20727aab78070063212e74629793fe3770af772
parent750c7db6cb9dd358bf6dd69659c2822116cec6e1 (diff)
downloadaur-7eebfe80685ff51fb4957d8596f370d0cd0b147c.tar.gz
Bump to 1.8.10
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af55c213267b..063f99a27cf7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = graphql-playground-electron
pkgdesc = GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration).
- pkgver = 1.8.9
+ pkgver = 1.8.10
pkgrel = 1
url = https://github.com/prisma/graphql-playground
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = graphql-playground-electron
depends = gconf
depends = nss
depends = libxss
- source = https://github.com/prisma/graphql-playground/releases/download/v1.8.9/graphql-playground-electron_1.8.9_amd64.deb
- source = https://raw.githubusercontent.com/prisma/graphql-playground/v1.8.9/LICENSE
- sha256sums = 2fc047e970e7667c1ee2d5b002078cbb1f2133ce248ae58d15035b28a8150d6b
+ source = https://github.com/prisma/graphql-playground/releases/download/v1.8.10/graphql-playground-electron_1.8.10_amd64.deb
+ source = https://raw.githubusercontent.com/prisma/graphql-playground/v1.8.10/LICENSE
+ sha256sums = 0d608586b5d915bc484c09a601fb72d23301dc37a7cbc0965e94ae712f94a278
sha256sums = ee88d093c7c8e10dd41fc1c7b5ff51b2bbf57937b1b88eb3c1927f57743d59db
pkgname = graphql-playground-electron
diff --git a/PKGBUILD b/PKGBUILD
index 607afe6ded81..862d663e50e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=graphql-playground-electron
-pkgver=1.8.9
+pkgver=1.8.10
pkgrel=1
pkgdesc="GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)."
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('gtk3' 'gconf' 'nss' 'libxss')
makedepends=('sed')
source=("https://github.com/prisma/graphql-playground/releases/download/v${pkgver}/${pkgname}_${pkgver}_amd64.deb"
"https://raw.githubusercontent.com/prisma/graphql-playground/v${pkgver}/LICENSE")
-sha256sums=('2fc047e970e7667c1ee2d5b002078cbb1f2133ce248ae58d15035b28a8150d6b'
+sha256sums=('0d608586b5d915bc484c09a601fb72d23301dc37a7cbc0965e94ae712f94a278'
'ee88d093c7c8e10dd41fc1c7b5ff51b2bbf57937b1b88eb3c1927f57743d59db')
prepare() {