mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
system/pgbadger: Updated for version 9.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
6c5c478ace
commit
8f75a30869
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pgbadger
|
||||
VERSION=${VERSION:-9.1}
|
||||
VERSION=${VERSION:-9.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -34,7 +34,7 @@ TMP=${TMP:-/tmp/SBo}
|
|||
PKG=$TMP/package-$PRGNAM
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
set -eu
|
||||
set -e
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pgbadger"
|
||||
VERSION="9.1"
|
||||
VERSION="9.2"
|
||||
HOMEPAGE="https://dalibo.github.io/pgbadger/"
|
||||
DOWNLOAD="https://github.com/dalibo/pgbadger/archive/v9.1/pgbadger-9.1.tar.gz"
|
||||
MD5SUM="96452a153a9f601ad5a10b0d61a54a96"
|
||||
DOWNLOAD="https://github.com/dalibo/pgbadger/archive/v9.2/pgbadger-9.2.tar.gz"
|
||||
MD5SUM="89d133cecb2ecb9cf9be31d415933151"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue