summaryrefslogtreecommitdiffstats
path: root/src/zstd.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-09 12:58:05 (GMT)
committerGitHub <noreply@github.com>2017-11-09 12:58:05 (GMT)
commitc808163964c787e13c0f75107d5e98c0b73558dc (patch)
treef6a9f6398a51c25bf5996ec5c0c11bf5be13f01f /src/zstd.mk
parent8a1320264e2f50cc2edcea2641d0c4afda1d7e9d (diff)
parenta653f80e7e184b4ba7169a36672ed0f94c5aabdc (diff)
downloadmxe-c808163964c787e13c0f75107d5e98c0b73558dc.zip
mxe-c808163964c787e13c0f75107d5e98c0b73558dc.tar.gz
mxe-c808163964c787e13c0f75107d5e98c0b73558dc.tar.bz2
Merge pull request #1969 from tonytheodore/github-releases
Add support for GitHub releases api
Diffstat (limited to 'src/zstd.mk')
-rw-r--r--src/zstd.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zstd.mk b/src/zstd.mk
index 6e43f8b..b4c79fb 100644
--- a/src/zstd.mk
+++ b/src/zstd.mk
@@ -6,7 +6,7 @@ $(PKG)_DESCR := Zstandard is a fast lossless compression algorithm
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.3.2
$(PKG)_CHECKSUM := ac5054a3c64e6510bc1ae890d05e3d271cc33ceebc9d06ac9f08105766d2798a
-$(PKG)_GH_CONF := facebook/zstd,v
+$(PKG)_GH_CONF := facebook/zstd/tags,v
$(PKG)_DEPS := gcc
define $(PKG)_BUILD