summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-01-17 23:49:51 +0330
committerAli Molaei2023-01-17 23:49:51 +0330
commit15692ef71bc7a25743ebf14fe54a3cd3d600fca7 (patch)
tree2fa060381dc94681c262bf59e29260890f3c30fd
parentfd960b1b788fe4a58c87bba69bcbf36c43dc045c (diff)
downloadaur-15692ef71bc7a25743ebf14fe54a3cd3d600fca7.tar.gz
Update to 2022.7.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19c076e47f99..6636bc97c69b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2022.7.1
+ pkgver = 2022.7.3
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.7.1/Insomnia.Core-2022.7.1.deb
- source = insomnia-2022.7.1-license::https://github.com/Kong/insomnia/raw/core@2022.7.1/LICENSE
- sha256sums = d23805d7322e4091928d001dfbb950b98bafb9b4a3c14b122a5852626221e845
+ source = https://github.com/Kong/insomnia/releases/download/core@2022.7.3/Insomnia.Core-2022.7.3.deb
+ source = insomnia-2022.7.3-license::https://github.com/Kong/insomnia/raw/core@2022.7.3/LICENSE
+ sha256sums = e5eb4def152bc5f271e8ddc801cef540fa9d8454e7226251220c200bf2a2537c
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3f687bec36fe..bcee543107d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2022.7.1
+pkgver=2022.7.3
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=('d23805d7322e4091928d001dfbb950b98bafb9b4a3c14b122a5852626221e845'
+sha256sums=('e5eb4def152bc5f271e8ddc801cef540fa9d8454e7226251220c200bf2a2537c'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {