summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 75087e5a0911..4884aaba6557 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: William Turner <willtur.will@gmail.com>
pkgname=graphql-playground-electron
-pkgver=1.8.0
-pkgrel=2
+pkgver=1.8.4
+pkgrel=1
pkgdesc="GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive docs & collaboration)."
arch=('x86_64')
url="https://github.com/prisma/graphql-playground"
@@ -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=('000f5de344a280f7027c37d478d6ea3684a357333460fe2ad612baa2e1b22e4e'
+sha256sums=('c41df52d4942c25327b30501fcf85eda3bede5700bd4957051d50b3a58b00277'
'ee88d093c7c8e10dd41fc1c7b5ff51b2bbf57937b1b88eb3c1927f57743d59db')
prepare() {