Skip to content

Update to jemalloc 5.2.1 and QEMU 4.1.0 #1239

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion jemalloc.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION jemalloc-3.6.0-0
# BEE_VERSION jemalloc-5.2.1-0

## The source URL(s) array
SRCURL[0]="https://github.com/jemalloc/jemalloc/archive/${PKGVERSION}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion nghttp2.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION nghttp2-1.39.2-0
# BEE_VERSION nghttp2-1.39.2-1

## this file was created by bee init and should be executed to build a
## bee-package. (Additional hints are located at the end of this file.)
Expand Down
2 changes: 1 addition & 1 deletion qemu.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION qemu-3.1.0-0
# BEE_VERSION qemu-4.1.0-0

SRCURL[0]="http://wiki.qemu.org/download/qemu-${PKGVERSION}.tar.bz2"

Expand Down