development/postman: Updated for version 10.22.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
aac9f33235
commit
d81e91f13d
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for Postman
|
||||
|
||||
# Copyright 2018-2023 Ebben Aries <slackbuilds@dscp.org>
|
||||
# Copyright 2018-2024 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:-10.21.0}
|
||||
VERSION=${VERSION:-10.22.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="postman"
|
||||
VERSION="10.21.0"
|
||||
VERSION="10.22.0"
|
||||
HOMEPAGE="https://www.getpostman.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.21.0/linux64"
|
||||
MD5SUM_x86_64="b9d08247b7d033b5e43d90ced528ddde"
|
||||
DOWNLOAD_x86_64="https://dl.pstmn.io/download/version/10.22.0/linux64"
|
||||
MD5SUM_x86_64="98e05b3cd6bd121eb54eed07dfe9664a"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ebben Aries"
|
||||
EMAIL="slackbuilds@dscp.org"
|
||||
|
|
Loading…
Reference in New Issue