summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 10:10:02 +1300
committercaltlgin2020-12-03 10:10:02 +1300
commit24c55de658dc58b94f0edf755c907271312601bb (patch)
tree3ce46d24728fb5cfaf22802c95e78644e4e5c311
parent99e107b36245aa6683947ccf345fcd7e2e488f3e (diff)
downloadaur-24c55de658dc58b94f0edf755c907271312601bb.tar.gz
Update to v2020.5.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 288dbb41ca13..0c0b01a8c3ba 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.4.2
+ pkgver = 2020.5.0
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.4.2/Insomnia.Designer-2020.4.2.deb
- source = Insomnia-Designer-2020.4.2-license::https://github.com/Kong/insomnia/raw/designer@2020.4.2/LICENSE
- sha256sums = 92d672fcdbd53aa7000449e6a8d296d847fb3de543657e82f4145a1906234ea1
+ source = https://github.com/Kong/insomnia/releases/download/designer@2020.5.0/Insomnia.Designer-2020.5.0.deb
+ source = Insomnia-Designer-2020.5.0-license::https://github.com/Kong/insomnia/raw/designer@2020.5.0/LICENSE
+ sha256sums = 52db5ea5a232f2476a237e1f4fc966dcd1ef728b54ef36fe5493ce6352f002cb
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-designer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 5d1f0e8de77e..17954122d9ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='Insomnia-Designer'
pkgname="${_pkgname,,}-bin"
-pkgver=2020.4.2
+pkgver=2020.5.0
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=('92d672fcdbd53aa7000449e6a8d296d847fb3de543657e82f4145a1906234ea1'
+sha256sums=('52db5ea5a232f2476a237e1f4fc966dcd1ef728b54ef36fe5493ce6352f002cb'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {