diff options
author | Rosen Penev <rosenp@gmail.com> | 2018-06-09 18:32:26 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2018-06-09 18:36:58 -0700 |
commit | c469b1345c5776d168bea1d0e3b1d1a15ced3c75 (patch) | |
tree | c1e4d1f6386ce507246652fae321aea28ae01e87 /utils/bandwidthd | |
parent | 496068bef9a93d1aa90399eda5fcb6ffdaac26f2 (diff) |
bandwidthd: Update to 2.0.1-35
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/bandwidthd')
-rw-r--r-- | utils/bandwidthd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/bandwidthd/Makefile b/utils/bandwidthd/Makefile index 74e37f89a..e48307174 100644 --- a/utils/bandwidthd/Makefile +++ b/utils/bandwidthd/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=bandwidthd -PKG_VERSION:=2.0.1-34 +PKG_VERSION:=2.0.1-35 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/NethServer/bandwidthd/archive/$(PKG_VERSION) -PKG_HASH:=41803a202956ae99b095f98ce92e5637dad62d25509ccd5cff9a8913626a4226 +PKG_SOURCE_URL:=https://codeload.github.com/NethServer/bandwidthd/tar.gz/$(PKG_VERSION)? +PKG_HASH:=75f526d9e81c5a543accbb9e197b6b582c293aa20d6cdfc8be5cef43046981c5 PKG_MAINTAINER:=Jean-Michel Lacroix <lacroix@lepine-lacroix.info> |