summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-10-11 21:37:39 +1100
committerJay Ta'ala2019-12-18 22:54:19 +1100
commit15b2174f3c512807b8148e43d85258779824c61a (patch)
tree831d309d79e47f5901a997e8a6103f92a67df6be
parent5778c1428696a0676973fefd2a353ca3305eebdd (diff)
downloadaur-15b2174f3c512807b8148e43d85258779824c61a.tar.gz
New version: 7.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 607aef6ea952..15b4b649f930 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.13.0
+ pkgver = 7.14.0
pkgrel = 1
url = https://www.getpostman.com
arch = x86_64
@@ -8,9 +8,9 @@ pkgbase = postman-bin
depends = libxss
depends = nss
depends = gtk3
- source = Postman-linux-x64-7.13.0.tar.gz::https://dl.pstmn.io/download/version/7.13.0/linux64
+ source = Postman-linux-x64-7.14.0.tar.gz::https://dl.pstmn.io/download/version/7.14.0/linux64
source = postman.desktop
- md5sums = 2e7a666816ef266324274366051dc5e5
+ md5sums = dc00dbe1117ba65158eaf0ec3e80b776
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 77ea9d281fcf..dd042d63b62e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jay Ta'ala <jay@jaytaala.com>
# Contributor: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
-pkgver=7.13.0
+pkgver=7.14.0
pkgrel=1
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64"
"postman.desktop"
)
-md5sums=('2e7a666816ef266324274366051dc5e5'
+md5sums=('dc00dbe1117ba65158eaf0ec3e80b776'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {