aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Prindeville <philipp@redfish-solutions.com>2017-07-13 17:01:20 -0600
committerGitHub <noreply@github.com>2017-07-13 17:01:20 -0600
commit0f218c55941b3492b39964ffec2313d0380a5190 (patch)
tree9b23625729758a80df813b5d85b9a6d0c87c4437
parent17e0e2e4edb6404167475bf087798d07e49bdf73 (diff)
parentcd0f66ee3796854e30d26c4a67eec705c436db4e (diff)
Merge pull request #4585 from pprindeville/beanstalk-2nd-review
beanstalkd: switch to xz compression and add PKG_HASH
-rw-r--r--net/beanstalkd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/beanstalkd/Makefile b/net/beanstalkd/Makefile
index 53749a917..723d8827f 100644
--- a/net/beanstalkd/Makefile
+++ b/net/beanstalkd/Makefile
@@ -11,8 +11,9 @@ PKG_SOURCE_VERSION:=b7b4a6a14b7e8d096dc8cbc255b23be17a228cbb
PKG_SOURCE_PROTO:=git
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-v$(PKG_VERSION)
-PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.gz
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_SOURCE_VERSION).tar.xz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-v$(PKG_VERSION)
+PKG_HASH:=6d5155ab347b731640495b1f0df6a4a849e84194d2ef0c2ec6af3879ee1aca2c
PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
PKG_LICENSE:=MIT