summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAli Molaei2021-09-15 13:10:45 +0430
committerAli Molaei2021-09-15 13:10:45 +0430
commit8ce95c8dca100f81b6b7f36fa3fda007cc9dbc21 (patch)
tree18c7e2a000c06310c8a112394ed1f80b15e9194d
parent9c46f0ca45e151b18bb9d974a089b1e2fb0196ed (diff)
downloadaur-8ce95c8dca100f81b6b7f36fa3fda007cc9dbc21.tar.gz
Update to 2021.5.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 622fb39b3e70..8e2d7a6ca280 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = insomnia-bin
pkgdesc = API Client and Design Platform for GraphQL and REST
- pkgver = 2021.5.2
- pkgrel = 2
+ pkgver = 2021.5.3
+ pkgrel = 1
url = https://insomnia.rest
arch = x86_64
license = MIT
@@ -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.2/Insomnia.Core-2021.5.2.deb
- source = insomnia-2021.5.2-license::https://github.com/Kong/insomnia/raw/core@2021.5.2/LICENSE
- sha256sums = 12fa071336035fe7564b761146750b24c22ada55f55be988cf05c72c75e6748e
+ 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
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9ba4748a798a..ba7cdc3c08e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
_pkgname='insomnia'
_upkgname='Insomnia'
pkgname="${_pkgname}-bin"
-pkgver=2021.5.2
-pkgrel=2
+pkgver=2021.5.3
+pkgrel=1
pkgdesc='API Client and Design Platform for GraphQL and REST'
arch=('x86_64')
url='https://insomnia.rest'
@@ -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=('12fa071336035fe7564b761146750b24c22ada55f55be988cf05c72c75e6748e'
+sha256sums=('9120234a4b5d601726a267da1b1c04a2ed418bf81b9f0e7ae7ef02043aff1fcd'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {