summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2021-11-26 19:43:55 +0100
committer Willy Sudiarto Raharjo2021-12-04 04:09:01 +0100
commit59edcf07993c100d2239d120e84690d4e5031919 (patch)
tree15e4118a1872fcaa463c1d1b6012412bb38d0938
parent5672611d1dc93fd2fd285ca0a36815288e05a289 (diff)
downloadslackbuilds-59edcf07993c100d2239d120e84690d4e5031919.tar.gz
audio/podget: Updated for version 0.8.10.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--audio/podget/podget.SlackBuild18
-rw-r--r--audio/podget/podget.info6
2 files changed, 6 insertions, 18 deletions
diff --git a/audio/podget/podget.SlackBuild b/audio/podget/podget.SlackBuild
index c17e4f9a9c..1e460020d7 100644
--- a/audio/podget/podget.SlackBuild
+++ b/audio/podget/podget.SlackBuild
@@ -21,6 +21,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+# 20211126 bkw: update for v0.8.10
# 20210223 bkw: update for v0.8.8
# 20201103 bkw:
# - update for v0.8.7
@@ -38,16 +39,13 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=podget
-VERSION=${VERSION:-0.8.8}
+VERSION=${VERSION:-0.8.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
ARCH=noarch
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -74,21 +72,11 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} \+ -o \
# supposed to be there, so the regex becomes \r$ instead of \r.
find . -type f | \
xargs file | \
- grep 'ASCII.*LF' | \
+ grep 'ASCII.*CR' | \
cut -d: -f1 | \
xargs sed -i 's,\r$,,' \
|| true
-# 20200619 bkw: 14.2's creaky old bash 4.3 doesn't support
-# inherit_errexit, which is a feature of bash 4.4 and up. The sed
-# command below allows the script to run without it, which will change
-# some of the error handling a bit, but won't actually break anything
-# when there *aren't* errors. Previous versions of podget got along just
-# fine without inherit_errexit...
-# 20201103 bkw: upstream added checking code, this had to change some.
-sed -i '/shopt *inherit_errexit/,/shopt *-s *inherit_errexit/s,^,## ,' \
- $PRGNAM
-
# 20201103 bkw: change hardcoded paths
sed -i \
-e "s,share/man,man,g" \
diff --git a/audio/podget/podget.info b/audio/podget/podget.info
index 21a2119f0d..2d729b72ba 100644
--- a/audio/podget/podget.info
+++ b/audio/podget/podget.info
@@ -1,8 +1,8 @@
PRGNAM="podget"
-VERSION="0.8.8"
+VERSION="0.8.10"
HOMEPAGE="http://podget.sourceforge.net/index.php"
-DOWNLOAD="http://downloads.sourceforge.net/podget/podget-0.8.8.tar.gz"
-MD5SUM="d16fb8d111d60420cd435e5f5d289304"
+DOWNLOAD="http://downloads.sourceforge.net/podget/podget-0.8.10.tar.gz"
+MD5SUM="b780a236eee85f60f9095925c6643ae2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""