summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-01-27 23:02:44 +1100
committerJay Ta'ala2020-01-27 23:02:44 +1100
commita65728e43fabd6cd775a08190a643343eb9c842c (patch)
tree46cd2f8d40b073853c42b47859952dad957ef675
parent21847969d059a5ab6ceee49fcef78b5157899050 (diff)
downloadaur-a65728e43fabd6cd775a08190a643343eb9c842c.tar.gz
New Version: 7.16.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96f3be637dd..9443b8d6a5dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.16.0
+ pkgver = 7.16.1
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.16.0.tar.gz::https://dl.pstmn.io/download/version/7.16.0/linux64
+ source = Postman-linux-x64-7.16.1.tar.gz::https://dl.pstmn.io/download/version/7.16.1/linux64
source = postman.desktop
- md5sums = 4d1e280305bf9d1581f1b5f4909b016a
+ md5sums = 1172878b880cda5566d32a01847fa7ef
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index e78844c5e5c3..0a3977f153b0 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.16.0
+pkgver=7.16.1
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=('4d1e280305bf9d1581f1b5f4909b016a'
+md5sums=('1172878b880cda5566d32a01847fa7ef'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {