diff options
author | Panagiotis Nikolaou <hostmaster@slackonly.com> | 2018-06-17 16:45:55 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:28 +0100 |
commit | fc052fdc29f404393d862a05698dfbc0b406244c (patch) | |
tree | 93b068370f5daed5cd8c99a8f4c2e0d9755f00ae /development | |
parent | 3dfa4da43c3559d70a3c3f3f6a61ed9f8e42562c (diff) |
development/gr-osmosdr: Updated for version 20170612.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development')
-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 1f76f0974293..8ec9fc13df25 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 5f0ef30b4649..f9a951e99f78 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" |