summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-10 07:21:02 +1300
committercaltlgin2020-12-10 07:21:02 +1300
commit26be84d188b32e440effd43cec475bde6e15eaa0 (patch)
treea8ef9da90cf5e19c55af7bb402084ecca4eeb238
parentfd83d58d5abc70d70f7ba943721f8309114ba165 (diff)
downloadaur-26be84d188b32e440effd43cec475bde6e15eaa0.tar.gz
Update to v2020.5.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72ebbf627f35..8f84d725f9f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = insomnia-designer-bin
pkgdesc = Collaborative API Design Tool for designing, testing and managing OpenAPI specifications
- pkgver = 2020.5.1
+ pkgver = 2020.5.2
pkgrel = 1
url = https://insomnia.rest
arch = x86_64
@@ -15,9 +15,9 @@ pkgbase = insomnia-designer-bin
depends = xdg-utils
provides = insomnia-designer
conflicts = insomnia-designer
- source = https://github.com/Kong/insomnia/releases/download/designer@2020.5.1/Insomnia.Designer-2020.5.1.deb
- source = Insomnia-Designer-2020.5.1-license::https://github.com/Kong/insomnia/raw/designer@2020.5.1/LICENSE
- sha256sums = ce3e0c19e20b9ff785f25d9da9fe545df70b71f1a3ba80969d8d1b852e269dbd
+ source = https://github.com/Kong/insomnia/releases/download/designer@2020.5.2/Insomnia.Designer-2020.5.2.deb
+ source = Insomnia-Designer-2020.5.2-license::https://github.com/Kong/insomnia/raw/designer@2020.5.2/LICENSE
+ sha256sums = dae88f0743da3890e7af431360d10b1251fa112d57d1f3e336870db2761dc47b
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-designer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 223d3c54e1e4..ba07e0b6ccda 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='Insomnia-Designer'
pkgname="${_pkgname,,}-bin"
-pkgver=2020.5.1
+pkgver=2020.5.2
pkgrel=1
pkgdesc='Collaborative API Design Tool for designing, testing and managing OpenAPI specifications'
arch=('x86_64')
@@ -14,7 +14,7 @@ provides=("${_pkgname,,}")
conflicts=("${_pkgname,,}")
source=("${_url_source}/releases/download/designer@${pkgver}/${_pkgname/-/.}-${pkgver}.deb"
"${_pkgname}-${pkgver}-license::${_url_source}/raw/designer@${pkgver}/LICENSE")
-sha256sums=('ce3e0c19e20b9ff785f25d9da9fe545df70b71f1a3ba80969d8d1b852e269dbd'
+sha256sums=('dae88f0743da3890e7af431360d10b1251fa112d57d1f3e336870db2761dc47b'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {