Skip to content

Update Zstandard/zstd from 1.5.2 to 1.5.4 #2851

Merged
merged 1 commit into from
Feb 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions zstd.be0
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION zstd-1.5.2-0
# BEE_VERSION zstd-1.5.4-0

#SRCURL[0]="https://github.com/facebook/zstd/releases/download/v${PKGVERSION}/zstd-${PKGVERSION}.tar.zst"
SRCURL[0]="https://beehive.molgen.mpg.de/cc8abbd50a2aa9e2b506f067f02e7a1e/zstd-1.5.2.tar.zst"
SRCURL[0]="https://beehive.molgen.mpg.de/6c20b171c28115648bc620edc77a9b2c/zstd-1.5.4.tar.zst"

# PATCHURL+=()

Expand Down