summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2017-08-11 13:19:14 -0700
committerGregory Schier2017-08-11 13:19:14 -0700
commitb196b30292a55169636bbaf1cbf0284490fac4ad (patch)
treee25e5a6e266caa47bb4d627f12b6b51c4dfb1e71
parent077119b245b95edcb89f7dc32a5f13ef6b537bbf (diff)
downloadaur-b196b30292a55169636bbaf1cbf0284490fac4ad.tar.gz
Update for 5.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1aad755e1cb..e9fed9899c48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 5.7.4
+ pkgver = 5.7.9
pkgrel = 1
url = http://insomnia.rest/
arch = x86_64
depends = libcurl-compat
options = !strip
options = !upx
- source = https://github.com/getinsomnia/insomnia/releases/download/v5.7.4/insomnia_5.7.4_amd64.deb
+ source = https://github.com/getinsomnia/insomnia/releases/download/v5.7.9/insomnia_5.7.9_amd64.deb
source = insomnia.sh
- md5sums = c1037067977bd3147f370a7027d97a96
+ md5sums = 4adcf3a0da0a5082ab3d291eeccd2185
md5sums = a1f02a6e1658e95218fca636ea56f5a3
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index d48509bc02ce..a668ce4bc44f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gregory Schier <greg@schier.co>
pkgname=insomnia
-pkgver=5.7.4
+pkgver=5.7.9
pkgrel=1
pkgdesc="A simple and beautiful REST API and HTTP client"
arch=('x86_64')
@@ -41,3 +41,5 @@ package() {
# Generated by `$ makepkg -g >> PKGBUILD`
md5sums=('c1037067977bd3147f370a7027d97a96'
'a1f02a6e1658e95218fca636ea56f5a3')
+md5sums=('4adcf3a0da0a5082ab3d291eeccd2185'
+ 'a1f02a6e1658e95218fca636ea56f5a3')