Edit PKG_RELEASE and PKG_HASH in asterisk-chan-quectel Makefile

This commit is contained in:
Lee Miller 2024-02-08 16:55:14 +02:00
parent 45c171ad98
commit b0db123c99
Signed by: lee.miller
GPG Key ID: 4F97A5EA88F4AB63
1 changed files with 4 additions and 3 deletions

View File

@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=asterisk-chan-quectel
PKG_VERSION:=3.6
PKG_RELEASE:=3.6
PKG_RELEASE:=2
PKG_SOURCE:=master.zip
PKG_SOURCE_URL:=https://github.com/IchthysMaranatha/asterisk-chan-quectel/archive/refs/heads/
PKG_CAT:=unzip
PKG_HASH:=skip
PKG_HASH:=b18e82965f6c1162f5ebf49e31b057ce0e8509ee381a58b1347279d514efb6fa
PKG_FIXUP:=autoreconf
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-master
PKG_MAINTAINER:=Lee Miller <lee.miller@tutanota.com>
@ -33,7 +33,8 @@ define Package/$(PKG_NAME)
SECTION:=net
CATEGORY:=Network
URL:=https://github.com/IchthysMaranatha/asterisk-chan-quectel
DEPENDS:=asterisk $(ICONV_DEPENDS) +kmod-usb-acm +kmod-usb-serial +kmod-usb-serial-option +libusb-1.0 +alsa-lib
DEPENDS:=asterisk $(ICONV_DEPENDS) +kmod-usb-acm +kmod-usb-serial \
+kmod-usb-serial-option +libusb-1.0 +alsa-lib
TITLE:=Asterisk Mobile Telephony Module
endef