summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-10-05 14:46:34 +0330
committerAli Molaei2023-10-05 14:46:34 +0330
commita47ca0dece14082681de441b65bda173a4627ac0 (patch)
tree04491f04591a69644e9f13d61050bcaf0ffc3b1e
parent4d1e543e20c9041d3ddddef7414fe59e04a8a24d (diff)
downloadaur-a47ca0dece14082681de441b65bda173a4627ac0.tar.gz
Update to 8.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15ca60f3ce36..e5b67b5abf77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.1.0
+ pkgver = 8.2.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.1.0/Insomnia.Core-8.1.0.deb
- source = https://github.com/Kong/insomnia/raw/core@8.1.0/LICENSE
- sha256sums = 8f6090f7e0998c5aeee160dc1da5f9bf6f9132eb1054c64557ca20b42ca8ae12
+ source = https://github.com/Kong/insomnia/releases/download/core@8.2.0/Insomnia.Core-8.2.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.2.0/LICENSE
+ sha256sums = 9ee5be53931d199cae79a7ec1ddd841c1c84cb0084e985baf13f535d201b9172
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index f3e1d466f177..069999128c2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.1.0
+pkgver=8.2.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=('8f6090f7e0998c5aeee160dc1da5f9bf6f9132eb1054c64557ca20b42ca8ae12'
+sha256sums=('9ee5be53931d199cae79a7ec1ddd841c1c84cb0084e985baf13f535d201b9172'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {