summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2017-01-25 14:51:24 -0800
committerGregory Schier2017-01-25 14:51:24 -0800
commit791684e5555b6e23e07efcd8d666f25678f48c0a (patch)
treeddca1490a41e2fd71aff4d1eba533fbe0e352a78
parentcdde7292aacdcdf917233ef903988c806aad5d6c (diff)
downloadaur-791684e5555b6e23e07efcd8d666f25678f48c0a.tar.gz
Update for 4.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cab5a0e6cb94..89808428a7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 4.2.0
+ pkgver = 4.2.2
pkgrel = 2
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_4.2.0_amd64.deb
- md5sums = 4e5247553ef3c48b14148215826fd351
+ source = https://downloads.insomnia.rest/linux/insomnia_4.2.2_amd64.deb
+ md5sums = 24a6ad456daa8e09704241a031af752c
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 637217b7d4b4..725edbc4b63f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=4.2.0
+pkgver=4.2.2
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=('4e5247553ef3c48b14148215826fd351')
+md5sums=('24a6ad456daa8e09704241a031af752c')
package() {
cd "${srcdir}"