summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2016-12-30 16:43:39 -0800
committerGregory Schier2016-12-30 16:43:39 -0800
commit9ac8efa81ebd519a67781a676552653a179c450d (patch)
treef9b601e0c6f0cf546c76918bd6d735b165621a47
parent19e1f9e8a5b6438f9009d537db5b397927afd720 (diff)
downloadaur-9ac8efa81ebd519a67781a676552653a179c450d.tar.gz
Updated for 4.0.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e5c852de571..cea5c547efff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 4.0.12
+ pkgver = 4.0.13
pkgrel = 2
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_4.0.12_amd64.deb
- md5sums = a7943f097613c1dc4bf93dfdae718e6e
+ source = https://downloads.insomnia.rest/linux/insomnia_4.0.13_amd64.deb
+ md5sums = fd0cdc24b0db67aa48a1d6a67e7a6ad8
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 786ddb38d01e..a422d1d4ad2a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=4.0.12
+pkgver=4.0.13
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=('a7943f097613c1dc4bf93dfdae718e6e')
+md5sums=('fd0cdc24b0db67aa48a1d6a67e7a6ad8')
package() {
cd "${srcdir}"