summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-02-06 16:25:20 +0330
committerAli Molaei2024-02-06 16:25:20 +0330
commit66adc40e6bd16d4a3a25e4d2500e2353e47542a8 (patch)
treea4961671dc4695a1c379d11458341e0190dccd17
parent132eb5bf02db0933683bd968d0d7a9359bf74e22 (diff)
downloadaur-66adc40e6bd16d4a3a25e4d2500e2353e47542a8.tar.gz
Update to 8.6.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b36cad3647c3..ac6df07de27d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.6.0
+ pkgver = 8.6.1
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.6.0/Insomnia.Core-8.6.0.deb
- source = https://github.com/Kong/insomnia/raw/core@8.6.0/LICENSE
- sha256sums = 2b94290b252a54f0981817e34eda118b61279f37c3c8a8db51481d8c8b186e3a
+ source = https://github.com/Kong/insomnia/releases/download/core@8.6.1/Insomnia.Core-8.6.1.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.6.1/LICENSE
+ sha256sums = ab2da3ea4766b4381f4da6fc813cfb79bfee34ac2dcdbc5ca091cd89b55adf97
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9e561ccd82b3..57482caab8ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.6.0
+pkgver=8.6.1
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=('2b94290b252a54f0981817e34eda118b61279f37c3c8a8db51481d8c8b186e3a'
+sha256sums=('ab2da3ea4766b4381f4da6fc813cfb79bfee34ac2dcdbc5ca091cd89b55adf97'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {