summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-02-02 20:02:02 +1100
committerJay Ta'ala2020-02-02 20:02:02 +1100
commit470d5245d9a2349b49befc153e43e116a575a2f9 (patch)
tree74d5831204fcfde46f3564ed4ced1f1dd650ca34
parenta65728e43fabd6cd775a08190a643343eb9c842c (diff)
downloadaur-470d5245d9a2349b49befc153e43e116a575a2f9.tar.gz
New Version: 7.17.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9443b8d6a5dc..ba051430c33a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.16.1
+ pkgver = 7.17.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.16.1.tar.gz::https://dl.pstmn.io/download/version/7.16.1/linux64
+ source = Postman-linux-x64-7.17.0.tar.gz::https://dl.pstmn.io/download/version/7.17.0/linux64
source = postman.desktop
- md5sums = 1172878b880cda5566d32a01847fa7ef
+ md5sums = b5dcca9c97c0dbc06e0ae1e0507d772f
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 0a3977f153b0..3875950f06b8 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.1
+pkgver=7.17.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=('1172878b880cda5566d32a01847fa7ef'
+md5sums=('b5dcca9c97c0dbc06e0ae1e0507d772f'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {