diff options
author | Gregory Schier | 2016-10-26 16:23:14 -0700 |
---|---|---|
committer | Gregory Schier | 2016-10-26 16:23:14 -0700 |
commit | 0237d6c5687407ff3f99f67c3dbf9a7fac7a40c8 (patch) | |
tree | 036d52067ebd453b272bb9d199e648e319f6443f | |
parent | f64d52c7cbfe0f54f4e82017d9e6f5b1e4423e70 (diff) | |
download | aur-0237d6c5687407ff3f99f67c3dbf9a7fac7a40c8.tar.gz |
Updated for 3.6.4
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,14 +1,14 @@ pkgbase = insomnia pkgdesc = A simple and beautiful REST API and HTTP client - pkgver = 3.6.2 + pkgver = 3.6.4 pkgrel = 2 url = http://insomnia.rest/ arch = i686 arch = x86_64 options = !strip options = !upx - source = https://downloads.insomnia.rest/linux/insomnia-3.6.2.deb - md5sums = 0c8d462fd29534ca801bf521361efd49 + source = https://downloads.insomnia.rest/linux/insomnia-3.6.4.deb + md5sums = 8421d2881470e3dbdf6c974be78e2aa9 pkgname = insomnia @@ -1,7 +1,7 @@ # Maintainer: Renaud Littolff <rlittolff@gmail.com> pkgname=insomnia -pkgver=3.6.2 +pkgver=3.6.4 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}.deb") -md5sums=('0c8d462fd29534ca801bf521361efd49') +md5sums=('8421d2881470e3dbdf6c974be78e2aa9') package() { cd "${srcdir}" |