diff options
Diffstat (limited to 'development/postman')
-rw-r--r-- | development/postman/doinst.sh | 2 | ||||
-rw-r--r-- | development/postman/postman.SlackBuild | 2 | ||||
-rw-r--r-- | development/postman/postman.info | 6 |
3 files changed, 5 insertions, 5 deletions
diff --git a/development/postman/doinst.sh b/development/postman/doinst.sh index e69b296100..98e7127d74 100644 --- a/development/postman/doinst.sh +++ b/development/postman/doinst.sh @@ -1,5 +1,5 @@ ( cd usr/bin ; rm -rf postman ) -( cd usr/bin ; ln -sf /opt/postman/app/Postman postman ) +( cd usr/bin ; ln -sf /opt/postman/app/postman postman ) if [ -x /usr/bin/update-desktop-database ]; then /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 64e60a29db..859ec1c7f8 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postman SRCDIR=Postman SRCNAM=linux -VERSION=${VERSION:-11.28.4} +VERSION=${VERSION:-11.58.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/postman/postman.info b/development/postman/postman.info index d334af56d4..a78708ae81 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="11.28.4" +VERSION="11.58.2" HOMEPAGE="https://www.getpostman.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/11.28.4/linux64" -MD5SUM_x86_64="fde3406d5331c5adbe80c6f0243c8900" +DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/11.58.2/linux64" +MD5SUM_x86_64="1a0774e13a0db47a8ed5518ba2dd541b" REQUIRES="" MAINTAINER="Ebben Aries" EMAIL="slackbuilds@dscp.org" |