summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2016-12-01 13:20:12 -0800
committerGregory Schier2016-12-01 13:20:12 -0800
commit362fd89ab4fc2bbe056ca87674704dda984efc72 (patch)
tree2849e962c119a5337aa385311c2e22173853b20c
parentd83aa5460510e803c04140247fbc31b30f04e45f (diff)
downloadaur-362fd89ab4fc2bbe056ca87674704dda984efc72.tar.gz
Updated for 4.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b9de188157bd..a162e544530e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 3.7.3
+ pkgver = 4.0.0
pkgrel = 2
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_3.7.3_amd64.deb
- md5sums = 2ab5599435186a8986a0e902651b518f
+ source = https://downloads.insomnia.rest/linux/insomnia_4.0.0_amd64.deb
+ md5sums = f6ceac5fcad0b1cda9028db9932f91a1
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index dd622a7041da..fa0c9ad70f0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=3.7.3
+pkgver=4.0.0
pkgrel=2
pkgdesc="A simple and beautiful REST API and HTTP client"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="http://insomnia.rest/"
options=('!strip' '!upx')
source=("https://downloads.insomnia.rest/linux/insomnia_${pkgver}_amd64.deb")
-md5sums=('2ab5599435186a8986a0e902651b518f')
+md5sums=('f6ceac5fcad0b1cda9028db9932f91a1')
package() {
cd "${srcdir}"