summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2016-12-05 20:57:32 -0800
committerGregory Schier2016-12-05 20:57:32 -0800
commit0b3d500e005fc9154f80553a266fd6a52b999627 (patch)
tree3e996baaf8e26e301aa32a37745ae55ea241af1f
parentac412f8371c7faf5cb123bf9b782489f5d27891b (diff)
downloadaur-0b3d500e005fc9154f80553a266fd6a52b999627.tar.gz
Updated for 4.0.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f8ab085d36e..50b36001f738 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 4.0.4
+ pkgver = 4.0.5
pkgrel = 2
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_4.0.4_amd64.deb
- md5sums = 05c18601741fec427e4a4dac1ede9da8
+ source = https://downloads.insomnia.rest/linux/insomnia_4.0.5_amd64.deb
+ md5sums = 1ed26b7e453c897d81d835d60f10b09a
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 01544613f12a..e2bf78c22dd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=4.0.4
+pkgver=4.0.5
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=('05c18601741fec427e4a4dac1ede9da8')
+md5sums=('1ed26b7e453c897d81d835d60f10b09a')
package() {
cd "${srcdir}"