summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-08-24 11:25:36 +0330
committerAli Molaei2023-08-24 11:25:36 +0330
commitd29f565d0f3ec66df3cc1dae22d7b94efeb7a5e9 (patch)
tree4a8470fe106cfb26b5c47cfc7512bd671c9642da
parent7fe27a90cd4a970de16f8bee091c556d3b00a682 (diff)
downloadaur-d29f565d0f3ec66df3cc1dae22d7b94efeb7a5e9.tar.gz
Update to 2023.5.6
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15db416f6c4b..9a495c342202 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.5
+ pkgver = 2023.5.6
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.5/Insomnia.Core-2023.5.5.deb
- source = https://github.com/Kong/insomnia/raw/core@2023.5.5/LICENSE
- sha256sums = fd2ad2a647c5dc8acb97a042e14927b130eb6aa37cb852ab2904b342905a44b6
+ source = https://github.com/Kong/insomnia/releases/download/core@2023.5.6/Insomnia.Core-2023.5.6.deb
+ source = https://github.com/Kong/insomnia/raw/core@2023.5.6/LICENSE
+ sha256sums = 180fab839f68c3e00b3a8ead89a698cbafdc9fd1515c2d52ea6748f74e27d04f
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 692efcfa4bf5..24773de128d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2023.5.5
+pkgver=2023.5.6
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=('fd2ad2a647c5dc8acb97a042e14927b130eb6aa37cb852ab2904b342905a44b6'
+sha256sums=('180fab839f68c3e00b3a8ead89a698cbafdc9fd1515c2d52ea6748f74e27d04f'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {