@claudiodangelis The Postman creators have responded with a static URL scheme. Static version links looks like this https://dl.pstmn.io/download/version/4.9.3/linux64, see https://github.com/postmanlabs/postman-app-support/issues/2461.
Search Criteria
Package Details: postman-bin 11.31.0-1
Package Actions
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) |
Dependencies (3)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- libxss
- nss (nss-hgAUR)
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 Next › Last »
atriix commented on 2016-12-22 21:21 (UTC)
claudiodangelis commented on 2016-12-14 21:29 (UTC)
@agostonbarna: a desktop file has been added, thanks for the headsup.
@yurivecchi: everything should be OK now.
yurivecchi commented on 2016-12-06 18:15 (UTC)
checksum mismatching?
bf8aa61631ad846ff1d7772cb4988646 Postman-linux-x64-4.9.1.tar.gz
agostonbarna commented on 2016-11-14 10:53 (UTC) (edited on 2016-11-14 10:54 (UTC) by agostonbarna)
@claudiodangelis: Could you include a desktop file?
Something like this (/usr/share/applications/postman.desktop):
[Desktop Entry]
Name=Postman
Comment=Postman
GenericName=Postman
Exec=postman %U
Icon=/opt/postman/resources/app/assets/icon.png
Terminal=false
Type=Application
StartupNotify=true
Categories=Development;Utility;
StartupWMClass=postman
claudiodangelis commented on 2016-11-10 23:59 (UTC)
@atriix: many thanks for the headsup, the downloaded filename is now unique for each version.
atriix commented on 2016-11-10 20:05 (UTC)
@jeffska I believe this is because the download don't change name per version, ie the file is always called `linux?arch=64`. So if your aur client cache things it won't download the new version. This hit me just now with pacaur.
@claudiodangelis Please name the download so it is unique with each version. ie set the source to something along these lines.
source=("Postman-linux-x64-${pkgver}.tar.gz::https://dl.pstmn.io/download/latest/linux?arch=64")
jeffska commented on 2016-10-28 02:38 (UTC)
Thanks. Not sure why the version I downloaded from the browser _after_ makepkg failed would have been the older version. But such are the strange ways of the internet.
claudiodangelis commented on 2016-10-27 22:21 (UTC)
@jeffska, @yayo56: the problem is that the URL points to the latest available release, it does not point to a specific version, so when there is a new release, the URL destination changes and consequentially the checksum validation fails. As of this writing the latest version is 4.8.1, although it was 4.8.0 when I packaged it.
I have already reached out to Postman support to see if a list of direct links is available.
Thanks for your patience.
jeffska commented on 2016-10-27 22:16 (UTC)
Having the same problem as @yayo56. Downloading the file from a browser shows matching MD5 in the PKGBUILD. The download from makepkg via curl shows a different file size and MD5. Not sure what's happening here.
yayo56 commented on 2016-10-27 18:30 (UTC)
==> Building and installing package
==> Making package: postman-bin 4.8.0-2 (Thu Oct 27 20:26:01 CEST 2016)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Downloading linux?arch=64...
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 50.5M 100 50.5M 0 0 366k 0 0:02:21 0:02:21 --:--:-- 279k
==> Validating source files with md5sums...
linux?arch=64 ... FAILED
==> ERROR: One or more files did not pass the validity check!
==> ERROR: Makepkg was unable to build postman-bin.
$> md5sum linux\?arch=64
1d2aa6932a567809245a3c0315555ba9 linux?arch=64
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