summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-04 14:55:01 +1300
committercaltlgin2020-12-04 14:55:01 +1300
commitfd83d58d5abc70d70f7ba943721f8309114ba165 (patch)
treedb8429d7f8983ad5ef0c904a5e458cb8e3cecd93
parent24c55de658dc58b94f0edf755c907271312601bb (diff)
downloadaur-fd83d58d5abc70d70f7ba943721f8309114ba165.tar.gz
Update to v2020.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c0b01a8c3ba..72ebbf627f35 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.0
+ pkgver = 2020.5.1
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.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
+ 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
sha256sums = cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9
pkgname = insomnia-designer-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17954122d9ef..223d3c54e1e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname='Insomnia-Designer'
pkgname="${_pkgname,,}-bin"
-pkgver=2020.5.0
+pkgver=2020.5.1
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=('52db5ea5a232f2476a237e1f4fc966dcd1ef728b54ef36fe5493ce6352f002cb'
+sha256sums=('ce3e0c19e20b9ff785f25d9da9fe545df70b71f1a3ba80969d8d1b852e269dbd'
'cc91b5641bbbf592a69ca5f7b45807efba470068e815fc7682a42022bbd3cbb9')
package() {