summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2018-07-24 12:49:24 -0400
committerGregory Schier2018-07-24 12:49:24 -0400
commitbb60d51a476443c5bce30002e7ae60f620ab488f (patch)
treebc76f56c5f53bd0ac4148046443e0533f8a074d3
parent6046ca03dac77cac7b23ded381013a581a98ac00 (diff)
downloadaur-bb60d51a476443c5bce30002e7ae60f620ab488f.tar.gz
Updated for 6.0.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2417db99f05f..6150c887b700 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = insomnia
- pkgdesc = Visual HTTP and GraphQL client
- pkgver = 5.16.6
- pkgrel = 2
+ pkgdesc = HTTP and GraphQL client for developers
+ pkgver = 6.0.0
+ pkgrel = 1
url = http://insomnia.rest/
arch = x86_64
options = !strip
- source = https://github.com/getinsomnia/insomnia/releases/download/v5.16.6/insomnia_5.16.6_amd64.deb
+ source = https://github.com/getinsomnia/insomnia/releases/download/v6.0.0/insomnia_6.0.0_amd64.deb
source = insomnia.sh
- md5sums = 2da0a0f0c27f16eb90b0e100946112e0
+ md5sums = 304587ebac8f31fc73753af7f5cf383c
md5sums = dfe139daf29b508bdb83bc735681a381
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index d4a7c82cab62..5c16bf5f9ee6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
# Contributor: Gregory Schier <greg@schier.co>
pkgname=insomnia
-pkgver=5.16.6
-pkgrel=2
-pkgdesc="Visual HTTP and GraphQL client"
+pkgver=6.0.0
+pkgrel=1
+pkgdesc="HTTP and GraphQL client for developers"
arch=('x86_64')
url="http://insomnia.rest/"
options=('!strip')
@@ -39,5 +39,5 @@ package() {
}
# Generated by `$ makepkg -g >> PKGBUILD`
-md5sums=('2da0a0f0c27f16eb90b0e100946112e0'
+md5sums=('304587ebac8f31fc73753af7f5cf383c'
'dfe139daf29b508bdb83bc735681a381')