summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2016-10-26 16:23:14 -0700
committerGregory Schier2016-10-26 16:23:14 -0700
commit0237d6c5687407ff3f99f67c3dbf9a7fac7a40c8 (patch)
tree036d52067ebd453b272bb9d199e648e319f6443f
parentf64d52c7cbfe0f54f4e82017d9e6f5b1e4423e70 (diff)
downloadaur-0237d6c5687407ff3f99f67c3dbf9a7fac7a40c8.tar.gz
Updated for 3.6.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 632e8bced770..8209c766c729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 3.6.2
+ pkgver = 3.6.4
pkgrel = 2
url = http://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia-3.6.2.deb
- md5sums = 0c8d462fd29534ca801bf521361efd49
+ source = https://downloads.insomnia.rest/linux/insomnia-3.6.4.deb
+ md5sums = 8421d2881470e3dbdf6c974be78e2aa9
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 94791349f889..a131b33d385e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=3.6.2
+pkgver=3.6.4
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}.deb")
-md5sums=('0c8d462fd29534ca801bf521361efd49')
+md5sums=('8421d2881470e3dbdf6c974be78e2aa9')
package() {
cd "${srcdir}"