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 .. 7 8 9 10 11 12 13 14 15 16 17 .. 21 Next › Last »

j.taala commented on 2020-02-07 23:44 (UTC)

No probs. Try again (if haven't already done so) - could have been an issue with the download at the time.

lfkeitel commented on 2020-02-07 23:37 (UTC)

I was using Yay but I guess it's something with my machine. I tested on a different machine and it installed fine. Sorry, I should have waited before I made my comment.

j.taala commented on 2020-02-07 23:13 (UTC)

Hey lfkeitel, just confirmed md5 is correct. Also did a test / install with yay (.e.g: yay -S postman-bin) and builds and install fine. How are you installing? (e.g. yay, another aur-helper, or makepkg etc.)?

lfkeitel commented on 2020-02-07 22:49 (UTC)

I think the md5 sum is wrong. When I download the file I get a sum of bfebe8d41369d074cbef60ce04ee8ddc and I get an error that validation fails.

j.taala commented on 2020-01-16 21:56 (UTC)

Ah, thanks @wooque, makes sense. Have now updated to 7.16.0 anyways.

wooque commented on 2020-01-16 14:16 (UTC)

@j.taala Seems that they temporary removed 7.15.0, latest release notes were 7.14.0 for a brief period, then they returned release notes for 7.15.0, and also added release notes for 7.16.0

j.taala commented on 2020-01-16 13:10 (UTC)

Scrap that, looking at official release notes at https://www.getpostman.com/downloads/release-notes 7.15.0 was released 9th Jan and 7.16.0 has now been released (16th Jan).

j.taala commented on 2020-01-16 12:20 (UTC)

Good point akass - must have jumped the gun. I did a "check for update" within postman and am sure it said new version 7.15.0. However, checking postman website looks like they're still saying 7.14.0. Should I revert? Are you seeing any probs with version 7.15.0?

akass commented on 2020-01-16 08:35 (UTC)

But 7.15.0 not released. 7.14.0 Last version

j.taala commented on 2019-11-28 21:01 (UTC)

Hi Friday13, lots of text but no description of where/when this happens (during build or runtime?) what build system are you using (yay? clone and pkgbuild?).