summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2017-04-05 08:46:11 -0700
committerGregory Schier2017-04-05 08:46:11 -0700
commit949f6ea68f640a1c6cc180b6ea96f9208c56d38e (patch)
tree23d1cdf729c0272b5b184e011027e48deaf4ed87
parentac54a3441574055843bc7fdd48a7118432dd37da (diff)
downloadaur-949f6ea68f640a1c6cc180b6ea96f9208c56d38e.tar.gz
Updated for 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4537467ab0d4..d560ae89aa4d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 4.2.14
+ pkgver = 5.0.0
pkgrel = 1
url = https://insomnia.rest/
arch = i686
arch = x86_64
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_4.2.14_amd64.deb
- md5sums = f572342b1a548807ae53d9c85455c2d5
+ source = https://downloads.insomnia.rest/linux/insomnia_5.0.0_amd64.deb
+ md5sums = 5d0fd951e027ddd0ba7c401d90fc132e
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index edbeca62230b..d461617e3e20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Renaud Littolff <rlittolff@gmail.com>
pkgname=insomnia
-pkgver=4.2.14
+pkgver=5.0.0
pkgrel=1
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=('f572342b1a548807ae53d9c85455c2d5')
+md5sums=('5d0fd951e027ddd0ba7c401d90fc132e')
package() {
cd "${srcdir}"