[openwrt/openwrt] tools/sstrip: update to 3.2

LEDE Commits lede-commits at lists.infradead.org
Mon Sep 20 07:00:28 PDT 2021


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d23c5ecb1905c56d961a2cf3ead532c06e77ca57

commit d23c5ecb1905c56d961a2cf3ead532c06e77ca57
Author: Rosen Penev <rosenp at gmail.com>
AuthorDate: Sat Sep 18 00:57:24 2021 -0700

    tools/sstrip: update to 3.2
    
    Signed-off-by: Rosen Penev <rosenp at gmail.com>
---
 tools/sstrip/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tools/sstrip/Makefile b/tools/sstrip/Makefile
index b41c46d95c..55a7fa7446 100644
--- a/tools/sstrip/Makefile
+++ b/tools/sstrip/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=sstrip
-PKG_VERSION:=3.1a
+PKG_VERSION:=3.2
 
 HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/ELFkickers-$(PKG_VERSION)
 PKG_SOURCE_URL:=https://www.muppetlabs.com/~breadbox/pub/software
 PKG_SOURCE:=ELFkickers-$(PKG_VERSION).tar.gz
-PKG_HASH:=06430880aaf4919c5f99fc629da7000347421668c2cf32bced2d401aac276508
+PKG_HASH:=9b81e6c53e0c94fc198d9882eb737156f36d565152dc32118897c77b06a2687c
 
 PKG_RELEASE:=1
 



More information about the lede-commits mailing list