Skip to content

Update Gzip from 1.13 to 1.14 #3226

Merged
merged 1 commit into from
Apr 10, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

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

# BEE_VERSION gzip-1.13-0
# BEE_VERSION gzip-1.14-0

# SRCURL[0]="https://ftp.gnu.org/pub/gnu/gzip/gzip-${PKGVERSION}.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/d5c9fc9441288817a4a0be2da0249e29/gzip-1.13.tar.xz"
SRCURL[0]="https://beehive.molgen.mpg.de/4bf5a10f287501ee8e8ebe00ef62b2c2/gzip-1.14.tar.xz"

# PATCHURL+=()

Expand Down