summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-05-23 13:00:19 +0330
committerAli Molaei2023-05-23 13:00:19 +0330
commitdc760c88ad665b45aa163612cee78f95341eab0a (patch)
treebd344835579171e9a3e7fc6c02dcca9652581f8b
parente10ba464697ffe216584008bbfaf8d9ae07bab4d (diff)
downloadaur-dc760c88ad665b45aa163612cee78f95341eab0a.tar.gz
Update to 2023.2.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 462c3b6abd9d..9fb0784619c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2023.2.1
+ pkgver = 2023.2.2
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@2023.2.1/Insomnia.Core-2023.2.1.deb
- source = https://github.com/Kong/insomnia/raw/core@2023.2.1/LICENSE
- sha256sums = d184113b1fbc6a843ed55fa20f8b53ece22324cb77af1523aa7ce6e9ed6964f1
+ source = https://github.com/Kong/insomnia/releases/download/core@2023.2.2/Insomnia.Core-2023.2.2.deb
+ source = https://github.com/Kong/insomnia/raw/core@2023.2.2/LICENSE
+ sha256sums = 5ccece2ebe5eb72f798e3955a8db90a77ac3f656a87b5b82d4734feba1c97b93
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index d0e6f5ddccad..a2d929e75fad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2023.2.1
+pkgver=2023.2.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"
"${_url_source}/raw/core@${pkgver}/LICENSE")
-sha256sums=('d184113b1fbc6a843ed55fa20f8b53ece22324cb77af1523aa7ce6e9ed6964f1'
+sha256sums=('5ccece2ebe5eb72f798e3955a8db90a77ac3f656a87b5b82d4734feba1c97b93'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {