diff --git a/subversion.be0 b/subversion.be0 index 36e3f9021..d911614a2 100755 --- a/subversion.be0 +++ b/subversion.be0 @@ -1,10 +1,11 @@ #!/usr/bin/env beesh -# BEE_VERSION subversion-1.14.0-0 +# BEE_VERSION subversion-1.14.2-0 # more info: https://subversion.apache.org -SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2" +#SRCURL[0]="https://downloads.apache.org/subversion/subversion-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://beehive.molgen.mpg.de/9927b167d1c67d663ca63125907f6f69/subversion-1.14.2.tar.bz2" # PATCHURL+=() @@ -25,7 +26,8 @@ mee_configure() { --disable-nls \ --with-lz4=internal \ --with-utf8proc=internal \ - --with-serf + --with-serf \ + --disable-shared } #mee_build() { @@ -35,7 +37,3 @@ mee_configure() { #mee_install() { # bee_install #} - -#mee_install_post() { -# exit -#}