diff options
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.SlackBuild | 6 | ||||
-rw-r--r-- | development/gr-osmosdr/gr-osmosdr.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/development/gr-osmosdr/gr-osmosdr.SlackBuild b/development/gr-osmosdr/gr-osmosdr.SlackBuild index 1f76f09742..8ec9fc13df 100644 --- a/development/gr-osmosdr/gr-osmosdr.SlackBuild +++ b/development/gr-osmosdr/gr-osmosdr.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gr-osmosdr -# Copyright 2015-2017 Panagiotis Nikolaou, Culver City, CA +# Copyright 2015-2018 Panagiotis Nikolaou, Culver City, CA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=gr-osmosdr -VERSION=${VERSION:-20170611} +VERSION=${VERSION:-20170612} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvzf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/development/gr-osmosdr/gr-osmosdr.info b/development/gr-osmosdr/gr-osmosdr.info index 5f0ef30b46..f9a951e99f 100644 --- a/development/gr-osmosdr/gr-osmosdr.info +++ b/development/gr-osmosdr/gr-osmosdr.info @@ -1,8 +1,8 @@ PRGNAM="gr-osmosdr" -VERSION="20170611" +VERSION="20170612" HOMEPAGE="http://sdr.osmocom.org/trac/wiki/GrOsmoSDR" -DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-20170611.tar.gz" -MD5SUM="a57610e2fcefd7043e887d13399ed530" +DOWNLOAD="https://master.dl.sourceforge.net/project/slackbuildsdirectlinks/gr-osmosdr/gr-osmosdr-20170612.tar.bz2" +MD5SUM="802f65fc6bbe975f4ddaabb7dcf9bfd8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="gnuradio python-cheetah" |