Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2509 from mariux64/update-memcached-1612
memcached: update 1.4.15 to 1.6.12
  • Loading branch information
wwwutz committed Nov 15, 2021
2 parents 09fbea0 + 6ec47d9 commit f6b268b
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions memcached.be0
@@ -1,8 +1,9 @@
#!/usr/bin/env beesh

# BEE_VERSION memcached-1.4.15-1
# BEE_VERSION memcached-1.6.12-0

SRCURL[0]="http://memcached.org/files/old/memcached-${PKGVERSION}.tar.gz"
# SRCURL[0]="https://www.memcached.org/files/memcached-${PKGVERSION}.tar.gz"
SRCURL[0]="https://beehive.molgen.mpg.de/6b372e744ef56fcb59179f7e16a7af7b/memcached-1.6.12.tar.gz"

# PATCHURL+=()

Expand All @@ -26,10 +27,7 @@ SRCURL[0]="http://memcached.org/files/old/memcached-${PKGVERSION}.tar.gz"
# bee_build
#}

#mee_install() {
# bee_install
#}

mee_install_post() {
rm -vrf ${D}/usr/include
mee_install() {
bee_install
rm -vrf ${D}/usr/include
}

0 comments on commit f6b268b

Please sign in to comment.