summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Ta'ala2020-05-30 09:04:58 +1000
committerJay Ta'ala2020-05-30 09:04:58 +1000
commitb9cef630a12a1fe98c67f7532316b065693247cc (patch)
tree7a4233858636aaefe2d31ca2946f9b3e8c91e442
parentf639a6e916c8c7f57766c394519598ef9370f7ed (diff)
downloadaur-b9cef630a12a1fe98c67f7532316b065693247cc.tar.gz
New Version: 7.25.1.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 500a8f398bc9..1c0b5214711b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = postman-bin
pkgdesc = Build, test, and document your APIs faster
- pkgver = 7.25.0
+ pkgver = 7.25.1
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.25.0.tar.gz::https://dl.pstmn.io/download/version/7.25.0/linux64
+ source = Postman-linux-x64-7.25.1.tar.gz::https://dl.pstmn.io/download/version/7.25.1/linux64
source = postman.desktop
- sha256sums = 863186526e10359640c70d8f1a66f67d032010df5c77bdcc7f1c387e92be697c
+ sha256sums = 32d169d60196573ae49972b19edc2b92bd688a0535cc7b91547cd94e668f3533
sha256sums = 74b2d8570658e207e31f729e7f4768952252383aee7c695218d077bd0ef13245
pkgname = postman-bin
diff --git a/PKGBUILD b/PKGBUILD
index 015488330edc..5c3f849152f0 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.25.0
+pkgver=7.25.1
pkgrel=1
pkgdesc="Build, test, and document your APIs faster"
arch=('x86_64')
@@ -9,10 +9,10 @@ url="https://www.getpostman.com"
license=('custom')
source=(
"Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/version/${pkgver}/linux64"
- "postman.desktop"
+ "postman.desktop"
)
depends=(libxss nss gtk3)
-sha256sums=('863186526e10359640c70d8f1a66f67d032010df5c77bdcc7f1c387e92be697c'
+sha256sums=('32d169d60196573ae49972b19edc2b92bd688a0535cc7b91547cd94e668f3533'
'74b2d8570658e207e31f729e7f4768952252383aee7c695218d077bd0ef13245')
package() {
install -dm755 "${pkgdir}/opt/"