summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Panagiotis Nikolaou2018-06-17 17:45:55 +0200
committer David Spencer2018-06-17 20:13:28 +0200
commitfc052fdc29f404393d862a05698dfbc0b406244c (patch)
tree93b068370f5daed5cd8c99a8f4c2e0d9755f00ae
parent3dfa4da43c3559d70a3c3f3f6a61ed9f8e42562c (diff)
downloadslackbuilds-fc052fdc29f404393d862a05698dfbc0b406244c.tar.gz
development/gr-osmosdr: Updated for version 20170612.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--development/gr-osmosdr/gr-osmosdr.SlackBuild6
-rw-r--r--development/gr-osmosdr/gr-osmosdr.info6
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"