mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/qpwgraph: Updated for version 0.6.3
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6569027cb3
commit
ef28caef0b
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Copyright 2022 S. S. Bolokanar, Bulgaria <bolokanar@bulgars.org>
|
||||
# Copyright 2022 S. S. Bolokanar, Bulgaria <bolokanar@bulgarsociety.org>
|
||||
# С. С. Болоканаръ, България
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=qpwgraph
|
||||
VERSION=${VERSION:-0.6.2}
|
||||
VERSION=${VERSION:-0.6.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="qpwgraph"
|
||||
VERSION="0.6.2"
|
||||
VERSION="0.6.3"
|
||||
HOMEPAGE="https://gitlab.freedesktop.org/rncbc/qpwgraph"
|
||||
DOWNLOAD="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v0.6.2/qpwgraph-v0.6.2.tar.gz"
|
||||
MD5SUM="06306abfb09e1cc48fdd92e4dce0ccbc"
|
||||
DOWNLOAD="https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v0.6.3/qpwgraph-v0.6.3.tar.gz"
|
||||
MD5SUM="7bfecb81c321f7de73e2c37e9977e38c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="S. S. Bolokanar"
|
||||
EMAIL="bolokanar@bulgars.org"
|
||||
EMAIL="bolokanar@bulgarsociety.org"
|
||||
|
|
Loading…
Reference in a new issue