summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0601440a714d..d08bd15b1da1 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.4
+ pkgver = 1.8.5
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.4/graphql-playground-electron_1.8.4_amd64.deb
- source = https://raw.githubusercontent.com/prisma/graphql-playground/v1.8.4/LICENSE
- sha256sums = c41df52d4942c25327b30501fcf85eda3bede5700bd4957051d50b3a58b00277
+ source = https://github.com/prisma/graphql-playground/releases/download/v1.8.5/graphql-playground-electron_1.8.5_amd64.deb
+ source = https://raw.githubusercontent.com/prisma/graphql-playground/v1.8.5/LICENSE
+ sha256sums = 97130c3724df3cea85635555cc55e2424303c859d8ec4cebbb4a3c065de74e02
sha256sums = ee88d093c7c8e10dd41fc1c7b5ff51b2bbf57937b1b88eb3c1927f57743d59db
pkgname = graphql-playground-electron
diff --git a/PKGBUILD b/PKGBUILD
index 4884aaba6557..6b291473af9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=graphql-playground-electron
-pkgver=1.8.4
+pkgver=1.8.5
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=('c41df52d4942c25327b30501fcf85eda3bede5700bd4957051d50b3a58b00277'
+sha256sums=('97130c3724df3cea85635555cc55e2424303c859d8ec4cebbb4a3c065de74e02'
'ee88d093c7c8e10dd41fc1c7b5ff51b2bbf57937b1b88eb3c1927f57743d59db')
prepare() {