summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorClaudio d'Angelis2019-09-27 12:13:09 +0200
committerClaudio d'Angelis2019-09-27 12:13:09 +0200
commitefc5dbc8137ecf1ef936811dc2d49604fa93e58c (patch)
tree04b29e4ab0907f48e43231f10fb4a1f1de26221d
parentd6b115ca1a5411bf047c903d2962029b4f7b21a4 (diff)
parentc708414acf85347f9b1f1bc3fa40cb46f73f3ffd (diff)
downloadaur-efc5dbc8137ecf1ef936811dc2d49604fa93e58c.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/postman-bin
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3074d5b8a262..a5e8bad25d01 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.7.3
+ pkgver = 7.8.0
pkgrel = 1
url = https://www.getpostman.com
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = postman-bin
depends = libxtst
depends = nss
depends = alsa-lib
- source = Postman-linux-x64-7.7.3.tar.gz::https://dl.pstmn.io/download/version/7.7.3/linux64
+ source = Postman-linux-x64-7.8.0.tar.gz::https://dl.pstmn.io/download/version/7.8.0/linux64
source = postman.desktop
- md5sums = 7a673c40281f76de08fc26870fd56f3d
+ md5sums = 283704a423356bc66ecbf93b23151bce
md5sums = f40404e81c416a180b4c596059fc84dd
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4707d45263fe..19bfc00adc14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com>
pkgname=postman-bin
-pkgver=7.7.3
+pkgver=7.8.0
pkgrel=1
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
@@ -11,7 +11,7 @@ source=(
"postman.desktop"
)
md5sums=(
- '7a673c40281f76de08fc26870fd56f3d'
+ '283704a423356bc66ecbf93b23151bce'
'f40404e81c416a180b4c596059fc84dd'
)
depends=(gconf libxss gtk2 libxtst nss alsa-lib)