summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-11-22 22:36:48 +0330
committerAli Molaei2023-11-22 22:36:48 +0330
commit91f055af0a081b1f337ebdcfe81330a0d0b01387 (patch)
tree20f66072aaabc1d73accffd932ad98ffef0e4af5
parentd6885294c4eb94d3096856d4101084eff6b9cf24 (diff)
downloadaur-91f055af0a081b1f337ebdcfe81330a0d0b01387.tar.gz
Update to 8.4.4
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 754f0d2469e4..f335f75c2aa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.4.3
+ pkgver = 8.4.4
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.4.3/Insomnia.Core-8.4.3.deb
- source = https://github.com/Kong/insomnia/raw/core@8.4.3/LICENSE
- sha256sums = 33d7943a846944181cb600a4b2cb701e05fbf0796c02ea66cfb62d85ae1debb9
+ source = https://github.com/Kong/insomnia/releases/download/core@8.4.4/Insomnia.Core-8.4.4.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.4.4/LICENSE
+ sha256sums = 80b93cf83a5a5beac5ce894ca2f7cd0d107958e0cdbc64ab3d8d8c83ee493a3d
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2cc208f14b33..c05198ee1bdb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.4.3
+pkgver=8.4.4
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=('33d7943a846944181cb600a4b2cb701e05fbf0796c02ea66cfb62d85ae1debb9'
+sha256sums=('80b93cf83a5a5beac5ce894ca2f7cd0d107958e0cdbc64ab3d8d8c83ee493a3d'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {