mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/podget: Updated for version 0.9.3.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fa09aaaa02
commit
ba41e1ddeb
2 changed files with 12 additions and 7 deletions
|
@ -21,6 +21,11 @@
|
|||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Note to self: the "?viafs=1" in the download URL is required because
|
||||
# wget insists on saving the file with that in the name. Annoying, try
|
||||
# to fix later.
|
||||
|
||||
# 20240317 bkw: update for v0.9.3
|
||||
# 20230106 bkw: update for v0.9.0
|
||||
# 20211126 bkw: update for v0.8.10
|
||||
# 20210223 bkw: update for v0.8.8
|
||||
|
@ -40,7 +45,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=podget
|
||||
VERSION=${VERSION:-0.9.0}
|
||||
VERSION=${VERSION:-0.9.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -62,11 +67,11 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz*
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} \+
|
||||
find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
|
||||
\! -perm /111 -a \! -perm 644 -a -exec chmod 644 {} +
|
||||
|
||||
# 20170712 bkw: get rid of DOS/Win line endings.
|
||||
# 20201103 bkw: turns out there's an embedded \r in podget that's
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="podget"
|
||||
VERSION="0.9.0"
|
||||
VERSION="0.9.3"
|
||||
HOMEPAGE="https://podget.sourceforge.net/index.php"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/podget/podget-0.9.0.tar.gz"
|
||||
MD5SUM="c2b0dec24b5005760b36722bf49522da"
|
||||
DOWNLOAD="https://downloads.sourceforge.net/podget/podget-0.9.3.tar.gz?viasf=1"
|
||||
MD5SUM="d0fa02532d314e1974cc56cf3b8fbd6a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue