summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2023-07-05 00:50:08 +0330
committerAli Molaei2023-07-05 00:50:08 +0330
commitba23daa6ad819a36746bb49ba3b5431148768bf5 (patch)
tree9e2f11f37d6a9da831bf78fe2460f69ac0a794a6
parentcfd4baa82679e249ae5dc4227cb2b516abded57f (diff)
downloadaur-ba23daa6ad819a36746bb49ba3b5431148768bf5.tar.gz
Update to 2023.4.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9dcd6ffc62b0..e42a025a71aa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2023.3.0
+ pkgver = 2023.4.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.3.0/Insomnia.Core-2023.3.0.deb
- source = https://github.com/Kong/insomnia/raw/core@2023.3.0/LICENSE
- sha256sums = cc33cf95d13bbd55f020d2d1e41654166404aff9ed804d77e3c703cabfc0df1e
+ source = https://github.com/Kong/insomnia/releases/download/core@2023.4.0/Insomnia.Core-2023.4.0.deb
+ source = https://github.com/Kong/insomnia/raw/core@2023.4.0/LICENSE
+ sha256sums = eed91dd07689783742bd7d6dd57087aeb436df116b70cb32d67849244a7a9259
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 865eeec73108..0f2c7eb88658 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2023.3.0
+pkgver=2023.4.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=('cc33cf95d13bbd55f020d2d1e41654166404aff9ed804d77e3c703cabfc0df1e'
+sha256sums=('eed91dd07689783742bd7d6dd57087aeb436df116b70cb32d67849244a7a9259'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {