summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2024-04-24 14:53:59 +0330
committerAli Molaei2024-04-24 14:53:59 +0330
commitb80c88f31b204747fdf5c0148f37b063bb96b165 (patch)
treeef086387166bb9187f81403fb79e836a5f4595e3
parent66adc40e6bd16d4a3a25e4d2500e2353e47542a8 (diff)
downloadaur-b80c88f31b204747fdf5c0148f37b063bb96b165.tar.gz
Update to 9.0.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ac6df07de27d..f59353c95870 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.1
+ pkgver = 9.0.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.6.1/Insomnia.Core-8.6.1.deb
- source = https://github.com/Kong/insomnia/raw/core@8.6.1/LICENSE
- sha256sums = ab2da3ea4766b4381f4da6fc813cfb79bfee34ac2dcdbc5ca091cd89b55adf97
+ 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
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 57482caab8ca..e00db0c77be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.6.1
+pkgver=9.0.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=('ab2da3ea4766b4381f4da6fc813cfb79bfee34ac2dcdbc5ca091cd89b55adf97'
+sha256sums=('726fe822dfc5bba962c511cf299a6729db8f4f8e209aca72f0dad58f72675481'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {