diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-07-21 19:25:58 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-07-25 19:34:36 -0700 |
commit | 22bf3b635a194f7876d18ea9a8f44fed0ea79dfc (patch) | |
tree | 6f1bc06aeff764ff8a9d1a0652f59f65a15cfbf2 /utils/bluelog | |
parent | dd498275114e33aaf4a3fc7b79ffecb6a731c80b (diff) |
bluelog: Switch to GitHub tarball
The website does not work anymore. It seems development has moved to GitHub.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/bluelog')
-rw-r--r-- | utils/bluelog/Makefile | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/utils/bluelog/Makefile b/utils/bluelog/Makefile index d3b590cd1..49eaa532f 100644 --- a/utils/bluelog/Makefile +++ b/utils/bluelog/Makefile @@ -9,20 +9,22 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bluelog PKG_VERSION:=1.1.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.digifail.com/software/bluelog -PKG_HASH:=9750b007daffaffecea3b8dd2332bf74cc24955c307861197a20d04d845bc412 +PKG_SOURCE_URL:=https://codeload.github.com/MS3FGX/Bluelog/tar.gz/$(PKG_VERSION)? +PKG_HASH:=ebbc1357e14bc46cbddd8390cdbd29c0131b09b8ab680a1c382164ef076cb53e +PKG_BUILD_DIR:=$(BUILD_DIR)/Bluelog-$(PKG_VERSION) OUI_SOURCE:=oui-2016-05-30.txt.gz -OUI_URL:=http://sources.lede-project.org/ +OUI_URL:=https://sources.openwrt.org/ OUI_MD5SUM:=38048729fdb5a7a7e0c5db6a51dc2dd1 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING PKG_MAINTAINER:=Nicolas Thill <nico@openwrt.org> +PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk @@ -31,7 +33,7 @@ define Package/bluelog/Default SECTION:=utils CATEGORY:=Utilities TITLE:=Bluetooth scanner and logger - URL:=http://www.digifail.com/software/bluelog.shtml + URL:=https://github.com/MS3FGX/Bluelog DEPENDS:=+bluez-libs +kmod-bluetooth endef |