summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-01-20 15:23:56 +0330
committerAli Molaei2024-01-20 15:23:56 +0330
commit132eb5bf02db0933683bd968d0d7a9359bf74e22 (patch)
tree45901dd5bdff56817487f6b9d118b51ab46189f3
parent6a4fc1149dfcb792a9de3723be1f55c59984439c (diff)
downloadaur-132eb5bf02db0933683bd968d0d7a9359bf74e22.tar.gz
8.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 04a1a16c2177..b36cad3647c3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.5.1
+ pkgver = 8.6.0
pkgrel = 1
epoch = 1
url = https://insomnia.rest
@@ -14,9 +14,9 @@ pkgbase = insomnia-bin
optdepends = xdg-utils: open URLs with desktop's default (xdg-email, xdg-open)
provides = insomnia
conflicts = insomnia
- source = https://github.com/Kong/insomnia/releases/download/core@8.5.1/Insomnia.Core-8.5.1.deb
- source = https://github.com/Kong/insomnia/raw/core@8.5.1/LICENSE
- sha256sums = 1d99161553ae5b3c200e483e906661ab1890d23f6bb8445ce8cef685d87f9d6f
+ source = https://github.com/Kong/insomnia/releases/download/core@8.6.0/Insomnia.Core-8.6.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.6.0/LICENSE
+ sha256sums = 2b94290b252a54f0981817e34eda118b61279f37c3c8a8db51481d8c8b186e3a
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 16c2bfa68147..9e561ccd82b3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.5.1
+pkgver=8.6.0
pkgrel=1
epoch=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
@@ -19,7 +19,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_url_source}/releases/download/core@${pkgver}/${_upkgname}.Core-${pkgver}.deb"
"${_url_source}/raw/core@${pkgver}/LICENSE")
-sha256sums=('1d99161553ae5b3c200e483e906661ab1890d23f6bb8445ce8cef685d87f9d6f'
+sha256sums=('2b94290b252a54f0981817e34eda118b61279f37c3c8a8db51481d8c8b186e3a'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {