summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2016-11-14 22:12:45 -0800
committerGregory Schier2016-11-14 22:12:45 -0800
commit456f318322e619be68533287666548139c27a61c (patch)
tree6b437446aab59d75c410dca05d44e73f78e4e0d4
parentf5cb64f31e54654321d1e0a65a7a6b0136af8e2f (diff)
downloadaur-456f318322e619be68533287666548139c27a61c.tar.gz
Update for 3.6.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05260c0f39d6..9a8ec621b760 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 3.6.7
+ pkgver = 3.6.8
pkgrel = 2
url = http://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia-3.6.7.deb
- md5sums = 04201e060f4f476f22e3abdfa23dc05e
+ source = https://downloads.insomnia.rest/linux/insomnia-3.6.8.deb
+ md5sums = 3d9d526bf40414fc337cbb4dbc115636
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 9974799f1395..562c2fc90a3a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=3.6.7
+pkgver=3.6.8
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=('04201e060f4f476f22e3abdfa23dc05e')
+md5sums=('3d9d526bf40414fc337cbb4dbc115636')
package() {
cd "${srcdir}"