Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #2653 from mariux64/update-subversion-1142
subversion: update 1.14.0 to 1.14.2
  • Loading branch information
wwwutz committed Apr 29, 2022
2 parents 952ee73 + a573d6c commit fa3bc8c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions 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+=()

Expand All @@ -25,7 +26,8 @@ mee_configure() {
--disable-nls \
--with-lz4=internal \
--with-utf8proc=internal \
--with-serf
--with-serf \
--disable-shared
}

#mee_build() {
Expand All @@ -35,7 +37,3 @@ mee_configure() {
#mee_install() {
# bee_install
#}

#mee_install_post() {
# exit
#}

0 comments on commit fa3bc8c

Please sign in to comment.