summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-12-20 14:23:56 +0330
committerAli Molaei2023-12-20 14:23:56 +0330
commit6041ec0823f19dc5be6895ae847766bb64ed1a13 (patch)
treea2c9c2cb55f79ebd10a7ec375f602fbc43159816
parent3986be719fc382aa4d13c0f3900067817bd030e4 (diff)
downloadaur-6041ec0823f19dc5be6895ae847766bb64ed1a13.tar.gz
Update to 8.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb199b7799b6..e9d92ffc2681 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.5
+ pkgver = 8.5.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.4.5/Insomnia.Core-8.4.5.deb
- source = https://github.com/Kong/insomnia/raw/core@8.4.5/LICENSE
- sha256sums = cbeec5af38e56565d70d10dbc6c0574aca01e70af85b29a92994ac42d1750474
+ source = https://github.com/Kong/insomnia/releases/download/core@8.5.0/Insomnia.Core-8.5.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@8.5.0/LICENSE
+ sha256sums = 318a98978625f5bad49eb6f5c0ad25db01ccc7c73632fb5b56297d80c5b6794d
sha256sums = 4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 23a7c0894545..9dc73fc94f2b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=8.4.5
+pkgver=8.5.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=('cbeec5af38e56565d70d10dbc6c0574aca01e70af85b29a92994ac42d1750474'
+sha256sums=('318a98978625f5bad49eb6f5c0ad25db01ccc7c73632fb5b56297d80c5b6794d'
'4197d1eeea274289901dc8b68e16f538ceb535ce1ff592f6895c0a7439908ca2')
package() {