Skip to content

Commit

Permalink
openwrt: updated version in Makefile and skipping hashing
Browse files Browse the repository at this point in the history
  • Loading branch information
xHasKx committed Apr 24, 2020
1 parent 2a1c1e9 commit 5324a69
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openwrt/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=luamqtt
PKG_VERSION:=3.1
PKG_VERSION:=3.1.1
PKG_RELEASE:=1
PKG_MAINTAINER:=Alexander <[email protected]>
PKG_MAINTAINER:=Alexander Kiranov <[email protected]>

PKG_SOURCE:=v$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/xHasKx/$(PKG_NAME)/archive/
PKG_HASH=skip # .tar.gz is generated by GitHub so it's content may be changed unexpectedly

include $(INCLUDE_DIR)/package.mk

Expand Down

0 comments on commit 5324a69

Please sign in to comment.