summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-08-17 23:32:27 +0430
committerAli Molaei2022-08-17 23:32:27 +0430
commit79070646472732748e7f9eb2bd57290fef062aa8 (patch)
tree10798e854c31431c508f46c2eb44427bb00dff6e
parent5499f6718f2ccad23216add6d5f04e3702f359cd (diff)
downloadaur-79070646472732748e7f9eb2bd57290fef062aa8.tar.gz
Update to 2022.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e23d0d6a93fc..17d9b4e40a2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2022.5.0
+ pkgver = 2022.5.1
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.5.0/Insomnia.Core-2022.5.0.deb
- source = insomnia-2022.5.0-license::https://github.com/Kong/insomnia/raw/core@2022.5.0/LICENSE
- sha256sums = 21e4fb0580ab78f8bfe7416a73670208351b90920c55ab9e6f266444700b1af2
+ source = https://github.com/Kong/insomnia/releases/download/core@2022.5.1/Insomnia.Core-2022.5.1.deb
+ source = insomnia-2022.5.1-license::https://github.com/Kong/insomnia/raw/core@2022.5.1/LICENSE
+ sha256sums = 13175f5dfa6298ce84fd2eb188b4c776addfe3fc9db727d9dbef68df6cfcee07
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index aa374ef406b6..4b5a03076e14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2022.5.0
+pkgver=2022.5.1
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=('21e4fb0580ab78f8bfe7416a73670208351b90920c55ab9e6f266444700b1af2'
+sha256sums=('13175f5dfa6298ce84fd2eb188b4c776addfe3fc9db727d9dbef68df6cfcee07'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {