summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-11-13 17:42:31 +0330
committerAli Molaei2023-11-13 17:42:31 +0330
commit831832988b2c0fe15bc8f9464c865984be6540ff (patch)
tree8b754ba0d37668f915d6f6149837d89e5fcb5440
parentc4899a0f2a3213289134207fc931f43615425eff (diff)
downloadaur-831832988b2c0fe15bc8f9464c865984be6540ff.tar.gz
Update to 8.4.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 159fbfaa547d..9e9bdb208e9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.4.0
- pkgrel = 3
+ pkgver = 8.4.1
+ pkgrel = 1
epoch = 1
url = https://insomnia.rest
arch = x86_64
@@ -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.0/Insomnia.Core-8.4.0.deb
- source = https://github.com/Kong/insomnia/raw/core@8.4.0/LICENSE
- sha256sums = cc4e9d1e20c41c8c00bc702687dc4fbb8ecb0a25efdb60972df0124453e6a222
+ source = https://github.com/Kong/insomnia/releases/download/core@8.4.1/Insomnia.Core-8.4.1.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.4.1/LICENSE
+ sha256sums = 0efacbf1c078cd660ee9dc0784adde520a262694d85c18e038b2e18494c85f9b
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 572a09803df5..8d0467df9554 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.4.0
-pkgrel=3
+pkgver=8.4.1
+pkgrel=1
epoch=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
@@ -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=('cc4e9d1e20c41c8c00bc702687dc4fbb8ecb0a25efdb60972df0124453e6a222'
+sha256sums=('0efacbf1c078cd660ee9dc0784adde520a262694d85c18e038b2e18494c85f9b'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {