summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-09-08 23:28:28 +0330
committerAli Molaei2023-09-08 23:28:28 +0330
commit44bb78a553162deab3fed4472ebe86245415e8eb (patch)
tree2df73226b03cbad8922212e37df11d18837f4181
parente4676f7269be3feaf9d8156662c26d5c1bbf818e (diff)
downloadaur-44bb78a553162deab3fed4472ebe86245415e8eb.tar.gz
Update to 2023.5.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 795b188f89ef..09790c32cb2e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2023.5.7
+ pkgver = 2023.5.8
pkgrel = 1
url = https://insomnia.rest
arch = x86_64
@@ -13,9 +13,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@2023.5.7/Insomnia.Core-2023.5.7.deb
- source = https://github.com/Kong/insomnia/raw/core@2023.5.7/LICENSE
- sha256sums = 5c1f24b6317a5568f9ef085b5c2d22c07dd6a6e3241a7459082771f3a323d992
+ source = https://github.com/Kong/insomnia/releases/download/core@2023.5.8/Insomnia.Core-2023.5.8.deb
+ source = https://github.com/Kong/insomnia/raw/core@2023.5.8/LICENSE
+ sha256sums = c790d84b70ed798b6ad4442e27710557f77f61384f827861223f86a4426c1436
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 35178507c5f0..bc89e905af42 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2023.5.7
+pkgver=2023.5.8
pkgrel=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
@@ -18,7 +18,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
source=("${_url_source}/releases/download/core@${pkgver}/${_upkgname}.Core-${pkgver}.deb"
"${_url_source}/raw/core@${pkgver}/LICENSE")
-sha256sums=('5c1f24b6317a5568f9ef085b5c2d22c07dd6a6e3241a7459082771f3a323d992'
+sha256sums=('c790d84b70ed798b6ad4442e27710557f77f61384f827861223f86a4426c1436'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {