summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f59353c95870..79d07c40d63c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 9.0.0
+ pkgver = 9.1.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@9.0.0/Insomnia.Core-9.0.0.deb
- source = https://github.com/Kong/insomnia/raw/core@9.0.0/LICENSE
- sha256sums = 726fe822dfc5bba962c511cf299a6729db8f4f8e209aca72f0dad58f72675481
+ source = https://github.com/Kong/insomnia/releases/download/core@9.1.0/Insomnia.Core-9.1.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@9.1.0/LICENSE
+ sha256sums = 27fd18ed1cbe31613b674b25a94d96062abbf0a7c4ec12acca733aca4d857546
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index e00db0c77be1..c2e8e457853b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=9.0.0
+pkgver=9.1.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=('726fe822dfc5bba962c511cf299a6729db8f4f8e209aca72f0dad58f72675481'
+sha256sums=('27fd18ed1cbe31613b674b25a94d96062abbf0a7c4ec12acca733aca4d857546'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {