haveged: update to 1.9.15
Update haveged to version 1.9.15. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
This commit is contained in:
parent
670fe1ea16
commit
1f3f63f5de
1 changed files with 3 additions and 3 deletions
|
@ -8,12 +8,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=haveged
|
||||
PKG_VERSION:=1.9.14
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=1.9.15
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/jirka-h/haveged/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=938cb494bcad7e4f24e61eb50fab4aa0acbc3240c80f3ad5c6cf7e6e922618c3
|
||||
PKG_HASH:=f882919ccead07ad6687a4784c0c501e617321e96dd0118403464969359cf6ad
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/haveged-$(PKG_VERSION)
|
||||
PKG_LICENSE:=GPLv3
|
||||
|
||||
|
|
Loading…
Reference in a new issue