summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio d'Angelis2017-10-18 16:51:26 +0200
committerClaudio d'Angelis2017-10-18 16:51:26 +0200
commit91132294343dd5cbff1bac0097c19ddf69b58159 (patch)
treee1fe525d0bfb59b6095b084ac3d2c75b5521d38f
parentfa102e72d67bf863d0869858677e47c917d68edc (diff)
downloadaur-91132294343dd5cbff1bac0097c19ddf69b58159.tar.gz
5.3.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index be15a7ec384d..b13ae229be38 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
# Generated by mksrcinfo v8
-# Mon Oct 9 06:42:06 UTC 2017
+# Wed Oct 18 14:51:20 UTC 2017
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 5.3.0
+ pkgver = 5.3.1
pkgrel = 1
url = https://www.getpostman.com
arch = x86_64
license = MIT
depends = gconf
depends = libxss
- source = Postman-linux-x64-5.3.0.tar.gz::https://dl.pstmn.io/download/version/5.3.0/linux64
+ source = Postman-linux-x64-5.3.1.tar.gz::https://dl.pstmn.io/download/version/5.3.1/linux64
source = postman.desktop
- md5sums = 9c2e41430ae3f994a421e78c885c0942
+ md5sums = 70d642e45c122b3a17a554d997cee8f8
md5sums = ebf1903fa3299a8cf3eb578674ee090f
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index ea5453db395a..7ea1b88e1182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
-pkgver=5.3.0
+pkgver=5.3.1
pkgrel=1
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"postman.desktop"
)
md5sums=(
- "9c2e41430ae3f994a421e78c885c0942"
+ "70d642e45c122b3a17a554d997cee8f8"
"ebf1903fa3299a8cf3eb578674ee090f"
)
depends=(gconf libxss)