mirror of https://github.com/openwrt/packages.git
delve: update to 1.27.1
Refresh PKG_HASH from the release tarball. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>pull/30253/head
parent
11a4efe013
commit
6fc57ac0dc
|
|
@ -1,12 +1,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=delve
|
||||
PKG_VERSION:=1.26.3
|
||||
PKG_VERSION:=1.27.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/go-delve/delve/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=c5abd02033d7601a41bb6748589c0be42080dc4f91c7e48fc8cbb7f558cc8748
|
||||
PKG_HASH:=dca9ec6f2c392a00449ad748b3a229e92ba4efa67f4e7582f2cc45974429928f
|
||||
|
||||
PKG_LICENSE:=MIT
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
|
|
|||
Loading…
Reference in New Issue