Package Details: postman-bin 11.31.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: 295
Popularity: 3.55
First Submitted: 2016-10-21 18:18 (UTC)
Last Updated: 2025-02-03 22:15 (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

Latest Comments

« First ‹ Previous 1 .. 6 7 8 9 10 11 12 13 14 15 16 .. 22 Next › Last »

j.taala commented on 2020-06-07 21:47 (UTC)

Thanks Xanarion, have updated to 7.25.3.

Xanarion commented on 2020-06-07 13:03 (UTC) (edited on 2020-06-07 13:07 (UTC) by Xanarion)

While https://dl.pstmn.io/download/version/7.25.0/linux64 works as expected, the 7.25.2 is not working. Seems they remove patched versions as 7.25.3 is out and the download URL for newest version is working: https://dl.pstmn.io/download/version/7.25.3/linux64.

SHA256 for 7.25.3 is bc02b0b86e18df0f333e8496071d52cdb32b8a23b1febab81e040890502729a9

j.taala commented on 2020-05-28 08:23 (UTC)

@Goomb, just checked it and it's working fine on this end. Mostly likely a CDN sync issue on their end. Might need to try again later. Can also check that https://dl.pstmn.io/download/version/7.25.0/linux64 resolves.

Goomb commented on 2020-05-28 07:23 (UTC) (edited on 2020-05-28 07:23 (UTC) by Goomb)

@j.taala Error downloading sources: postman-bin. Download link was changed to https://dl.pstmn.io/download/latest/linux64

wooque commented on 2020-03-04 19:15 (UTC)

@j.taala 7.19.1 is out

j.taala commented on 2020-02-10 21:30 (UTC)

No probs pythoneer. Btw, I've just updated to 7.18.0 and also changed the checksums to sha256 (preferred for AUR). Let me know if see any issues here.

pythoneer commented on 2020-02-10 18:00 (UTC)

Just to give an update on this – the problem is gone for my case. I think the CDN is progressively updating their caches. Maybe they deployed a wrong version and immediately fixed it in the primary source and that update needs to ripple through the CDN nodes. Thanks for your quick responses btw!

j.taala commented on 2020-02-09 11:03 (UTC) (edited on 2020-02-09 11:11 (UTC) by j.taala)

Well crap, must be an issue on their mirroring or CDN nodes end.

wget gets me the correct file (note the download address resolves differently - looks like they're using cloudfront, not synced up properly?):

$wget https://dl.pstmn.io/download/version/7.17.0/linux64                                                                                                                                           
--2020-02-09 21:59:33--  https://dl.pstmn.io/download/version/7.17.0/linux64
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving dl.pstmn.io (dl.pstmn.io)... 13.225.146.93, 13.225.146.112, 13.225.146.10, ...
Connecting to dl.pstmn.io (dl.pstmn.io)|13.225.146.93|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 80973216 (77M) [application/gzip]
Saving to: ‘linux64’

linux64                                                     100%[==========================================================================================================================================>]  77.22M  2.76MB/s    in 26s     

2020-02-09 22:00:01 (2.97 MB/s) - ‘linux64’ saved [80973216/80973216]

$md5sum linux64                                                                                                                                                                                     
b5dcca9c97c0dbc06e0ae1e0507d772f  linux64

P.S. don't laugh at my download speeds (blimmin` Australia...)

pythoneer commented on 2020-02-09 10:57 (UTC) (edited on 2020-02-09 10:58 (UTC) by pythoneer)

Downloading the file from https://dl.pstmn.io/download/version/7.17.0/linux64 with Mozilla Firefox gets me the correct file.

Doing the same with wget gets me the wrong canary file

$ wget <https://dl.pstmn.io/download/version/7.17.0/linux64>
--2020-02-09 11:53:00--  <https://dl.pstmn.io/download/version/7.17.0/linux64>
Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt'
Resolving dl.pstmn.io (dl.pstmn.io)... 99.84.156.61, 99.84.156.52, 99.84.156.45, ...
Connecting to dl.pstmn.io (dl.pstmn.io)|99.84.156.61|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 81058216 (77M) [application/gzip]
Saving to: ‘linux64’

linux64                       100%[=================================================>]  77,30M  11,7MB/s    in 6,6s

2020-02-09 11:53:07 (11,7 MB/s) - ‘linux64’ saved [81058216/81058216]

$ tar -zxf linux64 && ls
linux64  PostmanCanary

j.taala commented on 2020-02-09 10:55 (UTC) (edited on 2020-02-09 10:56 (UTC) by j.taala)

Thanks pythoneer. That's definitely a different file that the same makepkg downloads for me (even though download link is the same). Any thoughts here?

Only thing I can think of is some CDN / mirror issue (e.g. CDN node closest to where you are has an issue where it's pointing to the canary builds?). I'm in Australia btw and can confirm installing via yay downloads and checkums the correct file...

Haven't seen this issue before.