summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-10-16 19:02:16 +0330
committerAli Molaei2023-10-16 19:02:16 +0330
commit0182069b35c85406c20bb956d60533f2c79058c4 (patch)
treea4a57f376ced064506e2dff0595c5e2d50393aa3
parenta47ca0dece14082681de441b65bda173a4627ac0 (diff)
downloadaur-0182069b35c85406c20bb956d60533f2c79058c4.tar.gz
Update to 8.3.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e5b67b5abf77..808c925ed551 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 8.2.0
+ pkgver = 8.3.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.2.0/Insomnia.Core-8.2.0.deb
- source = https://github.com/Kong/insomnia/raw/core@8.2.0/LICENSE
- sha256sums = 9ee5be53931d199cae79a7ec1ddd841c1c84cb0084e985baf13f535d201b9172
+ source = https://github.com/Kong/insomnia/releases/download/core@8.3.0/Insomnia.Core-8.3.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.3.0/LICENSE
+ sha256sums = fc87dfa2f07e997f9f60af0e848a26e75568f4eeccaa9c2be2141c8e28ca6be5
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 069999128c2e..90d4d598e387 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.2.0
+pkgver=8.3.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=('9ee5be53931d199cae79a7ec1ddd841c1c84cb0084e985baf13f535d201b9172'
+sha256sums=('fc87dfa2f07e997f9f60af0e848a26e75568f4eeccaa9c2be2141c8e28ca6be5'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {