summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2019-12-09 21:56:35 +1100
committerJay Ta'ala2019-12-09 21:56:35 +1100
commit839749b9590e737cde45ca20ab92630197d7f7c9 (patch)
tree8bcdb9b7f3c7a16cc1e2784f13fd87c57ca07812
parent30a7bf599610cb87e4b5ee0da0d8b85e1d59f0ba (diff)
downloadaur-839749b9590e737cde45ca20ab92630197d7f7c9.tar.gz
New version: 7.13.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba6841166808..3efea4cbac4c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.12.0
+ pkgver = 7.13.0
pkgrel = 3
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.12.0.tar.gz::https://dl.pstmn.io/download/version/7.12.0/linux64
+ source = Postman-linux-x64-7.13.0.tar.gz::https://dl.pstmn.io/download/version/7.13.0/linux64
source = postman.desktop
- md5sums = 559d09565f617be2b4d90133d3945fed
+ md5sums = 2e7a666816ef266324274366051dc5e5
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4f067ec4941d..41fe31be9a61 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.12.0
+pkgver=7.13.0
pkgrel=3
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=('559d09565f617be2b4d90133d3945fed'
+md5sums=('2e7a666816ef266324274366051dc5e5'
'f40404e81c416a180b4c596059fc84dd')
depends=(libxss nss gtk3)
package() {