summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-01-10 22:03:39 +1100
committerJay Ta'ala2020-01-10 22:05:17 +1100
commit1d042daebcd5b79f121a1b40840b708525851944 (patch)
tree1c153705b2da4aaee8cd965fbbb2860092202cc8
parent15b2174f3c512807b8148e43d85258779824c61a (diff)
downloadaur-1d042daebcd5b79f121a1b40840b708525851944.tar.gz
New version: 7.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15b4b649f930..9f3b5c1448a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.14.0
+ pkgver = 7.15.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.14.0.tar.gz::https://dl.pstmn.io/download/version/7.14.0/linux64
+ source = Postman-linux-x64-7.15.0.tar.gz::https://dl.pstmn.io/download/version/7.15.0/linux64
source = postman.desktop
- md5sums = dc00dbe1117ba65158eaf0ec3e80b776
+ md5sums = e95ebcb2a59bdf7ae08664a6b6d2cd45
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index dd042d63b62e..2ddb30523760 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.14.0
+pkgver=7.15.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=('dc00dbe1117ba65158eaf0ec3e80b776'
+md5sums=('e95ebcb2a59bdf7ae08664a6b6d2cd45'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {