summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-10-31 15:24:36 +0330
committerAli Molaei2021-10-31 15:24:36 +0330
commita11dcab3c129d63d29bae4e59b938895e403ff93 (patch)
treee076fee3a243c4d1047c7018b61970a3e52ecca8
parent8ce95c8dca100f81b6b7f36fa3fda007cc9dbc21 (diff)
downloadaur-a11dcab3c129d63d29bae4e59b938895e403ff93.tar.gz
Update to 2021.6.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e2d7a6ca280..36fcbc291931 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2021.5.3
+ pkgver = 2021.6.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@2021.5.3/Insomnia.Core-2021.5.3.deb
- source = insomnia-2021.5.3-license::https://github.com/Kong/insomnia/raw/core@2021.5.3/LICENSE
- sha256sums = 9120234a4b5d601726a267da1b1c04a2ed418bf81b9f0e7ae7ef02043aff1fcd
+ source = https://github.com/Kong/insomnia/releases/download/core@2021.6.0/Insomnia.Core-2021.6.0.deb
+ source = insomnia-2021.6.0-license::https://github.com/Kong/insomnia/raw/core@2021.6.0/LICENSE
+ sha256sums = 62f0333b9a317aaedb9d81f32935ea4558df2579f0ad3af40cdadd592df2ad7e
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index ba7cdc3c08e6..944c9a627234 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2021.5.3
+pkgver=2021.6.0
pkgrel=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
@@ -17,7 +17,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=('9120234a4b5d601726a267da1b1c04a2ed418bf81b9f0e7ae7ef02043aff1fcd'
+sha256sums=('62f0333b9a317aaedb9d81f32935ea4558df2579f0ad3af40cdadd592df2ad7e'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {