Package Details: postman-bin 11.15.0-1

Git Clone URL: https://aur.archlinux.org/postman-bin.git (read-only, click to copy)
Package Base: postman-bin
Description: Build, test, and document your APIs faster
Upstream URL: https://www.getpostman.com
Licenses: custom
Conflicts: postman
Provides: postman
Submitter: claudiodangelis
Maintainer: j.taala
Last Packager: j.taala
Votes: 287
Popularity: 2.48
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2024-10-06 10:21 (UTC)

Pinned Comments

j.taala commented on 2021-09-17 09:50 (UTC) (edited on 2021-12-21 22:53 (UTC) by j.taala)

@ntfc I was going to go the other way (update to 9.0.1 instead of reverting back to 8.11.1).

P.S. postman are pretty bad at updating their release notes page (even after a new version is out).

If you want to revert to any previous version you can do so by cloning the aur repo and changing the version in the PKGBUILD file and using makepkg to build it (it will download and install that version for you). E.g.:

git clone https://aur.archlinux.org/postman-bin.git
cd postman-bin

Edit the PKGBUILD file with whatever editor you like: edit line 4 to be pkgver=8.11.1 or whatever version you like, then save and exit out of the editor and run

updpkgsums
makepkg -sif

updpkgsums will download the file and update sha for file in PKGBUILD so it will install with makepkg

j.taala commented on 2020-11-21 20:10 (UTC)

Have now updated to to 7.36.0, which apparently resolves the issue in the original 7.35.0 update. Thanks to @hertog and @fagianijunior for the heads up.

Latest Comments

« First ‹ Previous 1 .. 14 15 16 17 18 19 20 21 Next › Last »

freeboson commented on 2017-08-04 02:38 (UTC)

5.1.3 is available (md5: fec71c5ac53f2761c185455d93046f45) --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: Claudio d'Angelis <claudiodangelis at gmail dot com> pkgname=postman-bin -pkgver=5.1.2 +pkgver=5.1.3 pkgrel=1 pkgdesc="Build, test, and document your APIs faster" arch=('x86_64') @@ -11,7 +11,7 @@ source=( "postman.desktop" ) md5sums=( - "881f6a2152548ae8dc7fe909733b0d8e" + "fec71c5ac53f2761c185455d93046f45" "ebf1903fa3299a8cf3eb578674ee090f" ) depends=('gconf')

vS0uz4 commented on 2017-06-30 15:49 (UTC)

I just edited the comment right now. hehehehehe

claudiodangelis commented on 2017-06-30 15:46 (UTC)

@vS0uz4 thanks for reporting, I've just submitted the updated version. Claudio

vS0uz4 commented on 2017-06-30 15:44 (UTC) (edited on 2017-06-30 15:47 (UTC) by vS0uz4)

New commit making version 5.02 available.

leothelocust commented on 2017-06-01 21:21 (UTC)

@claudiodangelis 4.11.0 is available.

shr commented on 2017-04-02 10:09 (UTC)

Hello, seems that it also needs `libXss.so.1`. Add `libxss` to the dependency?

leothelocust commented on 2017-03-29 22:33 (UTC) (edited on 2017-03-29 22:39 (UTC) by leothelocust)

@claudiodangelis v4.10.5 is now available when you get a moment.

jessemillar commented on 2017-03-02 22:31 (UTC)

v4.10.3 is now available when you get a moment.

claudiodangelis commented on 2017-02-16 16:39 (UTC)

Thanks @blainsmith, I've updated the version to 4.10.2.

blainsmith commented on 2017-02-16 16:30 (UTC)

https://dl.pstmn.io/download/version/4.10.0/linux64 throws a 404 when attempting to download. However, 4.10.2 is available and changing the version fixes the problem.