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>
This commit is contained in:
parent
dd49827511
commit
22bf3b635a
1 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue