mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
@@ -1,12 +1,12 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=gateway-go
|
||||
PKG_VERSION:=0.2.0
|
||||
PKG_VERSION:=0.3.16
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/OpenIoTHub/gateway-go/tar.gz/v${PKG_VERSION}?
|
||||
PKG_HASH:=7d04d923ae39c2c9ffb4c5de2a3f335798ff167992a6d89d9538d0bf3867b6f8
|
||||
PKG_HASH:=82dfbce4fd34829e57bbd88f57f560daa975521cff930bd984182b03d423ecf9
|
||||
|
||||
PKG_MAINTAINER:=Yu Fang <newfarry@126.com>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -20,9 +20,9 @@ PKG_BUILD_FLAGS:=no-mips16
|
||||
GO_PKG:=github.com/OpenIoTHub/gateway-go
|
||||
|
||||
GO_PKG_LDFLAGS_X:=\
|
||||
main.version=v$(PKG_VERSION) \
|
||||
main.commit=$(PKG_VERSION) \
|
||||
main.builtBy=openwrt \
|
||||
github.com/OpenIoTHub/gateway-go/info.Version=v$(PKG_VERSION) \
|
||||
github.com/OpenIoTHub/gateway-go/info.Commit=$(PKG_VERSION) \
|
||||
github.com/OpenIoTHub/gateway-go/info.BuiltBy=openwrt \
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
include ../../lang/golang/golang-package.mk
|
||||
|
||||
Reference in New Issue
Block a user