summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-01-17 00:18:16 +1100
committerJay Ta'ala2020-01-17 00:18:16 +1100
commit21847969d059a5ab6ceee49fcef78b5157899050 (patch)
treeaa17c5e2f085da7ae120213dfb3166afafa3ee66
parent1d042daebcd5b79f121a1b40840b708525851944 (diff)
downloadaur-21847969d059a5ab6ceee49fcef78b5157899050.tar.gz
New version: 7.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9f3b5c1448a0..c96f3be637dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.15.0
+ pkgver = 7.16.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.15.0.tar.gz::https://dl.pstmn.io/download/version/7.15.0/linux64
+ source = Postman-linux-x64-7.16.0.tar.gz::https://dl.pstmn.io/download/version/7.16.0/linux64
source = postman.desktop
- md5sums = e95ebcb2a59bdf7ae08664a6b6d2cd45
+ md5sums = 4d1e280305bf9d1581f1b5f4909b016a
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 2ddb30523760..e78844c5e5c3 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.15.0
+pkgver=7.16.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=('e95ebcb2a59bdf7ae08664a6b6d2cd45'
+md5sums=('4d1e280305bf9d1581f1b5f4909b016a'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {