Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

audio/darkice: Upgrade to 1.5. #8791

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions audio/darkice/darkice.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# Slackware build script for "darkice".

# Copyright 2024 Sean Hinchee
# Copyright 2014-2015 Marcel Saegebarth <marc@mos6581.de>
# All rights reserved.
#
Expand All @@ -27,7 +28,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=darkice
VERSION=${VERSION:-1.2}
VERSION=${VERSION:-1.5}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down Expand Up @@ -98,7 +99,7 @@ cat rc.$PRGNAM > $PKG/etc/rc.d/rc.$PRGNAM.new

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING ChangeLog FAQ INSTALL INSTALL.lame INSTALL.vorbis NEWS \
AUTHORS COPYING ChangeLog FAQ NEWS \
README TODO $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

Expand Down
10 changes: 5 additions & 5 deletions audio/darkice/darkice.info
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PRGNAM="darkice"
VERSION="1.2"
VERSION="1.5"
HOMEPAGE="http://darkice.org/"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/darkice-1.2.tar.gz"
MD5SUM="de541ea95a73a50f2f5e700434c22329"
DOWNLOAD="https://github.com/rafael2k/darkice/releases/download/v1.5/darkice-1.5.tar.gz"
MD5SUM="ea7d5bc1546946f69d6a0f408a67a643"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Marcel Saegebarth"
EMAIL="marc@mos6581.de"
MAINTAINER="Sean Hinchee"
EMAIL="henesy.dev@gmail.com"