Skip to content

Commit

Permalink
[sFlow]: Upgrade hsflowd to 2.0.26-1 (#3812)
Browse files Browse the repository at this point in the history
  • Loading branch information
padmanarayana authored and lguohan committed Nov 24, 2019
1 parent 45e13b9 commit 62a7846
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions rules/sflow.mk
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# host-sflow package

HSFLOWD_VERSION = 2.0.25
HSFLOWD_SUBVERSION = 4
HSFLOWD_VERSION = 2.0.26
HSFLOWD_SUBVERSION = 1
export HSFLOWD_VERSION HSFLOWD_SUBVERSION

HSFLOWD = hsflowd_$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)_$(CONFIGURED_ARCH).deb
Expand Down
2 changes: 1 addition & 1 deletion src/sflow/hsflowd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
git clone https://github.com/sflow/host-sflow

pushd ./host-sflow
git checkout -b sflow tags/v2.0.25-4
git checkout -b sflow tags/v2.0.26-1

# Apply patch series
stg init
Expand Down

0 comments on commit 62a7846

Please sign in to comment.