diff options
Diffstat (limited to 'utils/zstd/Makefile')
-rw-r--r-- | utils/zstd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/zstd/Makefile b/utils/zstd/Makefile index 2542e087c..06030ec75 100644 --- a/utils/zstd/Makefile +++ b/utils/zstd/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=zstd PKG_VERSION:=1.4.5 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.zst PKG_SOURCE_URL:=https://github.com/facebook/zstd/releases/download/v$(PKG_VERSION) |