Hey Spixmaster - just checked sha256sum and install and passes sha256 checks fine. Most likely a CDN sync issue on their end (either hasn't synced across all their CDN nodes or they've done another stealth update and mismatches). Either way try again in a little bit. I'll keep an eye on it as well and recheck for changed binaries etc.
sha256sum for the main download should be:
$ sha256sum Postman-linux-x64-7.26.0.tar.gz
72447276645d4fcab9a6939cec6f9a996ef976776bc796913d2200b7121aba17
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.:
Edit the
PKGBUILD
file with whatever editor you like: edit line 4 to bepkgver=8.11.1
or whatever version you like, then save and exit out of the editor and runupdpkgsums
will download the file and update sha for file in PKGBUILD so it will install with makepkg