summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory Schier2017-05-05 13:31:37 -0700
committerGregory Schier2017-05-05 13:33:34 -0700
commit88dea09d04f053a0476667e6de14185439a3b0ba (patch)
tree7ee4362cd42758507337a3604a1bc9f6df2141e0
parentf03339bef4a69542855ef3f107708b41d0295364 (diff)
downloadaur-88dea09d04f053a0476667e6de14185439a3b0ba.tar.gz
Update for 5.0.20
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0261907b6af2..b745156bef5a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = insomnia
pkgdesc = A simple and beautiful REST API and HTTP client
- pkgver = 5.0.12
+ pkgver = 5.0.20
pkgrel = 1
url = http://insomnia.rest/
arch = x86_64
depends = libcurl-compat
options = !strip
options = !upx
- source = https://downloads.insomnia.rest/linux/insomnia_5.0.12_amd64.deb
+ source = https://github.com/getinsomnia/insomnia/releases/download/v5.0.20/insomnia_5.0.20_amd64.deb
source = insomnia.sh
- md5sums = 6b68f4489ee95adf61bcfc2320114ebe
+ md5sums = aaeddbbd30d05f4c42c4c010218ae5f2
md5sums = a1f02a6e1658e95218fca636ea56f5a3
pkgname = insomnia
diff --git a/PKGBUILD b/PKGBUILD
index 4f0efbc8851d..eea99c4f3794 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Gregory Schier <greg@schier.co>
pkgname=insomnia
-pkgver=5.0.12
+pkgver=5.0.20
pkgrel=1
pkgdesc="A simple and beautiful REST API and HTTP client"
arch=('x86_64')
@@ -11,7 +11,7 @@ options=('!strip' '!upx')
depends=('libcurl-compat')
source=(
- "https://downloads.insomnia.rest/linux/insomnia_${pkgver}_amd64.deb"
+ "https://github.com/getinsomnia/insomnia/releases/download/v${pkgver}/insomnia_${pkgver}_amd64.deb"
"insomnia.sh"
)
@@ -39,5 +39,5 @@ package() {
}
# Generated by `$ makepkg -g >> PKGBUILD`
-md5sums=('6b68f4489ee95adf61bcfc2320114ebe'
+md5sums=('aaeddbbd30d05f4c42c4c010218ae5f2'
'a1f02a6e1658e95218fca636ea56f5a3')