diff options
Diffstat (limited to 'development')
-rw-r--r-- | development/postman/postman.SlackBuild | 4 | ||||
-rw-r--r-- | development/postman/postman.info | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/postman/postman.SlackBuild b/development/postman/postman.SlackBuild index 7c266edda7..6fd9479c62 100644 --- a/development/postman/postman.SlackBuild +++ b/development/postman/postman.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Postman -# Copyright 2018, 2019 Ebben Aries <e@dscp.org> +# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ PRGNAM=postman SRCDIR=Postman SRCNAM=linux -VERSION=${VERSION:-7.36.0} +VERSION=${VERSION:-8.0.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/development/postman/postman.info b/development/postman/postman.info index a65b687b3d..9fde411a3d 100644 --- a/development/postman/postman.info +++ b/development/postman/postman.info @@ -1,10 +1,10 @@ PRGNAM="postman" -VERSION="7.36.0" +VERSION="8.0.1" HOMEPAGE="https://www.getpostman.com" -DOWNLOAD="https://dl.pstmn.io/download/version/7.36.0/linux64" -MD5SUM="5e9b7bae7caaaa197730b685695a2360" +DOWNLOAD="https://dl.pstmn.io/download/version/8.0.1/linux64" +MD5SUM="bf4aba4ff1a998067785b6e395ed7519" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Ebben Aries" -EMAIL="e@dscp.org" +EMAIL="slackbuilds@dscp.org" |