summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-06-24 12:22:28 +0430
committerAli Molaei2022-06-24 12:22:28 +0430
commit8ed6fd84d440a9960cc07f94cf016bdcb4955f4f (patch)
tree6090cc126da8ee43e9ccb739f3cdaaec467aae4f
parent51112f2fbdd7f9717b3c7588048ed8445ec08374 (diff)
downloadaur-8ed6fd84d440a9960cc07f94cf016bdcb4955f4f.tar.gz
Update to 2022.4.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2812b9fb452d..aae4ca50bb92 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2022.4.1
+ pkgver = 2022.4.2
pkgrel = 1
url = https://insomnia.rest
arch = x86_64
@@ -14,9 +14,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.4.1/Insomnia.Core-2022.4.1.deb
- source = insomnia-2022.4.1-license::https://github.com/Kong/insomnia/raw/core@2022.4.1/LICENSE
- sha256sums = 2b3241f781b9acb7380421a8867dc10ce8cdb473e6cf7a1075035882d2434a95
+ source = https://github.com/Kong/insomnia/releases/download/core@2022.4.2/Insomnia.Core-2022.4.2.deb
+ source = insomnia-2022.4.2-license::https://github.com/Kong/insomnia/raw/core@2022.4.2/LICENSE
+ sha256sums = 42a1eca48b96cf6e11ed1636f6e7e8adb576f9cc029482232a461720bdc62601
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 280fdd8f5373..d9951598d90d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2022.4.1
+pkgver=2022.4.2
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=('2b3241f781b9acb7380421a8867dc10ce8cdb473e6cf7a1075035882d2434a95'
+sha256sums=('42a1eca48b96cf6e11ed1636f6e7e8adb576f9cc029482232a461720bdc62601'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {