Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2758 from mariux64/update-lz4-from-1.9.2-to-1.9.4
Update LZ4 from 1.9.2 to 1.9.4
  • Loading branch information
pmenzel committed Oct 12, 2022
2 parents 5b8b865 + 575f5e1 commit fee6c66
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions lz4.be0
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION lz4-1.9.2-0
# BEE_VERSION lz4-1.9.4-0

## 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 All @@ -9,7 +9,8 @@
## The source URL(s) define the location of the sources that will be
## downloaded. Version variables may be used to simplify reuse of this bee-file.

SRCURL[0]="https://github.com/lz4/lz4/archive/v${PKGVERSION}.tar.gz lz4-1.8.1.2.tar.gz"
#SRCURL[0]="https://github.com/lz4/lz4/archive/v${PKGVERSION}.tar.gz lz4-1.9.4.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/e9286adb64040071c5e23498bf753261/lz4-1.9.4.tar.gz"

###############################################################################
## Add URLs/pathes to patch files to the PATCHURL array.
Expand Down Expand Up @@ -57,9 +58,10 @@ SRCURL[0]="https://github.com/lz4/lz4/archive/v${PKGVERSION}.tar.gz lz4-1.8.1.2.
# bee_configure
#}

#mee_build() {
# bee_build
#}
mee_build() {
bee_build
start_cmd make test
}

#mee_install() {
# bee_install
Expand Down

0 comments on commit fee6c66

Please sign in to comment.