summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-04-28 13:34:05 +0330
committerAli Molaei2023-04-28 13:34:05 +0330
commitcf720285e116308c0556aff77635c256bfa8e20a (patch)
treef45de114350a6c908017b1e1ae36d57df91dc499
parentc3d3098092f28ab3ed8e0d14a9a284f0e201193d (diff)
downloadaur-cf720285e116308c0556aff77635c256bfa8e20a.tar.gz
Update to 2023.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f0e23fa9e2..6b81d857e53a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2023.1.0
+ pkgver = 2023.2.0
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.1.0/Insomnia.Core-2023.1.0.deb
- source = https://github.com/Kong/insomnia/raw/core@2023.1.0/LICENSE
- sha256sums = b2b63292e1835c2a6315e06050530eec80fa204fad446f6047b190c5e100fd46
+ source = https://github.com/Kong/insomnia/releases/download/core@2023.2.0/Insomnia.Core-2023.2.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@2023.2.0/LICENSE
+ sha256sums = 448ee2ff27c67f09ae6dedd4b6e89dc3d6373aa0bee61b6ccb1d558b5ef7d164
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 093f7649c017..343addc575fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2023.1.0
+pkgver=2023.2.0
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=('b2b63292e1835c2a6315e06050530eec80fa204fad446f6047b190c5e100fd46'
+sha256sums=('448ee2ff27c67f09ae6dedd4b6e89dc3d6373aa0bee61b6ccb1d558b5ef7d164'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {