mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
development/postman: Updated for version 9.14.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e1c1307467
commit
b0f08615ce
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Postman
|
||||
|
||||
# Copyright 2018-2021 Ebben Aries <slackbuilds@dscp.org>
|
||||
# Copyright 2018-2022 Ebben Aries <slackbuilds@dscp.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
PRGNAM=postman
|
||||
SRCDIR=Postman
|
||||
SRCNAM=linux
|
||||
VERSION=${VERSION:-9.12.2}
|
||||
VERSION=${VERSION:-9.14.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="postman"
|
||||
VERSION="9.12.2"
|
||||
VERSION="9.14.0"
|
||||
HOMEPAGE="https://www.getpostman.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.12.2/linux64"
|
||||
MD5SUM_x86_64="d6cc7799f19c3ae341ce5bd75ebb3dcd"
|
||||
DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/9.14.0/linux64"
|
||||
MD5SUM_x86_64="807bad76643826e20709da2d5259d3aa"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in a new issue