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...)
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 makepkgj.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.