diff options
author | pyllyukko <pyllyukko@maimed.org> | 2021-02-04 16:45:00 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-02-05 07:57:43 +0700 |
commit | 310d1cc7e8c1c92d49194a403c59503b3aa21745 (patch) | |
tree | f0b01f0124dcece0dcaaff305c5d04d039af3ffb /network/ubertooth | |
parent | cbc135fb9dbfaa8f10fd3435f994263282788133 (diff) |
network/ubertooth: Updated for version 2020.12.R1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/ubertooth')
-rw-r--r-- | network/ubertooth/ubertooth.SlackBuild | 4 | ||||
-rw-r--r-- | network/ubertooth/ubertooth.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/ubertooth/ubertooth.SlackBuild b/network/ubertooth/ubertooth.SlackBuild index 412f21b290d9..8ca1ed36f8e4 100644 --- a/network/ubertooth/ubertooth.SlackBuild +++ b/network/ubertooth/ubertooth.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=ubertooth -VERSION=${VERSION:-2018_12_R1} +VERSION=${VERSION:-2020.12.R1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -61,7 +61,7 @@ mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION tar xvf $CWD/$PRGNAM-$VERSION.tar.gz -cd $PRGNAM-${VERSION//_/-} +cd $PRGNAM-${VERSION//./-} chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/network/ubertooth/ubertooth.info b/network/ubertooth/ubertooth.info index 95d4311f20de..781e286c17e6 100644 --- a/network/ubertooth/ubertooth.info +++ b/network/ubertooth/ubertooth.info @@ -1,8 +1,8 @@ PRGNAM="ubertooth" -VERSION="2018_12_R1" +VERSION="2020.12.R1" HOMEPAGE="https://github.com/greatscottgadgets/ubertooth" -DOWNLOAD="https://github.com/greatscottgadgets/ubertooth/archive/2018-12-R1/ubertooth-2018_12_R1.tar.gz" -MD5SUM="4b97ee031722a2965633b2bd49e2309d" +DOWNLOAD="https://github.com/greatscottgadgets/ubertooth/archive/2020-12-R1/ubertooth-2020.12.R1.tar.gz" +MD5SUM="4dd2d6539cfc694f3d63424c65b28394" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libbtbb" |