Browse Source
sbc: Bump to 1.4
Minor bugfix
Remove Dirk as maintainer, hasn't been active in years
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
lilik-openwrt-22.03
Daniel Engberg
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
4 deletions
-
libs/sbc/Makefile
|
|
@ -8,16 +8,16 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=sbc |
|
|
|
PKG_VERSION:=1.3 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_VERSION:=1.4 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz |
|
|
|
PKG_SOURCE_URL:=@KERNEL/linux/bluetooth/ |
|
|
|
PKG_HASH:=e61022cf576f14190241e7071753fdacdce5d1dea89ffd704110fc50be689309 |
|
|
|
PKG_HASH:=518bf46e6bb3dc808a95e1eabad26fdebe8a099c1e781c27ed7fca6c2f4a54c9 |
|
|
|
|
|
|
|
PKG_LICENSE:=LGPL-2.1+ |
|
|
|
PKG_LICENSE_FILES:=COPYING.LIB |
|
|
|
PKG_MAINTAINER:=Dirk Neukirchen <dirkneukirchen@web.de> |
|
|
|
PKG_MAINTAINER:= |
|
|
|
|
|
|
|
PKG_FIXUP:=autoreconf |
|
|
|
PKG_INSTALL:=1 |
|
|
|