summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2022-03-09 18:15:10 +0330
committerAli Molaei2022-03-09 18:15:10 +0330
commitd488088b545fc6ed3c6e564456a698d6e182dc66 (patch)
tree382accfd2d556a072ef87d06b7afa6fa7e63319b
parent7098f6ff0a7d09c4b15b1979f63ae4651f49b2d6 (diff)
downloadaur-d488088b545fc6ed3c6e564456a698d6e182dc66.tar.gz
Update to 2022.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fc0451943f57..9e96154e9fca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2022.1.0
- pkgrel = 2
+ pkgver = 2022.1.1
+ pkgrel = 1
url = https://insomnia.rest
arch = x86_64
license = MIT
@@ -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.1.0/Insomnia.Core-2022.1.0.deb
- source = insomnia-2022.1.0-license::https://github.com/Kong/insomnia/raw/core@2022.1.0/LICENSE
- sha256sums = c40cb9b1bd126da550a89af41cd7acb929f04f23a7c26c28b91109cf4fca1c8d
+ source = https://github.com/Kong/insomnia/releases/download/core@2022.1.1/Insomnia.Core-2022.1.1.deb
+ source = insomnia-2022.1.1-license::https://github.com/Kong/insomnia/raw/core@2022.1.1/LICENSE
+ sha256sums = 01a4625c674a0b372c63818480baf93cef9fed24ec47ea7bc9b18849d2650959
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index b04facf4707b..f2aa4cce3706 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2022.1.0
-pkgrel=2
+pkgver=2022.1.1
+pkgrel=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
url='https://insomnia.rest'
@@ -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=('c40cb9b1bd126da550a89af41cd7acb929f04f23a7c26c28b91109cf4fca1c8d'
+sha256sums=('01a4625c674a0b372c63818480baf93cef9fed24ec47ea7bc9b18849d2650959'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {