diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index 6d4d116fd9..9515189093 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for gr-osmosdr # Copyright 2015-2018 Panagiotis Nikolaou, Culver City, CA +# Copyright 2015, 2024 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=gr-osmosdr -VERSION=${VERSION:-20210128_a100eb0} +VERSION=${VERSION:-20240515_a6afeaa} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING README $PKG/usr/doc/$PRGNAM-$VERSION \ +cp -a AUTHORS COPYING README.md $PKG/usr/doc/$PRGNAM-$VERSION \ cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info index 3b55cdc71a..d8186be9f4 100644 --- a/development/gr-osmosdr/gr-osmosdr.info +++ b/development/gr-osmosdr/gr-osmosdr.info @@ -1,10 +1,10 @@ PRGNAM="gr-osmosdr" -VERSION="20210128_a100eb0" +VERSION="20240515_a6afeaa" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR" -DOWNLOAD="http://mirror.slackware.hr/sources/gr-osmosdr/gr-osmosdr-20210128_a100eb0.tar.bz2" -MD5SUM="635037afeb620e61ae200d491f9df580" +DOWNLOAD="http://mirror.slackware.hr/sources/gr-osmosdr/gr-osmosdr-20240515_a6afeaa.tar.bz2" +MD5SUM="9c032515ec5fbb7c3f5e03305cde53b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnuradio" -MAINTAINER="Panagiotis Nikolaou" -EMAIL="hostmaster@slackonly.com" +MAINTAINER="Mario Preksavec" +EMAIL="mario at slackware dot hr"