summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-12-16 17:13:58 +0330
committerAli Molaei2022-12-16 17:13:58 +0330
commit90d0b7903509bf86499dff5618aba42eb04c51ae (patch)
treea42c20bc553aa3391f60a2b7bdb7e5ec68b86b1e
parentf3d0ff6d296f471287a94a99d58987ed98415067 (diff)
downloadaur-90d0b7903509bf86499dff5618aba42eb04c51ae.tar.gz
Update to 2022.7.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f417dd1ab311..44a52f2658ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2022.6.0
+ pkgver = 2022.7.0
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@2022.6.0/Insomnia.Core-2022.6.0.deb
- source = insomnia-2022.6.0-license::https://github.com/Kong/insomnia/raw/core@2022.6.0/LICENSE
- sha256sums = 01118870d1e7a90132a75255355e7d16fbd8bfd253492e7947e9531e5d08ad69
+ source = https://github.com/Kong/insomnia/releases/download/core@2022.7.0/Insomnia.Core-2022.7.0.deb
+ source = insomnia-2022.7.0-license::https://github.com/Kong/insomnia/raw/core@2022.7.0/LICENSE
+ sha256sums = e32733beedf95e4a05b65cb14eab857ce9606bf49b1f9e6b8ac98327ea63c413
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 352541eee6f3..811dc4a63c7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2022.6.0
+pkgver=2022.7.0
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"
"${_pkgname}-${pkgver}-license::${_url_source}/raw/core@${pkgver}/LICENSE")
-sha256sums=('01118870d1e7a90132a75255355e7d16fbd8bfd253492e7947e9531e5d08ad69'
+sha256sums=('e32733beedf95e4a05b65cb14eab857ce9606bf49b1f9e6b8ac98327ea63c413'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {