summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-12-17 12:30:23 +0330
committerAli Molaei2021-12-17 12:30:23 +0330
commitedd6944e31df2e282f208d076f9e229feba7fba9 (patch)
treef6b1f105b79c20cae6f0e53c04744165a6361276
parenta11dcab3c129d63d29bae4e59b938895e403ff93 (diff)
downloadaur-edd6944e31df2e282f208d076f9e229feba7fba9.tar.gz
Update to 2021.7.2, Edit maintainers
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36fcbc291931..9b2f32727554 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2021.6.0
+ pkgver = 2021.7.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@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
+ source = https://github.com/Kong/insomnia/releases/download/core@2021.7.2/Insomnia.Core-2021.7.2.deb
+ source = insomnia-2021.7.2-license::https://github.com/Kong/insomnia/raw/core@2021.7.2/LICENSE
+ sha256sums = 1e44165b8876f974f95e2e2888888c3e7ad12b0f862328c6310e41d4dac10115
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 944c9a627234..c035ba1b5a0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Caltlgin Stsodaat <contact@fossdaily.xyz>
+# Maintainer: Ali Molaei <ali dot molaei at protonmail dot com>
+# Contributor: Caltlgin Stsodaat <contact at fossdaily dot xyz>
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2021.6.0
+pkgver=2021.7.2
pkgrel=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
@@ -17,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=('62f0333b9a317aaedb9d81f32935ea4558df2579f0ad3af40cdadd592df2ad7e'
+sha256sums=('1e44165b8876f974f95e2e2888888c3e7ad12b0f862328c6310e41d4dac10115'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {