summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2017-01-23 19:22:50 -0800
committerGregory Schier2017-01-23 19:22:50 -0800
commitcdde7292aacdcdf917233ef903988c806aad5d6c (patch)
treea66d359f69816c0b216d80a058a78c5948a77a32
parent95a05d0eb8ec945caf1120c539ffedcadb311152 (diff)
downloadaur-cdde7292aacdcdf917233ef903988c806aad5d6c.tar.gz
Updated for 4.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e7fceeef27d6..cab5a0e6cb94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 4.1.1
+ pkgver = 4.2.0
pkgrel = 2
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_4.1.1_amd64.deb
- md5sums = d33ce0480181085e90d8fc410a04947f
+ source = https://downloads.insomnia.rest/linux/insomnia_4.2.0_amd64.deb
+ md5sums = 4e5247553ef3c48b14148215826fd351
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 8d980b780f40..637217b7d4b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=4.1.1
+pkgver=4.2.0
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=('d33ce0480181085e90d8fc410a04947f')
+md5sums=('4e5247553ef3c48b14148215826fd351')
package() {
cd "${srcdir}"